-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
llvm/bin/clang - broken. macOS Ventura #4740
Comments
I had a similar problem when trying to build for Unity using the build.sh file under AirSim/Unity. I managed to fix this today by using
I also had to do |
Same problem 😒 |
Thanks it works! Also you may need to clear cmake and cache files with following, then ./setup.sh and ./build.sh again. rm -f CMakeCache.txt |
Hi guys. I've an issue with ./build.sh and really can't understand where the problem.
Here is the log from terminal:
`-- Check for working C compiler: /usr/local/opt/llvm/bin/clang
-- Check for working C compiler: /usr/local/opt/llvm/bin/clang - broken
CMake Error at /usr/local/Cellar/cmake/3.24.3/share/cmake/Modules/CMakeTestCCompiler.cmake:69 (message):
The C compiler
is not able to compile a simple test program.
It fails with the following output:
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:2 (project)
-- Configuring incomplete, errors occurred!`
My Mac is on Ventura OS. The latest Xcode version and seems to be the latest Xcode Command tools base on xcode-select install command.
-- The C compiler identification is Clang 15.0.3
-- The CXX compiler identification is Clang 15.0.3
I tried to changes llvm to llvm@15 in the setup.sh but it doesn't help me. The same error still appears.
Best regards
The text was updated successfully, but these errors were encountered: