Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Don't use ${urdfdom_LDFLAGS} and ${console_bridge_LDFLAGS} in target_link_libraries #291

Closed
osrf-migration opened this issue Dec 8, 2012 · 7 comments
Labels
all bug Something isn't working major

Comments

@osrf-migration
Copy link

Original report (archived issue) by Lorenz Mösenlechner (Bitbucket: moesenle).

The original report had attachments: gazebo-linker-error.patch


Using the LDFLAGS variables in target_link_libraries leads to linker errors such as cannot find -l/usr/lib/libboost_thread.so or similar things. The problem occurs when building with ROS groovy installed since in that case, urdfdom and console_bridge can be found and will be enabled. Instead, ${urdfdom_LIBRARIES} and ${console_bridge_LIBRARIES} should be used.

The problem occurs when building libgazebo_sdf_interface. A patch is attached.

@osrf-migration
Copy link
Author

Original comment by Lorenz Mösenlechner (Bitbucket: moesenle).


  • Edited issue description

1 similar comment
@osrf-migration
Copy link
Author

Original comment by Lorenz Mösenlechner (Bitbucket: moesenle).


  • Edited issue description

@osrf-migration
Copy link
Author

Original comment by Stephen Brawner (Bitbucket: brawner).


Is this something you could create a direct pull request for?

@osrf-migration
Copy link
Author

Original comment by Lorenz Mösenlechner (Bitbucket: moesenle).


See pull request #194.

@osrf-migration
Copy link
Author

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


  • changed state from "new" to "resolved"

pull request #194

@osrf-migration
Copy link
Author

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


  • set version to "all"

@osrf-migration
Copy link
Author

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).


  • changed state from "resolved" to "closed"

@osrf-migration osrf-migration added major bug Something isn't working all labels Apr 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
all bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

1 participant