I'm trying to build the following project for Android:
http://code.google.com/p/spatialite-android/
Does anyone know why there may be errors when running ndk-build for LineIntersector.cpp?
jni/geos-3.2.2/source/algorithm/LineIntersector.cpp:223: error: expected unqualified-id before '(' token
I'm running try to compile this on a mac and I'm an NDK newbie. Here is my configure that I run in the geos root
./configure --build=i686-android-linux-gnu --host=arm-linux-eabi
The error appears to be with the ISNAN function