asdf.lisp must be in that tarball, too. Load that, and then load all
the files with .asd extension in the cffi directory (this is not the
usual procedure, but never mind), and say
(asdf:oos 'asdf:load-op :cffi)
If that works, try
(asdf:oos 'asdf:load-op :cffi-tests)
But wait! For this, you may need the rt (regression test) package,
it's here: http://files.b9.com/rt/rt.tar.gz It's got its own .asd
file, load that, too.
> I seem to be the only one with the FFI problem... I compiled my clisp
> from source (version 2.38). I even tried using --with-dynamic-ffi with
> the configure script, but that didn't help.
You still didn't tell us what CLISP says to (find-package "FFI").
Sorry about that. CLISP also returns NIL to that.
With sbcl I was able to do a (load "load") successfully, but on
running (test-gtk::gtk-demo), I get a memory fault error.
debugger invoked on a SB-KERNEL::MEMORY-FAULT-ERROR in thread
#<THREAD "initial thread" {10022BFC31}>:
memory fault
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
(SB-KERNEL::MEMORY-FAULT-ERROR)
I'll try the clisp tests...
Thanks,
Vinay
_______________________________________________
cells-gtk-devel site list
[email protected]
http://common-lisp.net/mailman/listinfo/cells-gtk-devel