Quicklisp CFFI doesn't load on Raspberry PI

Liam Healy lnp at healy.washington.dc.us
Wed Mar 16 17:15:54 UTC 2016


Could you send *features* so we can make a proper conditional? Thanks.

On Wed, Mar 16, 2016 at 7:47 AM, Martin Kielhorn <kielhorn.martin at gmail.com>
wrote:

> 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/6a83c315/attachment.html>


More information about the cffi-devel mailing list