You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that compiling without SDKROOT will continue to work after it has worked once, until rake clean is run, at which time rake compile will revert to failing to find system headers.
This looks to be an issue of -isysroot somehow not being included in the clang invocation, despite it being a default added by the clang frontend for /usr/bin/clang:
In a fresh clone of this repo on my machine:
`rake compile` output:
`SDKROOT=$(xcrun --sdk macosx --show-sdk-path) rake compile` output
Note that compiling without
SDKROOT
will continue to work after it has worked once, untilrake clean
is run, at which timerake compile
will revert to failing to find system headers.This looks to be an issue of
-isysroot
somehow not being included in theclang
invocation, despite it being a default added by theclang
frontend for/usr/bin/clang
:Random `clang` invocation:
The text was updated successfully, but these errors were encountered: