Hi Robert, thanks for checking in. Setting OSG_WINDOWING_SYSTEM to "Cocoa" in CMake resolves the linker issue.
Currently, the CMake build configuration defaults OSG_WINDOWING_SYSTEM to "Carbon" when building on OSX, but when examples are built, the linker fails as indicated in this forum thread. It looks like a solution is to use Carbon for <= OSX 10.4 and Cocoa > OSX 10.4, as indicated in the thread link below: http:// t34445. graphics-openscenegraph-cvs. graphictalk. info/using-cocoa-by-default-on-10-x-x-5-t34445. html Thanks! -Robert ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=61675#61675 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

