[dmd-internals] Compiling DMD on Lion with the Xcode 4.3 SDK
Sean Kelly
sean at invisibleduck.org
Mon Mar 19 12:10:06 PDT 2012
On Mar 18, 2012, at 8:56 AM, Jacob Carlborg wrote:
> In Xcode 4.3 Apple has replaced the Xcode installer with a regular application to be compatible with app store. This has caused them to move the SDK from /Developer/SDKs/ to /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
>
> How can this be handled in the DMD makefile?
The C headers in /usr/include were moved as well, though that isn't a problem if you're just compiling with the built-in GCC or whatever.
More information about the dmd-internals
mailing list