-
Notifications
You must be signed in to change notification settings - Fork 13.4k
llvm-17.0.0-rc1: libcxxabi does not build on macOS 10.12.6 #64226
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
Comments
If you're building libcxx as a shared library (can't tell from the logs), you'll need at least 10.13, see https://libcxx.llvm.org/index.html#platform-and-compiler-support |
This looks like a header file problem. I am doing a default build here and it did build both a static and dynamic library. |
Here is what the install generated in lib, of course with the header file modification:
|
I've asked @ldionne privately, he's more familiar with MacOS. |
@debohman What version of Xcode do you have installed? I suspect you are using a Xcode that is older than Xcode 14, which means it wouldn't be supported anymore. If that's the case, then unfortunately this is NTBF, you need a more recent Xcode. I strongly suspect that is the case, because Xcode 14 requires at least macOS 12.5, so I don't think it would be possible for you to be using a sufficiently-recent Xcode on your current OS. If I misunderstood something please re-open and we'll figure out what the issue is. |
I will patch it myself. |
The following change allows it to build:
The text was updated successfully, but these errors were encountered: