Hello,
I installed the packages:
cl-flexichain cl-mcclim cl-spatial-trees cl-swank
cmucl-source cl-clx-sbcl cl-mcclim-examples cl-asdf
and I use clisp.
the /usr/share/doc/cl-mcclim/readme.debian tells:
To compile the McCLIM CLX backend, use
(asdf:operate 'asdf:load-op :clim)
(asdf:operate 'asdf:compile-op :clim-clx)
Then you can load it with
(asdf:operate 'asdf:load-op :clim-clx)
first (asdf:operate 'asdf:load-op :clim) works fine
but (asdf:operate 'asdf:compile-op :clim-clx) gives:
*** - nonexistent directory:
#P"/var/cache/common-lisp-controller/1000/clisp/slime/"
The following restarts are available:
ABORT :R1 Abort debug loop
ABORT :R2 Abort main loop
Break 2 [3]>
indeed the directory /var/cache/common-lisp-controller/1000/clisp/slime/
doesn't exist.
Must I installed an extra package to get the directory .../slime ?
Thanks in advance for any help.
--
GĂ©rard