Anonymous | Login | 2022-06-25 10:07 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 | ||||
0000258 | OMNeT++ | IDE / C++ development | public | 2011-02-24 17:27 | 2017-02-01 17:30 | ||||
Reporter | andras | ||||||||
Assigned To | andras | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | resolved | Resolution | no change required | ||||||
Platform | OS | OS Version | |||||||
Product Version | 4.1 | ||||||||
Target Version | Fixed in Version | 5.1pre3 | |||||||
Summary | 0000258: Bogus warning: "Makefile autodeps: cannot find included file" | ||||||||
Description | Create a C++ file with (one or both of) the following lines: #include "omnetpp.h" #include "platdep/sockets.h" When I build the project, both lines will be flagged with the warning "Makefile autodeps: cannot find included file". When I replace "" with <>, the warnings go away. Looks like "" includes are not searched for outside the project. According to C/C++ rules, "" includes are a superset of <> includes ("" searches everywhere <> does, plus in the local directory), so the IDE should find omnetpp.h etc with "" too. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
(0001305) andras (administrator) 2017-02-01 17:30 |
C++ dependency handling has been reworked in the IDE, there is no dependency cache any more, and this message should never appear. |
![]() |
|||
Date Modified | Username | Field | Change |
2011-02-24 17:27 | andras | New Issue | |
2011-05-17 11:16 | andras | Assigned To | => andras |
2017-02-01 17:30 | andras | Note Added: 0001305 | |
2017-02-01 17:30 | andras | Status | new => resolved |
2017-02-01 17:30 | andras | Fixed in Version | => 5.1pre3 |
2017-02-01 17:30 | andras | Resolution | open => no change required |
Copyright © 2000 - 2022 MantisBT Team |