From: pocket on
Hello, Today I try to install lispbuilder-sdl-mixer to SBCL 1.0.36 on
Debian Lenny.
Then I got an error message like this:
;
for "file /home/fuga/.sbcl/site/lispbuilder-sdl-mixer/sdl-mixer/
mixer.lisp"
;
{B61B879}>:
; Symbol "LIBRARY-VERSION" not found in the LISPBUILDER-SDL
package.
;
; compilation aborted after 0:00:00.015

WARNING:
COMPILE-FILE warned while performing #<COMPILE-OP NIL {B3033E1}> on
#<CL-SOURCE-FILE "mixer" {BEBB409}>.

debugger invoked on a ASDF:COMPILE-FAILED in thread #<THREAD
"initial thread"
RUNNING
{AA08799}>:
erred while invoking #<COMPILE-OP NIL {B3033E1}> on
#<CL-SOURCE-FILE "mixer" {BEBB409}>

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
0: [TRY-RECOMPILING] Try recompiling mixer
1: [RETRY ] Retry performing #<ASDF:COMPILE-OP NIL {B3033E1}
> on
#<ASDF:CL-SOURCE-FILE "mixer" {BEBB409}>.
2: [ACCEPT ] Continue, treating #<ASDF:COMPILE-OP NIL
{B3033E1}> on
#<ASDF:CL-SOURCE-FILE "mixer" {BEBB409}> as
having been
successful.
3: [RETRY ] Retry installation
4: [ABORT ] Exit debugger, returning to top level.

((SB-PCL::FAST-METHOD ASDF:PERFORM (ASDF:COMPILE-OP ASDF:CL-SOURCE-
FILE))
#<unavailable argument>
#<unavailable argument>
#<ASDF:COMPILE-OP NIL {B3033E1}>
#<ASDF:CL-SOURCE-FILE "mixer" {BEBB409}>)

I search about it the I got a message log in here:
http://www.mail-archive.com/application-builder(a)lispniks.com/msg01233.html

But I can't figure out what this message mean.
Please help me how to solve this problem.
Thanks.