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
