-
Notifications
You must be signed in to change notification settings - Fork 5
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
OSX: Package 'libffi', required by 'gobject-2.0', not found #104
Comments
Yes, this is the same problem we had with the CoyIM build on OS X Travis. Something seems to have changed with the libffi package, or something with brew. Not sure. We can't do anything about it though, so my recommendation is that we put this information in the README and close this issue. |
Isolating this, this is related to the newer formula of glib in Homebrew (2.60). |
mesonbuild/meson#2273 (comment) This works. |
Yes, the same, when I use |
well, you were warned:
|
Yes, @evandrix ... that was noted, but for older versions that was not needed. I think that is why people got confused ;) |
I had this issue while trying export PKG_CONFIG_PATH=/usr/local/Cellar/libffi/3.2.1/lib/pkgconfig/ |
I am facing the same issue, Package 'libffi', required by 'gobject-2.0', not found MACOS-10.12.6 Sierra #113 Tried both export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/usr/local/opt/libffi/lib/pkgconfig", Not working for me. I am using node version 12.7.0 |
Sam issue not fixed by adding the export |
I fIxed by brew install libffi and adding export PKG_CONFIG_PATH . |
Currently, I can't run
./configure
as it says:OSX: Package 'libffi', required by 'gobject-2.0', not found
. By doingexport PKG_CONFIG_PATH=/usr/local/Cellar/libffi/3.0.13/lib/pkgconfig/
, it works again.Unsure if this is local, if the homebrew formula was broken, etc; but I opened it here for reference.
The text was updated successfully, but these errors were encountered: