Besides, when I run with the command "build.py", I got the following info:
Â
Build failed
 -> task in 'ns3-lte' failed (exit status 1):
       {task 331935184: cxx lte-spectrum-phy.cc -> lte-spectrum-phy.cc.1.o}
['/usr/bin/g++', '-O0', '-ggdb', '-g3', '-Wall', '-Werror', '-fstrict-aliasing', '-Wstrict-aliasing', '-fPIC', '-pthread', '-I.', '-I..', '-DNS3_ASSERT_ENABLE', '-DNS3_LOG_ENABLE', '-DHAVE_SYS_IOCTL_H=1', '-DHAVE_IF_NETS_H=1', '-DHAVE_PACKET_H=1', '-DHAVE_SQLITE3=1', '-DHAVE_IF_TUN_H=1', '../src/lte/model/lte-spectrum-phy.cc', '-c', '-o', 'src/lte/model/lte-spectrum-phy.cc.1.o']
 -> task in 'ns3module_energy' failed (exit status 1):
       {task 333669328: cxx ns3module.cc -> ns3module.cc.7.o}
['/usr/bin/g++', '-O0', '-ggdb', '-g3', '-Wall', '-Werror', '-fstrict-aliasing', '-Wstrict-aliasing', '-fPIC', '-pthread', '-fno-strict-aliasing', '-fexceptions', '-fstack-protector', '-m64', '-mtune=generic', '-fPIC', '-fno-strict-aliasing', '-fvisibility=hidden', '-pthread', '-I.', '-I..', '-Isrc/energy/bindings', '-I../src/energy/bindings', '-I/usr/include/python2.4', '-DNS3_ASSERT_ENABLE', '-DNS3_LOG_ENABLE', '-DHAVE_SYS_IOCTL_H=1', '-DHAVE_IF_NETS_H=1', '-DHAVE_PACKET_H=1', '-DHAVE_SQLITE3=1', '-DHAVE_IF_TUN_H=1', '-DNS_DEPRECATED=', '-DNS3_DEPRECATED_H', '-DNDEBUG', '-D_GNU_SOURCE', 'src/energy/bindings/ns3module.cc', '-c', '-o', 'src/energy/bindings/ns3module.cc.7.o']
 File "./build.py", line 170, in <module>
   sys.exit(main(sys.argv))
 File "./build.py", line 161, in main
   build_ns3(config, build_examples, build_tests, args, build_options)
 File "./build.py", line 81, in build_ns3
   run_command([sys.executable, "waf", "build"] + build_options)
 File "/auto/crdc_sprtg_dump/lzhao2/ns_3/ns-allinone-3.17/util.py", line 24, in run_command
   raise CommandError("Command %r exited with code %i" % (argv, retval))
util.CommandError: Command ['/auto/crdc_sprtg_dump/lzhao2/ns_3/local/bin/python2.7', 'waf', 'build'] exited with code 1
Any ideas on it?