Hello Tommaso,
Thank you for your reply.
Actually the error "Move waf into a writeable directory" was solved.
Unfortunately I got another error as follow:
----
Build failed
-> task in 'ns3-network' failed (exit status 1):
{task 43017744: cxx ipv6-address.cc -> ipv6-address.cc.1.o}
['/usr/bin/g++', '-O0', '-ggdb', '-g3', '-Wall', '-Werror', '-Wno-error=deprecated-declarations', '-fstrict-aliasing', '-Wstrict-aliasing', '-fPIC', '-pthread', '-Ibuild', '-I.', '-DNS3_ASSERT_ENABLE', '-DNS3_LOG_ENABLE', '-DHAVE_PACKET_H=1', '-DHAVE_DL=1', '-DSQLITE3=1', '-DHAVE_IF_TUN_H=1', '-DENABLE_GSL', '../src/network/utils/ipv6-address.cc', '-c', '-o', 'src/network/utils/ipv6-address.cc.1.o']
Traceback (most recent call last):
File "./build.py", line 214, in <module>
sys.exit(main(sys.argv))
File "./build.py", line 205, in main
build_ns3(config, build_examples, build_tests, args, build_options)
File "./build.py", line 98, in build_ns3
run_command([sys.executable, "waf", "build"] + build_options)
util.CommandError: Command ['/usr/bin/python', 'waf', 'build'] exited with code 1
----
Then I googled the error, and some results of search shows this is bug as follows:
I would like you to help me to solve this problem.
Thanks a lot in advance.