On Wed, Apr 29, 2009 at 7:18 AM, Frank Goenninger <f...@me.com> wrote:
> Looking into cffi/src/types.h I find that even on systems where :no-
> long-long is given an emulation should kick in...

Allegro does not support :LONG-LONG. We are able to implement that
ourselves for MEM-REF, DEFCSTRUCT and a few other places but not for
DEFCFUN or FOREIGN-FUNCALL.

If you wish to use :LONG-LONG on Allegro, you have a couple of alternatives.

(0) poke Franz to implement it.

(1) use CFFI-GROVEL.

(2) use Lyam Healy's FSVB which leverages libffi.
     <http://repo.or.cz/w/fsbv.git>

HTH.

-- 
Luís Oliveira
http://student.dei.uc.pt/~lmoliv/

_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to