Stephane Conversy <conversy@cena.fr> wrote:
+---------------
| As I'm still a lisp newbie, I have difficulties right now to make
| telent-clx demos work with clisp.
| When I launch clisp I get this:
|
| afric:~/src-ext/clx-darcs/clx conversy$ clisp -L english -K full -x
| '(load "demo/hello")'
| ;; Loading file /Users/conversy/src-ext/clx-darcs/clx/demo/
| hello.lisp ...
| *** - SYSTEM::%FIND-PACKAGE: There is no package with name "XLIB"
+---------------
The last time I did any GUI stuff with CLISP, you had to make a
choice at CLISP build time whether to include XLIB in the CLISP
image. From the above error, it sounds like you picked up a version
of CLISP that *wasn't* compiled with XLIB, which isn't going to work.
What you you see when when you type (LIST-ALL-PACKAGES) into the REPL?
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607