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
Hello
I tried to build the PLC module but it fails This is the trace of the errors:
[1144/2252] cxx: src/plc/model/plc-net-device.cc -> build/src/plc/model/plc-net-device.cc.1.o ../src/plc/model/plc-net-device.cc: In member function ‘virtual void ns3::PLC_NetDevice::DoStart()’: ../src/plc/model/plc-net-device.cc:87:2: error: ‘DoStart’ is not a member of ‘ns3::NetDevice’ ../src/plc/model/plc-net-device.cc: In member function ‘void ns3::PLC_NetDevice::LinkUp()’: ../src/plc/model/plc-net-device.cc:220:13: error: ‘class ns3::PLC_Phy’ has no member named ‘Start’ Waf: Leaving directory `/home/nour/ndnSIM/ns-3/build' Build failed -> task in 'ns3-plc' failed (exit status 1): {task 147774604: cxx plc-net-device.cc -> plc-net-device.cc.1.o} ['/usr/bin/g++', '-O0', '-ggdb', '-g3', '-Wall', '-Werror', '-Wno-error=deprecated-declarations', '-fstrict-aliasing', '-Wstrict-aliasing', '-fopenmp', '-fPIC', '-pthread', '-pthread', '-I.', '-I..', '-I/usr/include/gtk-2.0', '-I/usr/lib/i386-linux-gnu/gtk-2.0/include', '-I/usr/include/atk-1.0', '-I/usr/include/cairo', '-I/usr/include/gdk-pixbuf-2.0', '-I/usr/include/pango-1.0', '-I/usr/include/gio-unix-2.0', '-I/usr/include/glib-2.0', '-I/usr/lib/i386-linux-gnu/glib-2.0/include', '-I/usr/include/pixman-1', '-I/usr/include/freetype2', '-I/usr/include/libpng12', '-I/usr/include/libxml2', '-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_SQLITE3=1', '-DHAVE_IF_TUN_H=1', '../src/plc/model/plc-net-device.cc', '-c', '-o', 'src/plc/model/plc-net-device.cc.1.o'] nour@ubuntu:~/ndnSIM/ns-3$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
I tried to build the PLC module but it fails
This is the trace of the errors:
[1144/2252] cxx: src/plc/model/plc-net-device.cc -> build/src/plc/model/plc-net-device.cc.1.o
../src/plc/model/plc-net-device.cc: In member function ‘virtual void ns3::PLC_NetDevice::DoStart()’:
../src/plc/model/plc-net-device.cc:87:2: error: ‘DoStart’ is not a member of ‘ns3::NetDevice’
../src/plc/model/plc-net-device.cc: In member function ‘void ns3::PLC_NetDevice::LinkUp()’:
../src/plc/model/plc-net-device.cc:220:13: error: ‘class ns3::PLC_Phy’ has no member named ‘Start’
Waf: Leaving directory `/home/nour/ndnSIM/ns-3/build'
Build failed
-> task in 'ns3-plc' failed (exit status 1):
{task 147774604: cxx plc-net-device.cc -> plc-net-device.cc.1.o}
['/usr/bin/g++', '-O0', '-ggdb', '-g3', '-Wall', '-Werror', '-Wno-error=deprecated-declarations', '-fstrict-aliasing', '-Wstrict-aliasing', '-fopenmp', '-fPIC', '-pthread', '-pthread', '-I.', '-I..', '-I/usr/include/gtk-2.0', '-I/usr/lib/i386-linux-gnu/gtk-2.0/include', '-I/usr/include/atk-1.0', '-I/usr/include/cairo', '-I/usr/include/gdk-pixbuf-2.0', '-I/usr/include/pango-1.0', '-I/usr/include/gio-unix-2.0', '-I/usr/include/glib-2.0', '-I/usr/lib/i386-linux-gnu/glib-2.0/include', '-I/usr/include/pixman-1', '-I/usr/include/freetype2', '-I/usr/include/libpng12', '-I/usr/include/libxml2', '-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_SQLITE3=1', '-DHAVE_IF_TUN_H=1', '../src/plc/model/plc-net-device.cc', '-c', '-o', 'src/plc/model/plc-net-device.cc.1.o']
nour@ubuntu:~/ndnSIM/ns-3$
The text was updated successfully, but these errors were encountered: