gnustep / tools-android

Objective-C on Android with Foundation, CoreFoundation, and libdispatch.
MIT License
48 stars 12 forks source link

Build failure in libffi with NDK r26 #16

Closed triplef closed 1 year ago

triplef commented 1 year ago

Building with the newly released NDK 26.0.10792818 results in the following build error in libffi:

../src/tramp.c:262:22: error: call to undeclared function 'open_temp_exec_file'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  tramp_globals.fd = open_temp_exec_file ();
                     ^

This was already fixed in upstream libffi, but the fix is not yet part of a public release.