[slime-devel] Can't locate module: SWANK-IO-PACKAGE::SWANK-PACKAGE-FU

Helmut Eller heller at common-lisp.net
Sat Apr 23 06:39:17 UTC 2011


* Sebastian Tennant [2011-04-22 20:26] writes:

> The lisp image uses a core built like this:
>
>  (mapc #'ql:quickload
>        '("SWANK"
>          ;;; more packages here
>          ))
>
>  (swank-loader:dump-image "foo.core")

Slime can't find contrib/swank-package-fu.lisp.  You can fix that by
loading it before dumping the image; alternatively you can make it
available at runtime in one of the directories listed in
swank::*load-path*.

Helmut





More information about the slime-devel mailing list