James,
Fri Feb 3 02:29:54 CST 2006 James Bielman jamesjb@jamesjb.com
- Add CFFI-FEATURES:X86-64 and push it on *FEATURES* on AMD64 Lisps.
- Currently this is supported under SBCL and CLISP.
Could you please confirm my supposition that long-long works out of the box with clisp on your amd64 machine?
I'm in the process of making long-long generally work in clisp, and I need a little input. So far, I'd presume the 64bit machines are not disturbed by the 10 year old long long code in clisp (because there, long = long long = 64bit, long-long is not used).
ffi:uint64 conversion raising an error in the MS-VC builds is a different error. It was sort of a preprocessor confusion (HAVE_LONGLONG vs HAVE_LONG_LONG). It should work now (but I haven't tested CVS with MSVC for the last 6 month). I tested CLISP with MSVC about ffi:uint64 by backporting a one-line change to my 6 month old MSVC build tree.
Is there anybody listening using MS-VC with CLISP? Please contact me.
Thanks, Jorg Hohle.
"Hoehle, Joerg-Cyril" Joerg-Cyril.Hoehle@t-systems.com writes:
James,
Fri Feb 3 02:29:54 CST 2006 James Bielman jamesjb@jamesjb.com
- Add CFFI-FEATURES:X86-64 and push it on *FEATURES* on AMD64 Lisps.
- Currently this is supported under SBCL and CLISP.
Could you please confirm my supposition that long-long works out of the box with clisp on your amd64 machine?
How would I go about testing this? I don't see a LONG-LONG type in the FFI package (or do I need a CVS version? I'm using the latest release).
James