Anonymous | Login | 2022-08-08 12:37 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 | ||||||||
0000660 | OMNeT++ | IDE / C++ development | public | 2013-06-17 15:42 | 2013-06-17 16:03 | ||||||||
Reporter | andras | ||||||||||||
Assigned To | |||||||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||||||
Status | new | Resolution | open | ||||||||||
Platform | OS | OS Version | |||||||||||
Product Version | 4.3 | ||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0000660: project not re-linked when new module is added to referenced project project | ||||||||||||
Description | Create two projects: 1. base: produces a static lib 2. derived: references 'base', links with its static lib Then create a new simple module in the 'base' project, then hit Build. The 'derived' project should be re-linked as a result, but it is not Reported by Andras Ferencz. | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files | ![]() | ||||||||||||
![]() |
|
(0000803) andras (administrator) 2013-06-17 16:03 |
See attached project. Build and run: there will be an error because of missing Sink class. Then: $ mv Sink.cc.X Sink.cc <--- restores the Sink class so everything should be OK Hit build again and run. It will STILL fail, because derived project is not re-linked. Hit Clean All+Rebuild. It will now run. Cause: missing dependency: target of link step should depend on the libs exported from referenced projects. |
![]() |
|||
Date Modified | Username | Field | Change |
2013-06-17 15:42 | andras | New Issue | |
2013-06-17 15:55 | andras | File Added: a.tgz | |
2013-06-17 16:03 | andras | Note Added: 0000803 |
Copyright © 2000 - 2022 MantisBT Team |