Open GoogleCodeExporter opened 8 years ago
I was able to get geos to build on my Mac by editing
/source/headers/geos/platform.h
/* Set to 1 if you have `int64_t' type */
/* #undef HAVE_INT64_T_64 */
/* Set to 1 if `long int' is 64 bits */
/* #undef HAVE_LONG_INT_64 */
/* Set to 1 if `long long int' is 64 bits */
/* #undef HAVE_LONG_LONG_INT_64 */
/* Set to 1 if you have ieeefp.h */
/* #undef HAVE_IEEEFP_H */
/* Has finite */
#define HAVE_FINITE 1
/* Has isfinite */
/* #undef HAVE_ISFINITE */
/* Has isnan */
#define HAVE_ISNAN 1
Original comment by efroh...@gmail.com
on 27 Feb 2012 at 1:50
Pulled from
http://stackoverflow.com/questions/9431362/spatiallite-for-android-ndk-geos-conf
igure-error
Original comment by efroh...@gmail.com
on 27 Feb 2012 at 1:55
Original issue reported on code.google.com by
efroh...@gmail.com
on 27 Feb 2012 at 1:50