[Ecls-list] ECL errors when setting up quicklisp

Yuito Murase themamedaifuku at gmail.com
Sat Dec 8 09:47:33 UTC 2012


Hello

I successfully compiled the latest ECL(version 12.12.1, on windows7,
by visual studio 2010 express edition),
but encountered an error when setting up quicklisp.


> (load "~/lisp/.quicklisp/setup.lisp")
;;; Loading "E:/Documents/emacs-home/lisp/.quicklisp/setup.lisp"
;;; Loading #P"E:/windows/ecl/asdf.fas"

Condition of type: SIMPLE-FILE-ERROR
Could not create directory
"/Users/zeptometer/AppData/Local/common-lisp/cache/ecl-12.12.1-ab933fa5-win-x86"
C library error: "No such file or directory"
Available restarts:

1. (IGNORE) Ignore the error, and try the operation again
2. (RETRY) Retry compiling #<cl-source-file "quicklisp" "package">.
3. (ACCEPT) Continue, treating compiling #<cl-source-file "quicklisp"
"package"> as having been successful.
4. (RESTART-TOPLEVEL) Go back to Top-Level REPL.

Broken at SI:BYTECODES. [Evaluation of: (LET ((*COMPILE-PRINT* NIL)
(*COMPILE-VERBOSE* NIL) (*LOAD-VERBOSE* NIL) (*LOAD-PRINT* NIL))
(ASDF:OOS 'ASDF:LOAD-OP "quicklisp" :VERBOSE NIL))] In: #<process
TOP-LEVEL>.
 File: #P"E:/Documents/emacs-home/lisp/.quicklisp/setup.lisp" (Position #4810)
>>




More information about the ecl-devel mailing list