[Yade-dev] [Bug 1735804] Re: QGLViewer updateGL() function error

2019-05-08 Thread Janek Kozicki
Hi, I just fixed this. https://gitlab.com/yade- dev/trunk/commit/24b894d9e586a8eb70a7e5f1c2f4a16a0899d1ef -- 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()

[Yade-dev] [Bug 1735804] Re: QGLViewer updateGL() function error

2019-02-05 Thread Janek Kozicki
moved from https://bugs.launchpad.net/yade/+bug/1735804 to https://gitlab.com/yade-dev/trunk/issues/39 -- 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

[Yade-dev] [Bug 1735804] Re: QGLViewer updateGL() function error

2018-12-09 Thread Suhail Tandel
I am compiling trunk-2018.02b and getting the same error as James. I can compile by uncommenting the line virtual void updateGL(void) in trunk-2018.02b/gui/qt5/GLViewer.hpp but yade does not start and produces the following error as Janek explained. Welcome to

[Yade-dev] [Bug 1735804] Re: QGLViewer updateGL() function error

2018-05-23 Thread Janek Kozicki
This is Interesting. By examining the output of git blame cc7568a73 gui/qt4/GLViewer.hpp and git log cc7568a732 I see that Vaclav has commented out this line 8 years ago when migrating from QT3 to QT4. I wonder why you need to uncomment it back in QT5. I tried doing this, and on my linux devuan