> On Sun, Jul 17, 2011 at 11:27 AM, Kordova <
kord...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> > Was there ever a resolution to this? I make'd cocoahelper but still
> > get the same error. In LW 6 Pro:
>
> > 1 > (probe-file (asdf:system-relative-pathname 'lispbuilder-sdl
> > "cocoahelper/cocoahelper.dylib"))
> > ; Loading text file ~/lisp/quicklisp/dists/quicklisp/software/
> > lispbuilder-20110619-svn/lispbuilder-sdl/lispbuilder-sdl.asd
> > #P"~/lisp/quicklisp/dists/quicklisp/software/lispbuilder-20110619-svn/
> > lispbuilder-sdl/cocoahelper/cocoahelper.dylib"
>
> > 2 > (asdf:system-source-directory 'lispbuilder-sdl)
> > #P"~/lisp/quicklisp/dists/quicklisp/software/lispbuilder-20110619-svn/
> > lispbuilder-sdl/"
>
> > I was able to get cocoahelper running by downloading it in framework
> > form but the examples were unresponsive, so I'd like to do it via the
> > generated dylib instead.
>
> That doesn't sound like the same error to me; assuming that "unresponsive"
> means "the example started but mouse/keyboard input didn't work", as opposed
> to "the example threw an exception". If so, there are larger issues going on
> here, and I suggest taking them to the Lispbuilder mailing list (see below).
> Alternatively, try SBCL and see if you get the same error. (There are some
> known implementation-specific issues in cocoahelper.)
>
>
http://groups.google.com/group/lispbuilder
>
> Thank you
>
>
>
>
>
>
>
>
>
>
>
> > On Jan 14, 11:22 am, Zach Beane <
x...-ELGzOmzzS7o@public.gmane.org> wrote:
> > > Andrea <
andrea.sto...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
> > > > Guys,
>
> > > > I have tried to install lispbuilder-sdlseveral times from quicklisp,
> > > > and I always run into a similar error:
>
> > > > * (ql:quickload "lispbuilder-sdl")
> > > > 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 component ("cocoahelper" "cocoahelper"
> > > > "cocoahelper").
> > > > 4: [ACCEPT ] Continue, treating
> > > > loading component ("cocoahelper" "cocoahelper"
> > > > "cocoahelper")
> > > > as having been successful.
> > > > 5: [ABORT ] Give up on "lispbuilder-sdl"
> > > > 6: Exit debugger, returning to top level.
>
> > > > (CFFI::FL-ERROR "Unable to load any of the alternatives:~% ~S")
> > > > [:EXTERNAL]
> > > > 0]
>
> > > > I did try Zach's suggestion (cd in ~/quicklisp/.../cocoahelper, then
> > > > make) but it did not change a single thing. Does any of you have any
> > > > idea what could be the cause?
>
> > > Hmm, that is weird. I would expect the "make" bit to succeed. What do
> > > you get back from this?
>
> > > (probe-file (asdf:system-relative-pathname 'lispbuilder-sdl
>
> > "cocoahelper/cocoahelper.dylib"))
>
> > > Or this:
>
> > > (asdf:system-source-directory 'lispbuilder-sdl)
>
> > > Zach
>
> --
> Elliott Slaughter
>
> "Don't worry about what anybody else is going to do. The best way to predict
> the future is to invent it." - Alan Kay