https://en.sfml-dev.org/forums/index.php?topic=20154.0
Trouble building arm64-v8a android
Re: Trouble building arm64-v8a android
« Reply #1 on: July 10, 2017, 05:24:49 pm »
Very late reply I know. I think the issue is that it is compiling with the 32 bit toolchain from the NDK, which does not define that type. I am having that exact problem right now building the dependencies (openal-soft). It is misleading as it is including the 64 bit headers.
I managed to get past this by downgrading my NDK to r10e, as it "just works" with that.
platforms/android-21/arch-arm64/usr/include/asm/sigcontext.h:44: __uint128_t vregs[32];
platforms/android-21/arch-arm64/usr/include/asm/ptrace.h:61: __uint128_t vregs[32];
zhushidiao, jiu bianyiguole.........