Re: compiling gpc on Mac OS 10.10.5 Yosemite
Jonas Maebe <[email protected]> Tue, 17 Nov 2015 23:31:21 +0100
| Newsgroups | gmane.comp.compilers.gpc |
|---|---|
| Message-ID | <[email protected]> |
Schneider wrote: > Ok, I found: > http://developer.apple.com/devcenter/download.action?path=/Developer_Tools/Xcode_6.4/Xcode_6.4.dmg > > 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 _______________________________________________ Gpc mailing list [email protected] https://www.g-n-u.de/mailman/listinfo/gpc