-
Notifications
You must be signed in to change notification settings - Fork 258
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
ndk r11b __cxxabi_config still missing #36
Comments
Yeah, user error. It was still picking up the r11 toolchain. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I saw in the release notes for r11b that there use to be a problem with __cxxabi_config.h being missing for libc++
I'm trying to build boost 1.60 with r11b and I'm still seeing this issue.
include/c++/4.9/cxxabi.h:21:10: fatal error: '__cxxabi_config.h' file not found
__cxxabi_config.h exists in
include/llvm-libc++abi/include
but notinclude/c++/4.9/
so this might just be an include directory problem, or user error. Any guidance?The text was updated successfully, but these errors were encountered: