I've just compiled the project successfully with geos 3.3.4 and ndk-r8 on a mac
I removed the line spaces in AndroidManifest.xml (encodingproblem?; invalid
package) and made the following changes:
Android.mk: GEOS_PATH := geos-3.3.4
geos.mk: LOCAL_C_INCLUDES := $(GEOS_PATH)/include
updated LOCAL_SRC_FILES with the provided find statement
spatialite.mk:
LOCAL_C_INCLUDES := \
$(GEOS_PATH)/src \
$(GEOS_PATH)/include \
$(GEOS_PATH)/include/geos/geom/prep \ <-- this is probably not necessary?
geos/include/geos/platform.h:
/* Has isnan */
#define HAVE_ISNAN 1
/* #undef HAVE_ISNAN */
Original issue reported on code.google.com by roman.pi...@gmail.com on 28 Jul 2012 at 8:14
Original issue reported on code.google.com by
roman.pi...@gmail.com
on 28 Jul 2012 at 8:14