-
Notifications
You must be signed in to change notification settings - Fork 109
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
origin/dev: Commit 7b820ad18 breaks Android build #1065
Comments
I'm sorry for that. We need a more modern Android toolchain than the deprecated gcc 4.9. So far the size of the resulting binaries with Clang on ARM was an issue for Qt (and Firefox) but there seems to be a solution now: android/ndk#133. Still need to put this into a Qt 5.9 superbuild. |
No need for apologies. I'd welcome an NDK update though. :) |
Maybe we shouldn't be too optimistic about an NDK update with Qt: |
Finally, I succeeded in building |
NDK r18b is now established, at least in CI for v0.9.0. |
While building Mapper Android/ARM version with Superbuild, the following error pops up:
Bisected down to 7b820ad.
Please note that there are more errors with current origin/dev. Compiler complains about undefined
rbegin()/rend()
in the same file.The text was updated successfully, but these errors were encountered: