It appears to be dying somewhere in the video subsystem initialization... This works:
(defun test () (sdl:init-sdl) (sdl:quit-sdl) (quit)) This gets the same error: (defun test () (sdl:init-sdl) (sdl:init-subsystems) (sdl:quit-sdl) (quit)) Thoughts? Further tests? On Mon, May 25, 2009 at 6:12 PM, Luke Crook <[email protected]> wrote: > The only thing I can think of is to make a really simple example using only > the cffi bindings and hope that does now blow up. Then work forwards to see > what function call causes the damage. > > - Luke > > ------Original Message------ > From: Luke Crook > Sender: [email protected] > To: Application Builder Discussion > ReplyTo: Luke Crook > ReplyTo: Application Builder Discussion > Subject: Re: [ab] Making Mac OSX Apps > Sent: May 25, 2009 16:54 > > I wonder if the code perhaps is calling sdl_quit twice, or something. > > > Sent via BlackBerry by AT&T > > -----Original Message----- > From: Elliott Slaughter <[email protected]> > > Date: Mon, 25 May 2009 16:31:36 > To: Application Builder Discussion<[email protected]> > Subject: Re: [ab] Making Mac OSX Apps > > > _______________________________________________ > application-builder mailing list > [email protected] > http://www.lispniks.com/mailman/listinfo/application-builder > > > _______________________________________________ > application-builder mailing list > [email protected] > http://www.lispniks.com/mailman/listinfo/application-builder > > > Sent via BlackBerry by AT&T > _______________________________________________ > application-builder mailing list > [email protected] > http://www.lispniks.com/mailman/listinfo/application-builder > -- 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
