Installing ASDF on CLISP-Win32?
Posted: Tue Feb 03, 2009 5:43 pm
Anybody succeded in installing ASDF on CLISP-Win32?
My Lisp installation dir is C:\clisp (CLISP 2.47).
I tried to follow this guide:
1. Downloaded ASDF from here, and extracted it to C:\clisp\asdf-install.
2. The guide said "put the file asdf.lisp in a place where you want it to stay". I didn't see any asdf.lisp, so I decided to consult the README. It said:
My Lisp installation dir is C:\clisp (CLISP 2.47).
I tried to follow this guide:
1. Downloaded ASDF from here, and extracted it to C:\clisp\asdf-install.
2. The guide said "put the file asdf.lisp in a place where you want it to stay". I didn't see any asdf.lisp, so I decided to consult the README. It said:
Then I tried: (load "load-asdf.install.lisp")This can be used either from within a CL implementation:
cl-prompt> (load "/path/to/load-asdf-install.lisp")
What went wrong here?
C:\clisp\asdf-install\asdf-install>clisp
i i i i i i i ooooo o ooooooo ooooo ooooo
I I I I I I I 8 8 8 8 8 o 8 8
I \ `+' / I 8 8 8 8 8 8
\ `-+-' / 8 8 8 ooooo 8oooo
`-__|__-' 8 8 8 8 8
| 8 o 8 8 o 8 8
------+------ ooooo 8oooooo ooo8ooo ooooo 8
Welcome to GNU CLISP 2.47 (2008-10-23) <http://clisp.cons.org/>
Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
Copyright (c) Bruno Haible, Sam Steingold 1999-2000
Copyright (c) Sam Steingold, Bruno Haible 2001-2008
Type :h and hit Enter for context help.
[1]> (load "load-asdf-install.lisp")
;; Loading file load-asdf-install.lisp ...
;;; ASDF-INSTALL: Loading ASDF-INSTALL package from directory
;;; "C:\clisp\asdf-install\asdf-install\"
*** - PARSE-NAMESTRING: syntax error in filename
"ASDF-INSTALL-LIBRARY:defpackage.lisp" at position 20
The following restarts are available:
SKIP :R1 skip (EVAL-WHEN # #)
STOP :R2 stop loading file C:\clisp\asdf-install\asdf-install\loa
d-asdf-install.lisp
ABORT :R3 Abort main loop
Break 1 ASDF-INSTALL-LOADER[2]>
