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

Can't link with tinyxml on OS X Yosemite #28

Closed
rcodddow opened this issue Oct 28, 2014 · 2 comments
Closed

Can't link with tinyxml on OS X Yosemite #28

rcodddow opened this issue Oct 28, 2014 · 2 comments

Comments

@rcodddow
Copy link

Linking CXX shared library /Users/robert/ros_catkin_ws/devel_isolated/image_transport/lib/libimage_transport.dylib
ld: library not found for -ltinyxml
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [/Users/robert/ros_catkin_ws/devel_isolated/image_transport/lib/libimage_transport.dylib] Error 1
make[1]: *** [CMakeFiles/image_transport.dir/all] Error 2
make: *** [all] Error 2
<== Failed to process package 'image_transport': 
  Command '/Users/robert/ros_catkin_ws/install_isolated/env.sh make -j8 -l8' returned non-zero exit status 2

Reproduce this error by running:
==> cd /Users/robert/ros_catkin_ws/build_isolated/image_transport && /Users/robert/ros_catkin_ws/install_isolated/env.sh make -j8 -l8

Command failed, exiting.

I have already tested a fix which uses the FindTinyXML cmake module from cmake_modules. If you want i can post the new CMakeLists.txt

@vrabaud
Copy link
Contributor

vrabaud commented Oct 28, 2014

please confirm this is indeed fixed for you

@rcodddow
Copy link
Author

yes indeed

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

2 participants