SDF dependency not found with Ignition Fortress 6.14.0: sdf/Element.hh not found
Dear community,
unfortunately, I am not able to compile my plugins for ignition fortress (6.14.0) any longer. I obtain the following error:
/usr/include/ignition/gazebo6/ignition/gazebo/System.hh:30:10: fatal error: sdf/Element.hh: No such file or directory
My plugins' CMakeLists.txt is built up similar to the ignition fortress examples on github, see https://github.com/gazebosim/gz-sim/tree/ign-gazebo6/examples/plugin, e.g. https://github.com/gazebosim/gz-sim/blob/ign-gazebo6/examples/plugin/command_actor/CMakeLists.txt
The transitive dependency to sdf seems somehow to have disappeared between the transition of two pkg updates, but must now be explicitly listed as well? Currently problem occurs with ignition fortress 6.14.0.
Any help is appreciated.
BR
Asked by Illuminatur on 2023-05-05 03:36:33 UTC
Comments
Are you able to build the
command_actor
example? It builds fine for me on 6.14.0.Asked by azeey on 2023-05-09 15:28:51 UTC