You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be missing both libignition_math.so and libtinyxml.so.
These problems are turning up when trying to link the example in RobotLocomotion/drake-external-examples#22 -> undefined references to TiXml***. Since the example does not use these directly, they should be transitively picked up by a dependency on sdformat.
It looks like tinyxml is missed in sdformat-create-cps.py and both tinyxml and ignition math missed in the component dependencies. This does not explain why the installed libsdformat.so doesn't get linked against these libraries though.
The text was updated successfully, but these errors were encountered:
Seems to be missing both
libignition_math.so
andlibtinyxml.so
.These problems are turning up when trying to link the example in RobotLocomotion/drake-external-examples#22 -> undefined references to
TiXml***
. Since the example does not use these directly, they should be transitively picked up by a dependency onsdformat
.It looks like tinyxml is missed in sdformat-create-cps.py and both tinyxml and ignition math missed in the component dependencies. This does not explain why the installed
libsdformat.so
doesn't get linked against these libraries though.The text was updated successfully, but these errors were encountered: