Description
I tried to compile this without success. Everything seems broken. I couldn't get a single library or arch to compile. All I get is:
Compiler error reporting is too harsh for ./configure (perhaps remove -Werror).
The first problem i encountered is that more recent NDK's have removed make-standalone-toolchain.sh and replaced it with make_standalone_toolchain.py. But even after overcoming that hurdle, it seems zlib is failing. The error output above is entirely unhelpful.
Manually going into contrib//build and running make on zlib results in this error:
./zconf.h:421:14: fatal error: 'sys/types.h' file not found
include <sys/types.h> /* for off_t */
Which is odd considering /usr/include/sys/types.h is clearly there.
Other libs also fail for various reasons. Clang is working fine on the terminal and through Android studio. The only conclusion i can come to is that this project is outdated and broken.