Anonymous | Login | 2022-06-25 10:33 UTC | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000549 | OMNeT++ | command line tools | public | 2012-03-07 17:35 | 2017-03-02 15:45 | ||||
Reporter | michael | ||||||||
Assigned To | rhornig | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 4.2.1 | ||||||||
Target Version | Fixed in Version | 5.1 | |||||||
Summary | 0000549: Makefile dependencies generator can not resolve relative paths to _m.h files | ||||||||
Description | I created a message file include wrapper for a message file: wrapamsg.h >>>>snip #ifndef WRAPAMSG_H_ #define WRAPAMSG_H_ #include "amsg_m.h" // dependencies will be resolved correctly // #include "./amsg_m.h" // (amsg_m.h is in same directory as wrapamsg.h) // dependencies will not be resolved correctly #endif /* WRAPAMSG_H_ */ <<<<snap If I use "./amsg_m.h" then the dependencies generator detects that the file does not exists (it must be generated first) and skipped it!? | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
(0001338) rhornig (administrator) 2017-03-02 15:45 |
Dependency generation is now handled by the compiler itself. |
![]() |
|||
Date Modified | Username | Field | Change |
2012-03-07 17:35 | michael | New Issue | |
2017-03-02 15:45 | rhornig | Note Added: 0001338 | |
2017-03-02 15:45 | rhornig | Status | new => resolved |
2017-03-02 15:45 | rhornig | Fixed in Version | => 5.1 |
2017-03-02 15:45 | rhornig | Resolution | open => fixed |
2017-03-02 15:45 | rhornig | Assigned To | => rhornig |
Copyright © 2000 - 2022 MantisBT Team |