On 9/12/07, Andy Skinner <[EMAIL PROTECTED]> wrote: > I just built a pretty recent (this morning) SVN on Windows with a -D > OSG_MSVC_VERSIONED_DLL:BOOL=ON in the cmake command (we build from a > makefile).
The OSG_MSVC_VERSIONED_DLL cmake var should now default to ON so you shouldn't need to pass this into cmake anymore. > It wasn't able to build osgversion, complaining about unresolved > external symbol OpenThreadsGetSOVersion in function main. This suggests either a problem with OpenThreads version or lack of linking of OpenThreads - this was added to the osgversion CMakeLists.txt file though so in theory it should work. How are others under WIndows getting on? _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

