Bugzilla – Bug 503
build.py tries to build non-existent nsc on osx
Last modified: 2009-02-23 20:50:08 UTC
Download script acknowledges that nsc is unsupported on OS X, but then the build script tries to build it and fails. This is OS X 10.4 on x86 $ ./download.py # # Get NSC # Architecture (darwin) does not support NSC... skipping $ ./build.py # Build NSC Entering directory `nsc' Traceback (most recent call last): File "./build.py", line 63, in ? sys.exit(main(sys.argv)) File "./build.py", line 40, in main os.chdir(constants.LOCAL_NSC_PATH) OSError: [Errno 2] No such file or directory: 'nsc'
Created attachment 380 [details] proposed patch (gjc may want to review) sorry, patch attached (tested on OS X and Linux tonight)
Looks good, feel free to commit.
17:dded122d91ea in ns-3-allinone