We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
alien.c:358:54: error: ‘FFI_SYSV’ undeclared here (not in a function)
The text was updated successfully, but these errors were encountered:
I ran into this and was able to solve it by modifying alien.c and adding these lines:
alien.c
#if defined (X86_64) || defined (__x86_64__) #define FFI_SYSV FFI_UNIX64 #endif
and it compiled and ran successfully
Sorry, something went wrong.
No branches or pull requests
alien.c:358:54: error: ‘FFI_SYSV’ undeclared here (not in a function)
The text was updated successfully, but these errors were encountered: