Schneider wrote:
Ok, I found: http://developer.apple.com/devcenter/download.action?path=/Developer_Tools/X...
This went into /Applications and so I set this inside the build script:
setenv GPC_SDK /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
The actual SDK's are the MacOSX10.9.sdk and MacOSX10.10.sdk subdirectories of that directory.
setenv GPC_ALWAYS_USE_SDK 1
It crashed:
The directory that should contain system headers does not exist: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs//usr/include make[2]: *** [stmp-fixinc] Error 1 make[1]: *** [stage1_build] Error 2 make: *** [bootstrap] Error 2
It didn't crash. It just says that it cannot find any headers in the "SDK" directory you specified, which is correct.
Jonas