1
General / Re: Trouble building arm64-v8a android
« 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.
I managed to get past this by downgrading my NDK to r10e, as it "just works" with that.