-
Notifications
You must be signed in to change notification settings - Fork 616
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
CMake config fails on OS X #422
Comments
(freenode #macdev)
This basically means the latest version of Xcode with the latest SDK can no longer build C++ software for 10.8 or earlier, and one of the sample programs is in C++ |
We already use libc++ for the C++ example: Lines 33 to 38 in 30d4129
This error is just the cmake test failing so I guess we need to set the stdlib globally?
Also for C++11. |
Corresponding CMake issue: https://gitlab.kitware.com/cmake/cmake/issues/18396 |
Well CMake has been patched, now we just have to wait for the patch to go live... |
Judging from the commit in question (https://gitlab.kitware.com/cmake/cmake/commit/8af334f5baa1a628895571491f67a4f7d9483d9b) 3.14.0 will be the first fixed version of cmake. |
The switch to meson has happened; closing. |
I always get this:
It seems that ld cannot find libstdc++ and if I follow the instruction switching to OS X 10.9 then everything works just well.
It's really trivial but you could find it here if you think it a practical solution and need a pull request.
And I don't think this is the same as #302 since I get the error during configuring. Maybe you could find some further relation between them.
The text was updated successfully, but these errors were encountered: