Closed ladsantos closed 3 years ago
Hi @ladsantos! According to https://github.com/ponylang/ponyc/issues/3684#issuecomment-745475370, it looks like every XCode update deletes the command line tools and we need to run xcode-select --install
again. You may need to also accept the license with sudo xcodebuild -license accept
. Could you try that?
I could finally reproduce and fix with the steps detailed above.
Thanks for looking at this, @marblestation. I already have the Command Line Tools installed and updated, and I ran sudo xcodebuild -license accept
, but I still have the same problem. I did a little bit of digging, and it seems that, on macOS Big Sur, we need to provide the exact path to the lib when compiling, like so /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib -lSystem
.
Hi! I just tried to install iSpec in my MacBook Pro with macOS Big Sur 11.4, and I got the following error when I try to compile
turbospectrum
:And the same when I compile
moog
:I already installed the Python dependencies with Anaconda and the Xcode command line tools. GCC and Gfortran are where they should be, with the following versions:
Any idea what it could be?