Could you send *features* so we can make a proper conditional? Thanks. On Wed, Mar 16, 2016 at 7:47 AM, Martin Kielhorn <kielhorn.mar...@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 > >