10.15 command line tools headers missing

2019-09-13 Thread Mark Allan via Cocoa-dev
Hi all, I was initially reluctant to post this here because of NDA concerns, but as Google is surfacing Apple's developer forum pages (including the post below), I figured I'm OK! As most of you probably know, in 10.14 last year, Apple stopped installing headers with the command line tools, bu

Re: 10.15 command line tools headers missing

2019-09-13 Thread Jens Alfke via Cocoa-dev
> On Sep 13, 2019, at 1:32 AM, Mark Allan via Cocoa-dev > wrote: > > I was initially reluctant to post this here because of NDA concerns No worries, there hasn't been a F*cking NDA for years now. You can talk about beta Xcode builds in public. > They've pulled the same trick again with 10.1

Re: 10.15 command line tools headers missing

2019-09-13 Thread Saagar Jha via Cocoa-dev
FWIW, the Command Line Tools (which is significantly smaller than Xcode) includes the headers (at /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/), and will also set Clang’s default header search path so that these can be found. You can get that with “xcode-select --install”, t

Re: 10.15 command line tools headers missing

2019-09-13 Thread Mark Allan via Cocoa-dev
> On 13 Sep 2019, at 5:58 pm, Jens Alfke wrote: >> They've pulled the same trick again with 10.15 but this time, the installer >> for the headers is also missing meaning I'm unable to compile 3rd party >> software using the command line tools because of missing headers like zlib >> and libxml2