Hi,

On Tue, Jul 28, 2009 at 4:28 PM, Luke J Crook <[email protected]> wrote:

>
> Christoph,
>
> Do you know the SVN version that worked previously? If so then we can move
> forward and see what changed.


The svn version (revision 1149) works fine for me on Mac on both SBCL 1.0.29
and ACL 8.1.

Have you upgraded any other libraries recently (e.g. CFFI)?

Can you run the examples (e.g. sdl-examples:mandelbrot)?

On Tue, 28 Jul 2009 15:03:04 -0700, Christoph Senjak
> <[email protected]> wrote:
>
> > Hello.
> >
> > With the current SVN-Version of Lispbuilder, my program isnt running
> > anymore under Mac OS X (10.5.7). It opens a window which stays white.
> > When interrupting emacs inside slime, I find out that it seems to
> > always stay in the foreign function SDL_Delay. Here is the Backtrace:
>
[... snip ...]

> > Under ACL, It starts but after a few seconds I get an error message "bus
> > error".
> >
> > The downloadable version works with SBCL after a few problems (i.e.
> > some library-namings do not apply for me and I have to load
> > cocoahelper myself).
>

Could you explain more? I've tried to make cocoahelper load automatically on
Mac, so I don't know why it wouldn't. Are you using cocoahelper.dylib or
.framework? And do you link against libSDL.dylib or SDL.framework?

The only thing I've done on my working copy is link against SDL.framework in
the cocoahelper Makefile:

Index: cocoahelper/Makefile
===================================================================
--- cocoahelper/Makefile    (revision 1149)
+++ cocoahelper/Makefile    (working copy)
@@ -1,6 +1,6 @@
 cocoahelper.dylib : cocoahelper.m
-    gcc -c cocoahelper.m -o cocoahelper.o -fPIC `sdl-config --cflags`
-    gcc -dynamiclib -o cocoahelper.dylib cocoahelper.o -framework Cocoa
`sdl-config --libs`
+    gcc -c cocoahelper.m -o cocoahelper.o -fPIC -I
/Library/Frameworks/SDL.framework/Headers/
+    gcc -dynamiclib -o cocoahelper.dylib cocoahelper.o -framework Cocoa
-framework SDL

 cocoahelper.framework: cocoahelper.dylib
     rm -rf cocoahelper.framework

> Btw: The asdf-installable version seems not to be installable anymore.
> > It cannot download lispbuilder-sdl-cffi for some reason.
>


-- 
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
_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to