Hi, I just tried clisp on a linux machine, and didn't have a problem but that doesn't prove too much. It says it can't find the package FFI. FFI is the name of a clisp package. It seems to be missing from your lisp image. What do you get when you evaluate (use-package "FFI") ? I suppose it tells you again that it can't find FFI.
Where do I get the FFI package? I googled but didn't find anything proper... I tried cells-gtk-2006-02-16.tgz and cells-gtk-2006-01-03.tgz, both of which give the FFI package error. Does FFI have to be added in separately?
Also, how about (lisp-implementation-version) CL-USER> (lisp-implementation-version) "2.36 (2005-12-04) (built 3342781448) (memory 3345206865)"
[1]> (lisp-implementation-version) "2.38 (2006-01-24) (built 3359570456) (memory 3359570552)"
Since you are new to lisp and maybe not yet settled on clisp, you might try sbcl. It has threading that make using cells-gtk easier. Either that or solve the problem with clisp.
I'll try that, but I'd like to solve the problem with clisp. I won't be comfortable otherwise :) Cheers, Vinay PS: This seems to be a development mailing list, which I think is not the right place for questions about installation... Is there another mailing list appropriate for such issues? _______________________________________________ cells-gtk-devel site list [email protected] http://common-lisp.net/mailman/listinfo/cells-gtk-devel
