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, 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
boost::this_thread::hidden::sleep_until(timespec const&)' /home/kubot/catkin_ws/devel/.private/urg_node/lib/liburg_node_driver.so: undefined reference to
What could be the reason? Boost version or what?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: