Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DCE bake build causes waf to prefer libraries in $DCE_HOME/build/lib #4

Open
tomhenderson opened this issue Jun 24, 2023 · 0 comments

Comments

@tomhenderson
Copy link
Collaborator

tomhenderson commented Jun 24, 2023

When using bake, DCE quagga libraries are placed in $DCE_HOME/build/lib as part of the install process. Later, if one recurses into the source/ns-3-dce directory and edits a file such as myscripts/ns-3-dce-quagga/test/dce-quagga-test.cc, and does not install the new version, the build output suggests that the library is rebuilt locally, but the shared test library linked is the one that was installed earlier in ../../build/lib.

This is in contrast to ns-3 behavior where the locally built libraries are always preferred to bake installed ones.

This may be automatically fixed when this project is cut over (eventually) to CMake.

@tomhenderson tomhenderson changed the title DCE bake build preferentially uses libraries in $DCE_HOME/build/lib DCE bake build causes waf to prefer libraries in $DCE_HOME/build/lib Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant