Re: asdf-install sbcl windows
- From: Johann Höchtl <janedoe@xxxxxxxxx>
- Date: Fri, 30 Nov 2007 19:51:08 +0100
Johann Höchtl wrote:
Hello, I am new to Lisp.
This is SBCL 1.0.9 on windows XP.
Trying to get some data out of Postgresql. Thought that CLSQL might be a start.
But with
(asdf-install:install 'clsql)
it fails:
Installing C:\Dokumente und Einstellungen\john\CLSQL.asdf-install-tmp in C:\Prog
ramme\Steel Bank Common Lisp\1.0.9\site\,C:\Programme\Steel Bank Common Lisp\1.0
.9\site-systems\
NIL
*
debugger invoked on a SIMPLE-ERROR:
#<SB-IMPL::STRING-OUTPUT-STREAM {AB64BB9}> is closed.
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
(SB-KERNEL:CLOSED-FLAME #<SB-IMPL::STRING-OUTPUT-STREAM {AB64BB9}>)
0]
debugger invoked on a SIMPLE-ERROR:
#<SB-IMPL::STRING-OUTPUT-STREAM {AB78D21}> is closed.
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
(SB-KERNEL:CLOSED-FLAME #<SB-IMPL::STRING-OUTPUT-STREAM {AB78D21}>)
0[2]
I tried to figure out what is going wrong in installer.lisp but I am clueless. Can anybody deduce from the output above where actually it fails?
To narrow this problem: Is it SBCL on Windows (missing infrastructure, missing features implementation wise) or asdf(-install) so I can regress further.
So what an where is the problem?
Johann
.
- References:
- asdf-install sbcl windows
- From: Johann Höchtl
- asdf-install sbcl windows
- Prev by Date: Re: Toronto Lisp User Group?
- Next by Date: Re: A simple debugging macro
- Previous by thread: Re: asdf-install sbcl windows
- Next by thread: MAKE-LOAD-FORM environment
- Index(es):
Relevant Pages
|