|
Bugzilla – Full Text Bug Listing |
| Summary: | The ns-3 configuration file file (.ns3rc) only works if you disable python | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Mitch Watrous <watrous> |
| Component: | build system | Assignee: | Gustavo J. A. M. Carneiro <gjcarneiro> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | CC: | gjcarneiro, ns-bugs |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
To demonstrate this bug, first get a copy of the .ns3rc file that is in the utils directory: cp utils/.ns3rc . The .ns3rc file should now be in your ns-3-dev directory. Modify the .ns3rc file to only enable a single module like this: modules_enabled = ['core'] You will now get a waf error if you do: ./waf configure ./waf build The error will go away if you disable Python like this: ./waf configure --disable-python ./waf build