Closed rmoats closed 1 year ago
@rmoats Can you also take a look to travis failure when have some time?
The build errors are from dependency issues with the latest brew ocaml components. I'll see what can be done.
@rmoats Thanks, did you get sometime to look into this error?
ping @rmoats
Sorry, I’ve been out of town for a bit—I tried pinning the version of an ocaml dependency to what it used to be, but a Travis CI build showed different ocaml-related errors so I will need to go further...
In Mojave / XCode 10 environment, C-based dependencies fail to build due to strictness of 'clang' (can't find 'stdlib.h'). The 'xcrun -f clang' does not search OS X include directories by default like the '/usr/bin/clang' does. The solution is to add the '--sdk macosx' to the 'xcrun' call. Also my change calls 'xcrun' every time to run clang—the executable lookup is cached by 'xcrun' so this is not slow.