I try to build libiconv
as an bibliothek accessible by an android-JNI.
I've found a lot of example makefiles to include in my Android.mk. The problem is, every time I run ndk-build
I get the following error:
libiconv/libcharset/lib/localcharset.c:51:24: fatal error: langinfo.h: No such file or directory
I called ./configure
in the libiconv-folder but I still can't find a langinfo.h
inside of this folder.
I am working on Mac OSX Mountain Lion. Does anybody know what to do?
UPDATE: There is a langinfo.h
in /usr/include