opengisch / OSGeo4A

OSGeo4A is a build environment to cross-compile opensource GIS software for android devices
MIT License
30 stars 22 forks source link

Use custom libgnustl_shared #9

Closed m-kuhn closed 9 years ago

m-kuhn commented 9 years ago

The one that is delivered from the qt repository lacks exception support and that freaks out gdal. The one that comes with the android-ndk is fine.

m-kuhn commented 9 years ago

https://groups.google.com/forum/#!topic/android-qt/N3wI5SpP5zM

m-kuhn commented 9 years ago

Use export ANDROIDNDKVER=r9b in order to use gcc 4.8 instead of 4.9 for the moment

Seems to be an upstream issue that should either be fixed in Ministro (allow library overriding) or in the repository (provide the latest libraries)