-
Notifications
You must be signed in to change notification settings - Fork 1
Description
ns (3.34) build the module into ns3 (3.34) throws the following errors.
./usr/bin/ld: src/sparkrtc/examples/rtc-test.cc.1.o: in function
boost::filesystem::exists(boost::filesystem::path const&)':
/usr/include/boost/filesystem/operations.hpp:188: undefined reference to
boost::filesystem::detail::status(boost::filesystem::path const&, boost::system::error_code*)'
/usr/bin/ld: src/sparkrtc/examples/rtc-test.cc.1.o: in function
boost::filesystem::create_directories(boost::filesystem::path const&)':
/usr/include/boost/filesystem/operations.hpp:371: undefined reference to
boost::filesystem::detail::create_directories(boost::filesystem::path const&, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
Waf: Leaving directory /home/username/ns-allinone-3.34/ns-3.34/build'
Build failed -> task in 'rtc-test' failed with exit status 1 (run with -v to display more information)
`