Hi Dave
Yes, I linked to those libraries intentionally, since cmake seemed to detect a 32-bit architecture. Since I have a 64-bit OS, I'd like to figure out how to get cmake to detect the appropriate architecture. >Thats a low priority for me right now, and I posted the real reason for the crash above. Thanks for your response.
You will have to pick the compiler and thus the architecture you want to build for. After cleaning a cmake-cache the GUI will ask you which compiler you prefer. (so use 64bit if you like too) Unfortunately you still have to pick the correct 3rd-party lib depending on you target architecture. The only important thing is to use 64bit external libraries if you're building for 64bit.
From there everything is automatic ... Cheers Sebastian
------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=63396#63396 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

