On Dec 21, 2007 6:03 PM, Richard S. Wright Jr. <[EMAIL PROTECTED]> wrote: > Thanks, that hit's the nail right on the head. For Mac OSX builds (Leopard) > then, the following needs to be added to the command line: > > -dylib_file \ > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\ > /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib > > Robert... shouldn't this go in the make system then?
The Cmake build system should place the correct entry for the OpenGL library, the OSG build itself shouldn't need to do anything else. It used to work, but Apple messed things up in Leopard. I guess CMake may need to be updated/fixed to cope with this. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

