Eric Sokolowsky wrote: > So I tried again, using the Xcode projects in the OSG repository. I > started with OpenThreads, but I got an error: "Unable to create > directory > /Library/Caches/com.apple.Xcode.6060/SharedPrecompiledHeaders/OpenThreads_Prefix-blahblahblah" > Ok, no problem I thought. I changed the "Precompiled Headers Cache" > property to something in my home directory, but now I get a different > message: "fatal error: can't create precompiled header > ~/Library/Caches/PrecompiledHeaders/OpenThreads_Prefix-blahblahblah/OpenThreads_Prefix.pch.gch: > > No such file or directory", but the directory does exist.
Problem partially solved. Xcode didn't like the "~" I put in the Precompiled Headers Cache property. If I used $HOME instead, OpenThreads built without errors. Eric _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

