Skip to content

"fatal error: QtGui/QWindow: No such file or directory" error while making robocup3ds #37

Description

@osrf-migration

Original report (archived issue) by Anonymous.


Hi,
I have installed Gazebo 9. When I try to install robocup3ds using the one line command:

#!bash

curl -ssL https://bitbucket.org/osrf/release-tools/raw/default/one-line-installations/robocup3ds.sh | sh

I get the following error:

#!bash

sh: 2: Syntax error: newline unexpected

So I decided to build robocup3ds from source. But after running

#!bash

make -j4

I get the following error:

#!bash

In file included from /usr/include/gazebo-9/gazebo/gui/GuiPlugin.hh:20:0,
                 from /home/navid/robocup3ds/build/gui/../../gui/Robocup3dsGUIPlugin.hh:23,
                 from /home/navid/robocup3ds/build/gui/moc_Robocup3dsGUIPlugin.cxx:9:
/usr/include/gazebo-9/gazebo/gui/qt.h:36:25: fatal error: QtGui/QWindow: No such file or directory
compilation terminated.
gui/CMakeFiles/robocup3dsGUIPlugin.dir/build.make:91: recipe for target 'gui/CMakeFiles/robocup3dsGUIPlugin.dir/moc_Robocup3dsGUIPlugin.cxx.o' failed
make[2]: *** [gui/CMakeFiles/robocup3dsGUIPlugin.dir/moc_Robocup3dsGUIPlugin.cxx.o] Error 1
make[2]: *** Waiting for unfinished jobs....

Can anyone help me with these issues?
Thanks in advance.
Bests,
Navid

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions