Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install quicklisp-slime-helper under clisp on Windows 7 #12

Open
ksvanhorn opened this issue Jan 11, 2013 · 1 comment
Open

Cannot install quicklisp-slime-helper under clisp on Windows 7 #12

ksvanhorn opened this issue Jan 11, 2013 · 1 comment

Comments

@ksvanhorn
Copy link

The following sequence of forms in clisp lead to an error at the end:

(load <path-to-quicklisp.lisp>)
(quicklisp-quickstart-install)
(ql:add-to-init-file)
(ql:quickload "quicklisp-slime-helper")

The last form dies with an error:

;; Compiling file /home/kevinv/quicklisp/dists/quicklisp/software/slime-20121223-cvs/contrib/swank-asdf.lisp ...
;;
;; Error while compiling /home/kevinv/quicklisp/dists/quicklisp/software/slime-20121223-cvs/contrib/swank-asdf.lisp:
;; OPEN: File #P"/cygdrive/c/Temp/asdf.lisp" does not exist
;;
;; Aborting.

/cygdrive/c/Temp is the current working directory. When I start up clisp from a different directory, it still looks for asdf.lisp in whatever the current working directory is. I am using clisp 2.48 running under Cygwin.

@ksvanhorn
Copy link
Author

What you see as "(load )" in the issue description is supposed to be (load path-to-quicklisp). That is, the initial condition is that quicklisp has not been installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant