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

Revision history [back]

click to hide/show revision 1
initial version

I encountered this error and was able to make the build succeed by replacing -ltinyxml with /usr/local/lib/libtinyxml.dylib in various link.txt files within ros_catkin_ws/build_isolated/. I don't know why the linker had trouble finding that library in such a standard location.

grep -rl ' -ltinyxml' ./build_isolated | xargs sed -i.bak 's|-ltinyxml|/usr/local/lib/libtinyxml.dylib|g'