Closed joellama closed 1 year ago
To be honest, I can't reproduce it. Can you send us whole "make all" output? Pls. use "make clean-all" first.
What macOS and XCode versions do you use? "/Library/Developer/CommandLineTools/..." doesn't exists on any of my systems (even on macOS 12).
@joellama you should upgrade your command line tools. It has a stripped version of macOS sdk and its a issue with the 12.1 sdk
@polakovic command line tools can be downloaded separately from xcode; it has a smaller version of the SDK, but clang, toolchain is the same. It is dedicated for building command line tools. You can download it from dev portal or just use xcode-select --install
On my Apple M1 Pro with macOS 14.1 (23B74) it builds directly after cloning the repo without any problems.
I'm following the guide and can't get past
make all
. I get the following errorAny suggestions would be very much appreciated!