[Openmcl-devel] Slime problem on windows

Gary Byers gb at clozure.com
Wed Oct 22 02:21:26 PDT 2008


What does

? (probe-file "ccl:")

return (in the *inferior-lisp* buffer, after the error) ?

REQUIRE should find "XREF" in "ccl:lib;xref.lisp", assuming that
the logical pathname translations for "ccl:" are reasonable.

On Wed, 22 Oct 2008, Marko KociÄ~G wrote:

> First, great work on win32 port.
> I tried to use slime with it but got the following error when tried:
> (progn (load "c:/dev/cvstree/lisp/slime/swank-loader.lisp" :verbose t)
> (funcall (read-from-string "swank-loader:init")) (funcall
> (read-from-string "swank:start-server")
> "c:/DOCUME~1/markko/LOCALS~1/Temp/slime.932" :coding-system
> "iso-latin-1-unix"))
>
> ; loading system definition from
> c:/lisp/lib/asdf-binary-locations/asdf-binary-locations.asd into
> #<Package "ASDF0">
> ; registering #<SYSTEM ASDF-BINARY-LOCATIONS #x89EA04E> as ASDF-BINARY-LOCATIONS
> Welcome to Clozure Common Lisp Version 1.3-dev-r11178M-trunk  (WindowsX8632)!
> ? ;Loading #P"c:/dev/cvstree/lisp/slime/swank-loader.lisp"...
> ;Loading #P"C:/Documents and
> Settings/markko/.slime/fasl/2008-10-21/openmcl-version_1.3-dev-r11178m-trunk__(windowsx8632)-windows-x86/swank-backend.wx32fsl"...
> ;Loading #P"C:/Documents and
> Settings/markko/.slime/fasl/2008-10-21/openmcl-version_1.3-dev-r11178m-trunk__(windowsx8632)-windows-x86/metering.wx32fsl"...
> ;Compiling "c:/dev/cvstree/lisp/slime/swank-openmcl.lisp"...;;
>                                                            ;; Error
> while loading: C:/Documents and
> Settings/markko/.slime/fasl/2008-10-21/openmcl-version_1.3-dev-r11178m-trunk__(windowsx8632)-windows-x86/swank-openmcl.wx32fsl
>                                                            ;;
> Condition: Module XREF was not provided by any function on
> *MODULE-PROVIDER-FUNCTIONS*.
>                                                            ;; Aborting.
>                                                            ;;
> ?
>
> I'm using exe and image downloaded form svn, recent emacs from CVS and
> latest slime from CVS.
> Am I missing something?

You may be missing the rest of the distribution; at the very least,
REQUIRE doesn't seem to be able to find something that should be part
of the distribution.

>
> Regards,
> Marko
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
>
>


More information about the Openmcl-devel mailing list