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
...
libffi is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.
For compilers to find libffi you may need to set:
export LDFLAGS="-L/usr/local/opt/libffi/lib"
export CPPFLAGS="-I/usr/local/opt/libffi/include"
For pkg-config to find libffi you may need to set:
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
In spite of this warning, after this opam install ctypes succeeds.
The text was updated successfully, but these errors were encountered:
mobileink
changed the title
macos libffi
macos: libffi needed by ctypes
Sep 2, 2021
needed by ctypes. brew install:
In spite of this warning, after this
opam install ctypes
succeeds.The text was updated successfully, but these errors were encountered: