-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Android Compile Error #22499
Comments
Since nobody has weighed in here … @Rsplwe this problem is most likely caused either because your system headers don’t provide I’m not sure how to address any of this, and it probably requires some digging around in your header files. Having the preprocessed source for one of the failing compile commands might help? |
@addaleax I built with ndk according to the documentation's build method. |
@Rsplwe Ok, so I've found this android/ndk#82 and https://stackoverflow.com/questions/22774009/android-ndk-stdto-string-support which tells us that android-ndk uses 'gnustl' cpp lib by default which doens't include some functions (std::to_string) in particular.
Also, libc++ will soon (ndk r18) be the default and the gnustl will be removed completely (https://developer.android.com/ndk/guides/cpp-support). |
@Rsplwe Does @lundibundi’s answer help you? |
@lundibundi thank you |
I think this is resolved based on @Rsplwe comment. If you experience any more problems feel free to reopen. |
@Rsplwe |
The text was updated successfully, but these errors were encountered: