-
Notifications
You must be signed in to change notification settings - Fork 148
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
Catkin tools don't handle arch-specific library folders #154
Comments
Thanks for pointing this out, we'll have to port that functionality to |
I can take a crack at it, but it will take me a little while to find the time. |
If you have time that'd be great, I could also take a stab at it, but it will also be a while before I have time to spend on it. |
On which platforns / for which versions of Gazebo does this become necessary? I've been building Gazebo 2.x with |
Starting with gazebo2, the libraries are installed to |
Try to detect arch-specific library folders using gcc and dpkg-architecture, then add to LD_LIBRARY_PATH and PKG_CONFIG_PATH. Closes catkin#154. Based on ros/catkin#624
Try to detect arch-specific library folders using gcc and dpkg-architecture, then add to LD_LIBRARY_PATH and PKG_CONFIG_PATH. Closes catkin#154. Based on ros/catkin#624
Add arch-specific library folders (#154)
Support for arch-specific library folders was added to catkin in ros/catkin#624 but it does not seem to be present in catkin tools. This is needed to build gazebo with catkin tools.
The text was updated successfully, but these errors were encountered: