Modules defined twice during WP compilation.
ID0001261: This issue was created automatically from Mantis Issue 1261. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0001261 | Frama-C | Plug-in > wp | public | 2012-08-03 | 2014-02-12 |
Reporter | yakobowski | Assigned To | correnson | Resolution | fixed |
Priority | low | Severity | minor | Reproducibility | always |
Platform | - | OS | - | OS Version | - |
Product Version | - | Target Version | - | Fixed in Version | Frama-C Oxygen-20120901 |
Description :
With OCaml 4.0, a fully static compilation (option --with-all-static) results in the following error during the compilation of the WP. This prevents a full compilation, due to our warning-as-errors policy.
(This may impact the release for platforms on which dynamic link is not available.)
File "lib/plugins/gui/Wp.cma(Qed)", line 1: Warning 31: files lib/plugins/gui/Wp.cma(Qed) and lib/plugins/Wp.cma(Qed) both define a module named Qed File "lib/plugins/gui/Wp.cma(Wp)", line 1: Warning 31: files lib/plugins/gui/Wp.cma(Wp) and lib/plugins/Wp.cma(Wp) both define a module named Wp