Bug 1077

Summary: The ns-3 configuration file file (.ns3rc) only works if you disable python
Product: ns-3 Reporter: Mitch Watrous <watrous>
Component: build systemAssignee: Gustavo J. A. M. Carneiro <gjcarneiro>
Status: RESOLVED DUPLICATE    
Severity: major CC: gjcarneiro, ns-bugs
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   

Description Mitch Watrous 2011-03-18 17:51:36 EDT
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
Comment 1 Gustavo J. A. M. Carneiro 2011-03-20 10:21:24 EDT

*** This bug has been marked as a duplicate of bug 1076 ***