Closed smnogar closed 6 years ago
In file included from /tmp/gazebo9-20181006-74114-1flwtuc/gazebo-9.4.1/gazebo/gui/qgv/private/QGVGraphPrivate.cpp:19:
/tmp/gazebo9-20181006-74114-1flwtuc/gazebo-9.4.1/gazebo/gui/qgv/private/QGVGraphPrivate.h:22:10: fatal error: 'cgraph.h' file not found
#include <cgraph.h>
^~~~~~~~~~
1 error generated.
make[2]: *** [gazebo/gui/CMakeFiles/gazebo_gui.dir/qgv/private/QGVGraphPrivate.cpp.o] Error 1
Thanks for the report. I started building and uploading mojave bottles on Friday and hadn't quite gotten to gazebo yet. I still need to build ignition-common, ignition-fuel-tools, and sdformat. In the meantime, it looks like the error is related to the schematic view in the model editor and graphviz support.
I just uploaded a mojave bottle without QGV / graphviz support, but you should be able to use it for your ROS Melodic work
Great, it works now. Thanks!
I'm attempting to get ROS Melodic up and running on Mojave and I'm running into Gazebo9 build problems. Current version of Gazebo9 is 9.4.1. The gist is here. Gazebo8 seems to build fine.
The last few lines of output are: