Hi Ted, When I use OSX I use standard gnu tools - make and it works great, and is friendly to working in an ssh shell for remote dev work. I have dabbled in XCode a few years ago but found myself far less productive, but then it's been well over a decade since I was a fan of IDE's on any platform.
If you are familiar with gnu tools or have a need to automate the tool chain then, then I would recommend using the combination of cmake for generating Makefile/project files and use make under unices. Under Windows you can still use the same cmake scripts to generate project files that you'll need. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

