Quicklisp CFFI doesn't load on Raspberry PI
Martin Kielhorn
kielhorn.martin at gmail.com
Wed Mar 16 11:47:05 UTC 2016
Hi,
I tried to load cffi that comes with Quicklisp on SBCL 1.3.2 on a Raspberry
PI 2.
I had to comment out FFI_UNIX64
(cenum abi
((:default-abi "FFI_DEFAULT_ABI"))
((:sysv "FFI_SYSV"))
#+nil ((:unix64 "FFI_UNIX64"))
)
in the file
quicklisp/dists/quicklisp/software/cffi_0.16.1/libffi/libffi-unix.lisp
to make it load.
Regards, Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cffi-devel/attachments/20160316/2c031d3b/attachment.html>
More information about the cffi-devel
mailing list