Yeah, I have cocoa.dylib after running make. After some attempts with LispBuilder, I download SBCL to check if it was an issue with LB, but same error. It must be something related to my system configuration, but I can't figure out what it is. Does quicklisp (or lispbuilder) directory have to be on the Path?
I will keep trying to have this working in this weekend because I really want to port some projects from other languages to Lisp and compare how the languages differ from each other. If you have any other idea, please let me know. I will also ask around some general lisp foruns to check the typical problems to install Lisp on OS X.
Thanks again.
Ben
Here's sbcl log when I run (ql:quickload "lispbuilder-sdl") in case this helps you.
To load "lispbuilder-sdl":
Load 1 ASDF system:
lispbuilder-sdl
; Loading "lispbuilder-sdl"
debugger invoked on a LOAD-FOREIGN-LIBRARY-ERROR:
Unable to load any of the alternatives:
((:FRAMEWORK "cocoahelper") (:DEFAULT "cocoahelper"))
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [RETRY ] Try loading the foreign library again.
1: [USE-VALUE ] Use another library instead.
2: [TRY-RECOMPILING] Recompile cocoahelper and try loading it again
3: [RETRY ] Retry
loading FASL for #<CL-SOURCE-FILE "cocoahelper" "cocoahelper" "cocoahelper">.
4: [ACCEPT ] Continue, treating
loading FASL for #<CL-SOURCE-FILE "cocoahelper" "cocoahelper" "cocoahelper">
as having been successful.
5: [ABORT ] Give up on "lispbuilder-sdl"
6: Reduce debugger level (to debug level 1).
7: Try loading the foreign library again.
8: Use another library instead.
9: Recompile cocoahelper and try loading it again
10: Retry
loading FASL for #<CL-SOURCE-FILE "cocoahelper" "cocoahelper" "cocoahelper">.
11: Continue, treating
loading FASL for #<CL-SOURCE-FILE "cocoahelper" "cocoahelper" "cocoahelper">
as having been successful.
12: Give up on "lispbuilder-sdl"
13: Exit debugger, returning to top level.
(CFFI::FL-ERROR
"Unable to load any of the alternatives:~% ~S"
((:FRAMEWORK "cocoahelper") (:DEFAULT "cocoahelper")))