Hi Sukender et. al, On Mon, Mar 8, 2010 at 2:33 PM, Sukender <[email protected]> wrote:
> CMake script for OpenThreads specifies SET(OPENTHREADS_SOVERSION 12) > whereas the so version in "Version" header is 11. Shouldn't this (well > "these", including OpenSceneGraph) Version headers be benerated by CMake? Or > is there a reason for not doing so? Anyway, please note the version number > isn't correct. > I've done some digging and found out while I merged a submission to generates the include/osg/Version from Cmake variables for the OSG version, and this works just fine, this same submission didn't add this for OpenThreads. I may have spotted this at the time, but have since forgotten it, and then made the assumption that both OSG and OpenThreads versions were being synced... The simply solution is to implement updating of the include/OpenThreads/Version from the CMake variables for the OpenThreads version, so I've gone ahead and implemented this. An svn update will get these additions as well as a fix to the include/OpenThreads/Version so everything should be in sync now. Robert.
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
