__LP64__ is not defined default when build for armv7. line 89 causes a error. It might be `#ifdef __LP64__` instead of `#if __LP64__`