← Back to team overview

yade-dev team mailing list archive

[Bug 1735804] [NEW] QGLViewer updateGL() function error

 

Public bug reported:

Background Details:
CentOS 7.4
Compiled from source
All features installed and enabled (except for python GTS...could not find that one)

Issue:
When attempting to build Yade, this error occurs:

trunk-2017.01a/gui/qt5/GLViewer.cpp:298:11: error: ‘updateGL’ was not declared in this scope
  updateGL();

The way I solved this was by uncommenting line 64 in:

trunk-2017.01a/gui/qt5/GLViewer.hpp

so that "virtual void updateGL(void);" would be visible. I am not sure
if that was originally commented out for debugging or deprecation, but
it inhibited the program from compiling. If the comments were
intentional, how would I fix the error otherwise?

Thanks,
   James

** Affects: yade
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1735804

Title:
  QGLViewer updateGL() function error

Status in Yade:
  New

Bug description:
  Background Details:
  CentOS 7.4
  Compiled from source
  All features installed and enabled (except for python GTS...could not find that one)

  Issue:
  When attempting to build Yade, this error occurs:

  trunk-2017.01a/gui/qt5/GLViewer.cpp:298:11: error: ‘updateGL’ was not declared in this scope
    updateGL();

  The way I solved this was by uncommenting line 64 in:

  trunk-2017.01a/gui/qt5/GLViewer.hpp

  so that "virtual void updateGL(void);" would be visible. I am not sure
  if that was originally commented out for debugging or deprecation, but
  it inhibited the program from compiling. If the comments were
  intentional, how would I fix the error otherwise?

  Thanks,
     James

To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1735804/+subscriptions


Follow ups