Bug 266 - src/wscript unconditionally sets conf.env['NS3_MODULE_PATH']
src/wscript unconditionally sets conf.env['NS3_MODULE_PATH']
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: build system
pre-release
All All
: P3 normal
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-07-30 16:42 UTC by Mathieu Lacage
Modified: 2008-07-31 17:55 UTC (History)
1 user (show)

See Also:


Attachments
use append (505 bytes, patch)
2008-07-30 16:43 UTC, Mathieu Lacage
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Lacage 2008-07-30 16:42:46 UTC
It would be really helpful if it could use conf.env.append instead because that would allow other waf scripts to add to NS3_MODULE_PATH.

Patch coming.
Comment 1 Mathieu Lacage 2008-07-30 16:43:12 UTC
Created attachment 218 [details]
use append
Comment 2 Mathieu Lacage 2008-07-30 16:44:11 UTC
I append to this variable from src/process/wscript because I generate another library there and I want to find it with LD_LIBRARY_PATH when I run ./waf --shell.
Comment 3 Gustavo J. A. M. Carneiro 2008-07-31 13:49:20 UTC
Sounds good to commit.
Comment 4 Mathieu Lacage 2008-07-31 17:55:09 UTC
changeset ce35418645e9