Skip to content
New issue

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

Building ROSRV on Ubuntu 12.04, ROS Groovy #1

Open
davidmtamas opened this issue Jul 3, 2015 · 0 comments
Open

Building ROSRV on Ubuntu 12.04, ROS Groovy #1

davidmtamas opened this issue Jul 3, 2015 · 0 comments

Comments

@davidmtamas
Copy link

I'm trying to run catkin_make and I get two linking errors:

CMakeFiles/rvmaster_rosmaster.dir/src/rv/xmlrpc_manager.cpp.o: In function boost::thread::start_thread()': xmlrpc_manager.cpp:(.text._ZN5boost6thread12start_threadEv[_ZN5boost6thread12start_threadEv]+0x15): undefined reference toboost::thread::start_thread_noexcept()'
CMakeFiles/rvmaster_rosmaster.dir/src/rv/xmlrpc_manager.cpp.o: In function boost::thread::join()': xmlrpc_manager.cpp:(.text._ZN5boost6thread4joinEv[_ZN5boost6thread4joinEv]+0x6d): undefined reference toboost::thread::join_noexcept()'
collect2: error: ld returned 1 exit status
make[2]: *** [/home/dmt/ROSRV/devel/lib/rvmaster/rvmaster_rosmaster] Error 1
make[1]: *** [RVMaster/CMakeFiles/rvmaster_rosmaster.dir/all] Error 2

I have boost 1.58 installed and no idea what to do to solve the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant