urg_node icon indicating copy to clipboard operation
urg_node copied to clipboard

Compiling error

Open linhan94 opened this issue 5 years ago • 0 comments

Hello, When I tried to build urg_node, I got this error:

Errors << urg_node:make /home/kubot/catkin_ws/logs/urg_node/build.make.000.log
/home/kubot/catkin_ws/devel/.private/urg_node/lib/liburg_node_driver.so: undefined reference to boost::this_thread::hidden::sleep_until(timespec const&)' /home/kubot/catkin_ws/devel/.private/urg_node/lib/liburg_node_driver.so: undefined reference to boost::this_thread::hidden::sleep_for(timespec const&)' collect2: error: ld returned 1 exit status make[2]: *** [/home/kubot/catkin_ws/devel/.private/urg_node/lib/urg_node/urg_node] Error 1 make[1]: *** [CMakeFiles/urg_node.dir/all] Error 2 make: *** [all] Error 2

What could be the reason? Boost version or what?

linhan94 avatar Nov 28 '19 01:11 linhan94