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

Build fails: no member named 'qglClearColor' in 'octomap::ViewerWidget' #224

Closed
yurivict opened this issue Nov 20, 2018 · 3 comments
Closed
Labels

Comments

@yurivict
Copy link

/usr/ports/math/octomap/work/octomap-vv1.6.5-158-g23cb13f/octovis/src/ViewerWidget.cpp:70:9: error: no member named 'qglClearColor' in 'octomap::ViewerWidget'
  this->qglClearColor( this->backgroundColor() );
  ~~~~  ^
/usr/ports/math/octomap/work/octomap-vv1.6.5-158-g23cb13f/octovis/src/ViewerWidget.cpp:76:3: error: use of undeclared identifier 'updateGL'; did you mean 'update'?
  updateGL();
  ^~~~~~~~
  update
/usr/local/include/qt5/QtWidgets/qwidget.h:459:10: note: 'update' declared here
    void update();
         ^
/usr/ports/math/octomap/work/octomap-vv1.6.5-158-g23cb13f/octovis/src/ViewerWidget.cpp:101:3: error: use of undeclared identifier 'updateGL'; did you mean 'update'?
  updateGL();
  ^~~~~~~~
  update
/usr/local/include/qt5/QtWidgets/qwidget.h:459:10: note: 'update' declared here
    void update();
         ^
/usr/ports/math/octomap/work/octomap-vv1.6.5-158-g23cb13f/octovis/src/ViewerWidget.cpp:109:3: error: use of undeclared identifier 'updateGL'; did you mean 'update'?
  updateGL();
  ^~~~~~~~
  update
/usr/local/include/qt5/QtWidgets/qwidget.h:459:10: note: 'update' declared here
    void update();
         ^
/usr/ports/math/octomap/work/octomap-vv1.6.5-158-g23cb13f/octovis/src/ViewerWidget.cpp:117:3: error: use of undeclared identifier 'updateGL'; did you mean 'update'?
  updateGL();
  ^~~~~~~~
  update
/usr/local/include/qt5/QtWidgets/qwidget.h:459:10: note: 'update' declared here
    void update();
         ^
/usr/ports/math/octomap/work/octomap-vv1.6.5-158-g23cb13f/octovis/src/ViewerWidget.cpp:122:3: error: use of undeclared identifier 'updateGL'; did you mean 'update'?
  updateGL();
  ^~~~~~~~
  update
/usr/local/include/qt5/QtWidgets/qwidget.h:459:10: note: 'update' declared here
    void update();
         ^
/usr/ports/math/octomap/work/octomap-vv1.6.5-158-g23cb13f/octovis/src/ViewerWidget.cpp:148:3: error: use of undeclared identifier 'updateGL'; did you mean 'update'?
  updateGL();
  ^~~~~~~~
  update
/usr/local/include/qt5/QtWidgets/qwidget.h:459:10: note: 'update' declared here
    void update();
         ^
/usr/ports/math/octomap/work/octomap-vv1.6.5-158-g23cb13f/octovis/src/ViewerWidget.cpp:164:3: error: use of undeclared identifier 'updateGL'; did you mean 'update'?
  updateGL();
  ^~~~~~~~
  update
/usr/local/include/qt5/QtWidgets/qwidget.h:459:10: note: 'update' declared here
    void update();
         ^
/usr/ports/math/octomap/work/octomap-vv1.6.5-158-g23cb13f/octovis/src/ViewerWidget.cpp:295:3: error: use of undeclared identifier 'updateGL'; did you mean 'update'?
  updateGL();
  ^~~~~~~~
  update
/usr/local/include/qt5/QtWidgets/qwidget.h:459:10: note: 'update' declared here
    void update();
         ^
/usr/ports/math/octomap/work/octomap-vv1.6.5-158-g23cb13f/octovis/src/ViewerWidget.cpp:307:3: error: use of undeclared identifier 'updateGL'; did you mean 'update'?
  updateGL();
  ^~~~~~~~
  update
/usr/local/include/qt5/QtWidgets/qwidget.h:459:10: note: 'update' declared here
    void update();
         ^
/usr/ports/math/octomap/work/octomap-vv1.6.5-158-g23cb13f/octovis/src/ViewerWidget.cpp:367:3: error: use of undeclared identifier 'qglColor'
  qglColor(foregroundColor());
  ^

FreeBSD 11.2 amd64
libQGLViewer-2.7.1 is installed.

@oleid
Copy link

oleid commented Sep 15, 2020

Basically same problem here, ArchLinux with Qt-5.15 and libQGLViewer 2.7.2. Any idea what might be wrong?

@oleid
Copy link

oleid commented Sep 15, 2020

Uh, I just realized that #297 fixed this issue :)

@yurivict
Copy link
Author

Yes, the problem is fixed in the master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants