As you should notice, it is the building of fontconfig for Android that
fails. Try this: run 'make fontconfig.clean' , then 'make verbose=t
fontconfig' , and study the output from fontconfig's configure script. it
should find the expat library (which should have been built for Android
earlier), as
>
>
> In file included from /usr/include/libxml2/libxml/parser.h:810:0,
>
>
This is the problem, for some reason when cross-compiling to Android, you
are including headers for the build system. from /usr/include.
I vaguely remember seeing this problem now and then, but don't recall what
mistake it