View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001145 | Frama-C | Kernel > Makefile | public | 2012-04-12 13:37 | 2014-02-12 16:59 | ||||
Reporter | Anne | ||||||||
Assigned To | signoles | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | Frama-C Nitrogen-20111001 | ||||||||
Target Version | Fixed in Version | Frama-C Oxygen-20120901 | |||||||
Summary | 0001145: PLUGIN_LINK_GUI_OFLAGS not used ? | ||||||||
Description | It seems that the variables PLUGIN_LINK_GUI_BFLAGS and PLUGIN_LINK_GUI_OFLAGS that can be defined in plug-ins Makefile are not used in Makefile.plugin. In $(TARGET_GUI_CMXS) I managed to change : $(OCAMLOPT) -o $@ -shared $^ into $(OCAMLOPT) -o $@ -shared $($(basename $(notdir $@))_OFLAGS) \ $($(basename $(notdir $@))_gui_TARGET_GUI_OFLAGS) \ $^ to make it work in my plug-in, but I guess that there are other modifications to do... | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
signoles (manager) 2012-04-12 18:13 |
Thx. Actually only PLUGIN_LINK_GUI_OFLAGS was misused. |
signoles (manager) 2014-02-12 16:59 |
Fix committed to stable/neon branch. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-04-12 13:37 | Anne | New Issue | |
2012-04-12 13:37 | Anne | Status | new => assigned |
2012-04-12 13:37 | Anne | Assigned To | => signoles |
2012-04-12 18:12 | svn | ||
2012-04-12 18:12 | svn | Status | assigned => resolved |
2012-04-12 18:12 | svn | Resolution | open => fixed |
2012-04-12 18:13 | signoles | Note Added: 0002863 | |
2012-09-19 17:15 | signoles | Fixed in Version | => Frama-C Oxygen-20120901 |
2012-09-19 17:16 | signoles | Status | resolved => closed |
2013-12-19 01:12 | signoles | Source_changeset_attached | => framac master 72a572b7 |
2014-02-12 16:54 | signoles | Source_changeset_attached | => framac stable/neon 72a572b7 |
2014-02-12 16:59 | signoles | Note Added: 0004700 | |
2014-02-12 16:59 | signoles | Status | closed => resolved |