Re: [Fink-devel] Xcode 7 mayhem

2015-09-10 Thread Jack Howarth
FYI, this SDK mismatch insanity can be avoided in cmake builds by more exhaustive usage of... -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING="" \ -DCMAKE_OSX_SYSROOT:STRING=/ \ to keep cmake away from the buried SDKs. On Thu, Sep 10, 2015 at 9:50 PM, Jack Howarth wrote: > I discovered today that t

[Fink-devel] Xcode 7 mayhem

2015-09-10 Thread Jack Howarth
I discovered today that the Xcode 7 GM application only contains the 10.11 SDK whereas the Command Line Tools for Xcode 7 GM installs the expected headers from the 10.10 SDK in /usr/include. I am now being told that this is by design and that the newer SDK versions are expected to support old