We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I try to run the code but I get this error:
/workspace/ns-allinone-3.25/ns-3.25$ ./waf --run scratch/blockchain-simulator
Waf: Leaving directory `/home/rabeb/workspace/ns-allinone-3.25/ns-3.25/build' Build failed -> task in 'ns3-applications' failed (exit status 1): {task 140411083174544: cxx network-helper.cc -> network-helper.cc.1.o} ['/usr/bin/g++', '-std=c++11', '-Wno-unused-parameter', '-fPIC', '-pthread', '-I.', '-I..', '-DNS3_BUILD_PROFILE_DEBUG', '-DNS3_ASSERT_ENABLE', '-DNS3_LOG_ENABLE', '-DHAVE_SYS_IOCTL_H=1', '-DHAVE_IF_NETS_H=1', '-DHAVE_NET_ETHERNET_H=1', '-DHAVE_PACKET_H=1', '-DHAVE_IF_TUN_H=1', '../src/applications/helper/network-helper.cc', '-c', '-o', '/home/rabeb/workspace/ns-allinone-3.25/ns-3.25/build/src/applications/helper/network-helper.cc.1.o']
Could you help me, please? Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I try to run the code but I get this error:
/workspace/ns-allinone-3.25/ns-3.25$ ./waf --run scratch/blockchain-simulator
Waf: Leaving directory `/home/rabeb/workspace/ns-allinone-3.25/ns-3.25/build'
Build failed
-> task in 'ns3-applications' failed (exit status 1):
{task 140411083174544: cxx network-helper.cc -> network-helper.cc.1.o}
['/usr/bin/g++', '-std=c++11', '-Wno-unused-parameter', '-fPIC', '-pthread', '-I.', '-I..', '-DNS3_BUILD_PROFILE_DEBUG', '-DNS3_ASSERT_ENABLE', '-DNS3_LOG_ENABLE', '-DHAVE_SYS_IOCTL_H=1', '-DHAVE_IF_NETS_H=1', '-DHAVE_NET_ETHERNET_H=1', '-DHAVE_PACKET_H=1', '-DHAVE_IF_TUN_H=1', '../src/applications/helper/network-helper.cc', '-c', '-o', '/home/rabeb/workspace/ns-allinone-3.25/ns-3.25/build/src/applications/helper/network-helper.cc.1.o']
Could you help me, please?
Thank you
The text was updated successfully, but these errors were encountered: