By the way, there are two problems with the Xcode project.
1) First, the osgViewer tries to bundle OpenThreads in a copy files phase. Unfortunately, this doesn't seem to work correctly with cross-Xcode-project references as it fails to find the framework and will cause the build to fail. This seems to be a limitation in Xcode as far as I can tell. We need to remove that copy for now. Please file a bug with Apple. You can refer to my bug id: 4955393 which has a reproducable simple test case. 2) I think the MacOSX_SDLmain.h/m files (or whatever we were going to call them) are still missing from the repository. These need to be added. Thanks, Eric _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
