Hi Paul, On 21/07/12 8:01 , Paul Martz wrote: > Hi -- I have a fresh install of 10.6.8 on my Mac Pro, and am having trouble > getting OSG's > CMake to configure properly. > > The issue is with the top-level CMakeLists.txt at line 223. The 'defaults' > command fails > with the following output text: > > The domain/default pair of (/Developer/SDKs/MacOSX10.6.sdk/SDKSettings.plist, > CanonicalName) does not exist > > After this fails, OSG_OSX_SDK_NAME is empty, and CMake subsequently fails to > configure. > > Interestingly, if I 'cat' SDKSettings.plist, I can see the CanonicalName key > just fine, so > I have no idea why 'defaults' is failing to read it.
Which version of Xcode are you running? The more recent ones (at least >=4.3) are usually installed into /Applications/Xcode. I'm suspecting that cmake is looking in the wrong place. You can check the Xcode tools location with 'xcode-select -print-path' and change it with 'sudo xcode-select -switch <path>' (with path being /Applications/Xcode.app/Contents/Developer, or simiar). HTH, /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

