<div dir="ltr"><div><div><div>Hi everyone,<br><br></div>Any experience with the bug below?. Any guidance is highly appreciated. <br><br></div>Best regards,<br></div>C<br><div><div><br>In file included from ./ns3/log.h:27:0,<br>                 from ../src/propagation/model/kun-2600-mhz-propagation-loss-model.cc:22:<br>../map:9:28: warning: multi-character character constant [-Wmultichar]<br>     exec(compile(code,path,'exec'),module.__dict__)<br>                            ^<br>In file included from ./ns3/propagation-loss-model.h:30:0,<br>                 from ../src/propagation/model/kun-2600-mhz-propagation-loss-model.h:26,<br>                 from ../src/propagation/model/kun-2600-mhz-propagation-loss-model.cc:28:<br>../map:9:28: warning: multi-character character constant [-Wmultichar]<br>     exec(compile(code,path,'exec'),module.__dict__)<br>                            ^<br>In file included from ./ns3/log.h:27:0,<br>                 from ../src/propagation/model/kun-2600-mhz-propagation-loss-model.cc:22:<br>../map:1:11: error: expected constructor, destructor, or type conversion before ‘(’ token<br> Traceback (most recent call last):<br>           ^<br>In file included from ./ns3/callback.h:31:0,<br>                 from ./ns3/trace-source-accessor.h:24,<br>                 from ./ns3/type-id.h:25,<br>                 from ./ns3/object-base.h:23,<br>                 from ./ns3/object.h:29,<br>                 from ./ns3/mobility-model.h:24,<br>                 from ../src/propagation/model/kun-2600-mhz-propagation-loss-model.cc:25:<br>/usr/include/c++/5/typeinfo:39:37: error: expected declaration before end of line<br><br>In file included from ./ns3/log.h:27:0,<br>                 from ../src/wifi/model/wifi-phy-state-helper.cc:22:<br>../map:9:28: warning: multi-character character constant [-Wmultichar]<br>     exec(compile(code,path,'exec'),module.__dict__)<br>                            ^<br>In file included from ./ns3/log.h:27:0,<br>                 from ../src/wifi/model/wifi-phy-state-helper.cc:22:<br>../map:1:11: error: expected constructor, destructor, or type conversion before ‘(’ token<br> Traceback (most recent call last):<br>           ^<br>In file included from /usr/lib/gcc/x86_64-linux-gnu/5/include/x86intrin.h:27:0,<br>                 from /usr/include/x86_64-linux-gnu/c++/5/bits/opt_random.h:33,<br>                 from /usr/include/c++/5/random:50,<br>                 from /usr/include/c++/5/bits/stl_algo.h:66,<br>                 from /usr/include/c++/5/algorithm:62,<br>                 from ../src/wifi/model/wifi-phy-state-helper.cc:25:<br>/usr/lib/gcc/x86_64-linux-gnu/5/include/ia32intrin.h:53:25: error: expected declaration before end of line<br>Waf: Leaving directory `/home/carl/ndnSIM/ns-3/build'<br>Build failed<br> -> task in 'ns3-propagation' failed (exit status 1): <br>    {task 140363640448528: cxx kun-2600-mhz-propagation-loss-model.cc -> kun-2600-mhz-propagation-loss-model.cc.1.o}<br>['/usr/bin/g++', '-std=c++0x', '-std=c++11', '-O0', '-ggdb', '-g3', '-Wall', '-Wno-error=deprecated-declarations', '-fstrict-aliasing', '-Wstrict-aliasing', '-fPIC', '-pthread', '-Isrc/propagation', '-I../src/propagation', '-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_IS_DEFAULT_CONSTRUCTIBLE=1', '-DHAVE_IS_NOTHROW_MOVE_CONSTRUCTIBLE=1', '-DHAVE_IS_NOTHROW_MOVE_ASSIGNABLE=1', '-DHAVE_CXX_FRIEND_TYPENAME=1', '-DHAVE_CXX_OVERRIDE_FINAL=1', '-DNDN_CXX_HAVE_VECTOR_INSERT_ERASE_CONST_ITERATOR=1', '-DHAVE_PTHREAD=1', '-DHAVE_SQLITE3=1', '-DHAVE_IF_TUN_H=1', '-DHAVE_SQLITE3=1', '../src/propagation/model/kun-2600-mhz-propagation-loss-model.cc', '-c', '-o', '/home/carl/ndnSIM/ns-3/build/src/propagation/model/kun-2600-mhz-propagation-loss-model.cc.1.o']<br> -> task in 'ns3-wifi' failed (exit status 1): <br>    {task 140363640790160: cxx wifi-phy-state-helper.cc -> wifi-phy-state-helper.cc.1.o}<br>['/usr/bin/g++', '-std=c++0x', '-std=c++11', '-O0', '-ggdb', '-g3', '-Wall', '-Wno-error=deprecated-declarations', '-fstrict-aliasing', '-Wstrict-aliasing', '-fPIC', '-pthread', '-I.', '-I..', '-I/usr/include/libxml2', '-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_IS_DEFAULT_CONSTRUCTIBLE=1', '-DHAVE_IS_NOTHROW_MOVE_CONSTRUCTIBLE=1', '-DHAVE_IS_NOTHROW_MOVE_ASSIGNABLE=1', '-DHAVE_CXX_FRIEND_TYPENAME=1', '-DHAVE_CXX_OVERRIDE_FINAL=1', '-DNDN_CXX_HAVE_VECTOR_INSERT_ERASE_CONST_ITERATOR=1', '-DHAVE_PTHREAD=1', '-DHAVE_SQLITE3=1', '-DHAVE_IF_TUN_H=1', '-DHAVE_SQLITE3=1', '-DHAVE_LIBXML2=1', '../src/wifi/model/wifi-phy-state-helper.cc', '-c', '-o', '/home/carl/ndnSIM/ns-3/build/src/wifi/model/wifi-phy-state-helper.cc.1.o']<br><br><br></div></div></div>