-
Notifications
You must be signed in to change notification settings - Fork 776
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
linker error for bullet soft body #949
Comments
while debugging, I added the hardcoded path the bullet and this seemed to work:
This made me wonder where this dependency comes in in the first place, which I couldn't resolve. I believe there is the dependency of |
Gazebo should be the one pulling Bullet, here. |
So after a bit of digging, I believe I found what's going wrong here.
That works as long as the library is being found on a default LD path. On my OSX machine it is unfortunately not the case. That's why I have to manually add the I personally think that |
Thanks for the fix. Feel free to open PRs against
You could ticket an issue for Gazebo or, even better, make a PR fixing this upstream 😉 |
When compiling the
gazebo_ros_pkgs
on mojave, I run into the following linker errors:I am a bit puzzled about it because just before, it correctly finds the bullet dependencies:
And indeed, it seems like bullet is correctly installed:
any idea on what's going wrong here?
The text was updated successfully, but these errors were encountered: