Hi, This is moved from the submissions forum/list. Forgive the mispost there.
Building the source from Xcode using the Xcode project file included in the 2.8.1 distribution download, and encountered some issues. Not using cmake (which is unfamiliar to me). Notice that the Xcode build configurations are not using what are now the standard names (Debug and Release), instead using the ones from a few years back (Development and Deployment). Maybe a cosmetic thing, but would be nice if they were standard. I find Xcode really dislikes the project. I don't know if it's my system, or a bad index somewhere, but I have a horrendous problem with Xcode constantly running both CPU cores hot whenever I do anything in the OpenSceneGraph project. Anyone else have this problem? I'm wondering if maybe the project has exceeded some limit of Xcode's ability to handle either the number of files or the number of targets in one project. I have a MacBook Pro Dual Core 2.2. I've been unable to get it to build, nor can I successfully clean the project, because it keeps claiming there is no build product name defined for one of the aggregate targets (and trying to inspect the same SDLdependentStuff target causes an exception). I'm fairly novice with 3D but looking for a starting point that I can use in Cocoa software for Mac OS X. Might even want something that could work on iPhone eventually. I would definitely want to replace the AGL with NSGL support, with which I am familiar. As an aside, whatever is being attempted with cmake, I'd suggest abandoning that in favour of Xcode's own command-line build tool, xcodebuild. It understands Xcode project files. Or is there some reason it doesn't work with whatever build automation system you have? Then the single-project file approach can also be replaced with separate project files (perhaps three: one for core libraries, one for plug-ins, and one for examples). Again, I am willing to make that work if OSG looks like it might be something I can adapt myself to. ... Thank you! Cheers, Brent ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=13573#13573 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

