Re: [osg-users] osgQt include files

2018-09-21 Thread Michael W. Hall
My osg libraries are in /usr/local/lib64.  I built osgEarth and it found the osg libs, but the osgQt does not find the libs.  Not sure what is up with the osgQt.  I run ccmake to do the configure and it does not find the libraries.  Has anyone else had this issue? Thanks, Michael On Wed, 2018-09-19

Re: [osg-users] context IDs

2018-09-21 Thread Robert Osfield
Hi Andy, I think it should be safe, if someone is calling isGL* at the same time as the GLExtension is being destructed then there are wider problems at play, as far as I'm aware it shouldn't happen in normal operation of the OSG. Once you have changes you are happy with just create a PR for it o

Re: [osg-users] context IDs

2018-09-21 Thread Andy Skinner
I tried your suggestion of clearing the s_gl* lists in ~GLException. I think it works, but have not been as thorough as I'd like yet. Do I need to consider threading issues? Could someone be calling isGLExtensionOrVersionSupported at the same time ~GLExceptions is being called? I am using a