Hi Robert, My first problem was that I had selected the option to build OpenThreads with QT in cmake for some reason. So I rebuilt with this option off.. My apologies on that issue...
At least it is now using the pthreads section properly. However, as Nick stated in his post, the openthreads code to allow me to select a scheduling policy other than OTHER has been ifdef'd out for __linux__ even though these options are available on Linux. This is also affecting the ability to set a proper thread priority value. So while Nick and I can fix this by removing the __linux__ checks, I would like to see if anyone knows why this was put in there in the first place so that we do not possibly break something else as we are attempting to fix the issues that we are seeing. ... Thank you! Cheers, Curtis ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=59289#59289 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

