geopaparazzi / libjsqlite-spatialite-android

Project to create the libjsqlite.so used in geopaparazzi
75 stars 24 forks source link

iconv-1.14.mk #4

Closed mj10777 closed 9 years ago

mj10777 commented 10 years ago

build fails with: libiconv-1.14/libcharset/lib/localcharset.c:51:24: fatal error: langinfo.h: No such file or directory

maybe a defined(__ANDROID__) is missing as used in spatialite:

#if defined(__APPLE__) || defined(__ANDROID__)
#include 
#include 
#else /* neither Mac OsX nor Android */
#include 
#include 
#endif
mj10777 commented 9 years ago

At present, version 1.13.1 is being used because of this error

Goal will remain to use original source without any manual changes.