ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Error building console_bridge while compiling Groovy from source

asked 2013-09-04 03:32:26 -0500

mcnichjm gravatar image

updated 2014-07-05 07:26:07 -0500

demmeln gravatar image

I've been working to build groovy desktop from source on RHEL 6.4 with limited success thus far. Ive been relying on the link:Fedora installation instructions for the most part.

After downloading the source and installing dependencies using rosdep, I am having an issue building the 'console_bridge' package.

Error message: "No rule to make target '/usr/lib64/lib64/libboost_system-mt.so.5', needed by '/home/username/ros_catkin_ws/devel_isolated/console_bridge/lib/libconsole_bridge.so'"

The library exists in /usr/lib64, but there is no /usr/lib64/lib64. How do I specify to catkin to look in /usr/lib64 and no /usr/lib64/lib64?

Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-07-04 07:01:12 -0500

dki gravatar image

Good question. I had the same problem and found no good solution to configure the location.

To continue I made a workaround and created soft links to the libs in the correct places. No clean solution, but it worked.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-09-04 03:32:26 -0500

Seen: 420 times

Last updated: Jul 04 '14