[Ns-bugs] [Bug 1077] New: The ns-3 configuration file file (.ns3rc) only works if you disable python
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Fri Mar 18 14:51:37 PDT 2011
http://www.nsnam.org/bugzilla/show_bug.cgi?id=1077
Summary: The ns-3 configuration file file (.ns3rc) only works
if you disable python
Product: ns-3
Version: pre-release
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P5
Component: build system
AssignedTo: gjcarneiro at gmail.com
ReportedBy: watrous at u.washington.edu
CC: ns-bugs at isi.edu
Estimated Hours: 0.0
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
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Ns-bugs
mailing list