You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Building with the newly released NDK 26.0.10792818 results in the following build error in libffi:
This was already fixed in upstream libffi, but the fix is not yet part of a public release.
The text was updated successfully, but these errors were encountered: