After installing
/Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
on my Mojave/Xcode11.1 system, I am now progressing w/ a 4.1.8-dev build
exactly as done previously on High Sierra/Xcode10.3 (and 10.7 as min macOS)...
So far no issues.
The biggest point in all this is that Apple is starting to diverge the SDK and
the command-line build environs... Previously, one could build via the SDK
(letting configure determine clang*) or via CC=clang and things would progress
the same. Now there are slight differences between something built via the
command line and something that uses the SDK.
*: Basically, Apple builds differently if CC is /usr/bin/clang or
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang.
The former is the "command line" interface (and is more user friendly,
searching for includes and libs "as expected" and the latter is the SDK
interface, which requires more explicit configuration.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]