Cannot build on MacOS 15 #368
Replies: 2 comments 3 replies
-
Try update your os and xcode command line tools to latest, and rerun xcode-select, cause last github action show macos build is ok. |
Beta Was this translation helpful? Give feedback.
3 replies
-
My problem has been solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cmake config command:
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
build command:
cmake --build build --config Release -j1
OS: macos 15.0.1
XCode: 16.0.0
clang version:
The error logs are these:
I prepared a copy of llvm-clang-Darwin-arm64-16.0.0. I think the clang version should be consistent with the system, but the error is the same. It seems that the basic definition header file cannot be found and the compilation cannot be completed.
cmake.config.log
build.log
Beta Was this translation helpful? Give feedback.
All reactions