Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failure in libffi with NDK r26 #16

Closed
triplef opened this issue Sep 21, 2023 · 0 comments
Closed

Build failure in libffi with NDK r26 #16

triplef opened this issue Sep 21, 2023 · 0 comments

Comments

@triplef
Copy link
Member

triplef commented Sep 21, 2023

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.

@triplef triplef changed the title Build failure with NDK r26 Build failure in libffi with NDK r26 Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant