[osg-users] osgViewer compile problem on OS X?

2008-07-19 Thread E. Wing
Can anybody reproduce this problem? I am trying to build the current OSG in the SVN trunk with the current CVS head of CMake. GraphicsWindowCarbon.cpp is complaining it can't find certain Mac system header files which is odd. Thanks, Eric [ 40%] Building CXX object

Re: [osg-users] osgViewer compile problem on OS X?

2008-07-19 Thread E. Wing
I figured out the problem. The OSG build system is instructing the process to also build 64-bit as part of the Universal, and of course it doesn't work when it gets to osgViewer because there is no 64-bit Carbon. -Eric On 7/19/08, E. Wing [EMAIL PROTECTED] wrote: Can anybody reproduce this