Hi. I tried to post this message directly using the googlegroups interface,
but it looks like it's failed. Sorry for any double messages if that
happened.
First, some info. I'm using OS X Lion (10.7.4) and LispWorks Personal 6.
I'm starting to learn Lisp and I decided to make a game instead of just
doing exercises from books, so the best option is using SDL. I've checked
the SDL port to Lisp (lispbuilder) and found that the best way to install
the package is using quicklisp . After first error (cocoahelper), I
searched the group messages and found this answer
https://groups.google.com/forum/?hl=pt-BR&fromgroups=#!searchin/quick...
which suggested to do this
"cd
~/quicklisp/dists/quicklisp/software/lispbuilder-<version>/lispbuilder-sdl/ cocoahelper
make"
I ran make but it didn't work for me. Still the same error. I restarted
LispWorks and tried again, but still no success. Any suggestion on how to
solve the error?
Thanks, the log error is bellow
--------------------------------------------------------
To load "lispbuilder-sdl":
Load 1 ASDF system:
lispbuilder-sdl
; Loading "lispbuilder-sdl"
Error: Unable to load any of the alternatives:
((:FRAMEWORK "cocoahelper") (:DEFAULT "cocoahelper"))
1 (continue) Try loading the foreign library again.
2 Use another library instead.
3 Try loading
/Users/ben/.cache/common-lisp/lw-6.0.1-macosx-x86/Users/ben/quicklisp/dists /quicklisp/software/lispbuilder-20120520-svn/lispbuilder-sdl/cocoahelper/co coahelper.xfasl
again.
4 Give up loading
/Users/ben/.cache/common-lisp/lw-6.0.1-macosx-x86/Users/ben/quicklisp/dists /quicklisp/software/lispbuilder-20120520-svn/lispbuilder-sdl/cocoahelper/co coahelper.xfasl.
5 Try loading another file instead of
/Users/ben/.cache/common-lisp/lw-6.0.1-macosx-x86/Users/ben/quicklisp/dists /quicklisp/software/lispbuilder-20120520-svn/lispbuilder-sdl/cocoahelper/co coahelper.xfasl.
6 Recompile cocoahelper and try loading it again
7 Retry Loading component: ("cocoahelper" "cocoahelper" "cocoahelper").
8 Continue, treating Loading component: ("cocoahelper" "cocoahelper"
"cocoahelper") as having been successful.
9 (abort) Give up on "lispbuilder-sdl"
10 Return to level 2.
11 Return to debug level 2.
12 Give up on "lispbuilder"
13 Return to level 1.
14 Return to debug level 1.
15 Give up on "lispbuilder"
16 Return to level 0.
17 Return to top loop level 0.
Type :b for backtrace or :c <option number> to proceed.
Type :bug-form "<subject>" for a bug report template or :? for other
options.