View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0000654 | OMNeT++ | IDE / C++ development | public | 2013-05-14 08:58 | 2013-12-09 16:29 |
|
Reporter | rhornig | |
Assigned To | rhornig | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 4.3 | |
Target Version | | Fixed in Version | 4.4 | |
|
Summary | 0000654: Incorrectly escaped variable in generated 'makemakefiles' |
Description | If you generate the makemakefiles script from the IDE (makemakeoptions / Export) you will have this in the opp_makemake command line:
-L../../inet/out/$(CONFIGNAME)/src
instead of this (correct)
-L../../inet/out/$$\(CONFIGNAME\)/src |
Tags | No tags attached. |
|
Attached Files | |
|