Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation of main branch broken due to missing GuiRunner.hh #118

Closed
scpeters opened this issue Jun 25, 2021 · 1 comment
Closed

Compilation of main branch broken due to missing GuiRunner.hh #118

scpeters opened this issue Jun 25, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@scpeters
Copy link
Member

Environment

  • OS Version: both Ubuntu 18.04 and homebrew CI builds
  • Source or binary build? source builds of the main branch as of 64632e0

Description

  • Expected behavior: compile successfully
  • Actual behavior: compilation fails

Steps to reproduce

  1. Install ignition-fortress dependencies
  2. Build ign-launch main branch from source
  3. observer compilation error

Output

plugins/gazebo_gui/GazeboGui.cc:23:10: fatal error: 'ignition/gazebo/gui/GuiRunner.hh' file not found
#include <ignition/gazebo/gui/GuiRunner.hh>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [plugins/gazebo_gui/CMakeFiles/ignition-launch-gazebogui.dir/GazeboGui.cc.o] Error 1

the GuiRunner.hh header file was removed from the public API in gazebosim/gz-sim#875

@scpeters scpeters added the bug Something isn't working label Jun 25, 2021
@scpeters
Copy link
Member Author

fixed by #119

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant