clarify 'Modules not built' waf report

This commit is contained in:
Tom Henderson
2012-12-05 20:45:38 -08:00
parent 071376c1b7
commit b542b4e940
2 changed files with 17 additions and 1 deletions

View File

@@ -299,6 +299,22 @@ following magic words:
topology-read uan virtual-net-device
visualizer wifi wimax
Waf: Leaving directory `/home/craigdo/repos/ns-3-allinone/ns-3.13/build'
'build' finished successfully (2m30.586s)
You may also see something like:
::
Modules not built (see ns-3 tutorial for explanation):
click openflow visualizer
This just means that some ns-3 modules that have dependencies on
outside libraries may not have been built, or that the configuration
specifically asked not to build them. It does not mean that the
simulator did not build successfully or that it will provide wrong
results for the modules listed as being built.
Once the project has built, you can stop working with the
``ns-3-allinone`` scripts. You got what you needed from them and will now
interact directly with Waf and we do it in the |ns3| directory,

View File

@@ -876,7 +876,7 @@ def shutdown(ctx):
# Print the list of enabled modules that were not built.
if env['MODULES_NOT_BUILT']:
print 'Modules not built:'
print 'Modules not built (see ns-3 tutorial for explanation):'
print_module_names(env['MODULES_NOT_BUILT'])
print