<gazebo/gui/GuiPlugin.hh> is missed?
When I built the source file from GUI Overlay tutorial, there was a fetal error that <gazebo gui="" guiplugin.hh=""> is missed. So I looked into the include directory and found there was no such a header file. I searched on the Internet and hardly got anything, so I am stuck here and need some help. I installed gazebo-4.0 from the source code a few days ago and still was not familar with it. Did I missed something when I installed it? Or something else? Thanks.
Which source file? And, can you post the console output?
Thanks. https://bitbucket.org/osrf/gazebo/src/default/examples/plugins/guioverlayplugin_spawn/ Here's the link of the source code. After the cmake step, I met the following errors when make it--fatal error: gazebo/gui/GuiPlugin.hh: No such file or directory.-- In the path /usr/local/include/gazebo4.0/gazebo, there exist other header files like <gui.hh> and <Plugin.hh> but no <GuiPlugin.hh>. So I have no idea what has gone wrong.
Here's the total console output: In file included from /home/ben/gazeboguispawn/build/mocGUIExampleSpawnWidget.cxx:9:0: /home/ben/gazeboguispawn/build/../GUIExampleSpawnWidget.hh:21:35: fatal error: gazebo/gui/GuiPlugin.hh: No such file and directory #include <gazebo/gui/GuiPlugin.hh> compilation terminated make[2]: * [CMakeFiles/guiexamplespawnwidget.dir/mocGUIExampleSpawnWidget.cxx.o] error 1 make[1]: * [CMakeFiles/guiexamplespawnwidget.dir/all] error 2 make: * [all] error 2