-
Notifications
You must be signed in to change notification settings - Fork 32
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
make fail, ‘FFI_FASTCALL’ undeclared #8
Comments
I'm on vacation and will able to check this only on next week. do you use x86(_64) Linux? |
@diyism may be you have different libffi versions installed in /usr and /usr/local (the size of your /usr/local/include/ffi.h is very different from mine). |
in my ubuntu 14.04, the libffi-dev version is 3.1~rc1+r3.0.13-12ubuntu0.2, so i tried building it again in my ubuntu 18.04: |
@diyism You have different problems on different systems.
|
Hi. I got similar issue. ➜ phpize
➜ ./configure --with-ffi
➜ make
|
ext/ffi has been merged into main PHP source tree since PHP-7.4. This issue is already fixed there. |
==========reproduce===========
@dstogov any hint?
The text was updated successfully, but these errors were encountered: