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.
Also, how about (lisp-implementation-version) CL-USER> (lisp-implementation-version) "2.36 (2005-12-04) (built 3342781448) (memory 3345206865)" 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. On Saturday 17 June 2006 19:29, Vinay Reddy wrote: > Hi, > I set the correct path in load.lisp, but I get the following error > when I type in (load "load.lisp") > > -- ;; Loading file /home/vbondhug/lisp/cells-gtk/load.lisp ... > 0 errors, 0 warnings > ;; Compiling file /home/vbondhug/lisp/cells-gtk/cffi/src/cffi-clisp.lisp > ... *** - READ from #<INPUT BUFFERED FILE-STREAM CHARACTER > #P"/home/vbondhug/lisp/cells-gtk/cffi/src/cffi-clisp.lisp" @84>: there > is no package with name "FFI" > The following restarts are available: > RETRY :R1 Retry performing #<ASDF:COMPILE-OP NIL > #x000333DBD1F8> on #<ASDF:CL-SOURCE-FILE "cffi-clisp" #x000333C205B0>. > ACCEPT :R2 Continue, treating #<ASDF:COMPILE-OP NIL > #x000333DBD1F8> on #<ASDF:CL-SOURCE-FILE "cffi-clisp" #x000333C205B0> > as having been successful. > SKIP :R3 skip (LET # # ...) > STOP :R4 stop loading file > /home/vbondhug/lisp/cells-gtk/load.lisp > ABORT :R5 ABORT > ABORT :R6 ABORT > ABORT :R7 ABORT > > I'm new to Lisp, so don't really know what's going on... > > I'd appreciate any help... > > Thanks, > Vinay > _______________________________________________ > cells-gtk-devel site list > [email protected] > http://common-lisp.net/mailman/listinfo/cells-gtk-devel -- - Best regards, Peter _______________________________________________ cells-gtk-devel site list [email protected] http://common-lisp.net/mailman/listinfo/cells-gtk-devel
