OK, looks like the fix could be
Code: IF(APPLE AND NOT (OSG_WINDOWING_SYSTEM STREQUAL "Cocoa")) RETURN() ENDIF() This applies to avfoundation (which only compiles on OSX anyway), as well as osgmultitouch and osgoscdevice examples, which will continue to compile on non-apple platforms as before. At least this will allow everything to compile on OSX/X11 until someone gets around to modifying actual source code for OSX/X11 compatibility. Robert if you want, I can send the appropriate CMakeLists.txt files to submissions. ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=67808#67808 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

