10 May 2009 08:23
Re: Making Mac OSX Apps
I forgot to attach the error transcript to my last email; here it is. Sorry.
On Sat, May 9, 2009 at 11:17 PM, Elliott Slaughter <elliottslaughter-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hi,
I'm trying to make a Mac OSX app of my game, but when I build the executable (using SBCL's save-lisp-and-die function) I get an error which I am having trouble identifying. It looks like the SDL framework is being loaded properly, but something goes very wrong afterwards.
This is SBCL 1.0.15 on Mac OSX 10.5.6 x86.
Any help (or direction to another source of help) would be appreciated. Thanks.
$ ./main
STYLE-WARNING: Undefined alien: "SDL_getenv"
STYLE-WARNING: Undefined alien: "SDL_putenv"
STYLE-WARNING: Undefined alien: "IMG_isXV"
STYLE-WARNING: Undefined alien: "IMG_LoadXV_RW"
STYLE-WARNING: Undefined alien: "SDL_getenv"
STYLE-WARNING: Undefined alien: "SDL_putenv"
STYLE-WARNING: Undefined alien: "IMG_isXV"
STYLE-WARNING: Undefined alien: "IMG_LoadXV_RW"
STYLE-WARNING: Undefined alien: "SDL_getenv"
STYLE-WARNING: Undefined alien: "SDL_putenv"
STYLE-WARNING: Undefined alien: "IMG_isXV"
STYLE-WARNING: Undefined alien: "IMG_LoadXV_RW"
2009-05-09 23:07:16.617 main[1039:10b] *** _NSAutoreleaseNoPool(): Object 0x11e200 of class NSCFNumber autoreleased with no pool in place - just leaking
Stack: ()
2009-05-09 23:07:16.619 main[1039:10b] *** _NSAutoreleaseNoPool(): Object 0x11e680 of class NSCFNumber autoreleased with no pool in place - just leaking
Stack: ()
[...]
2009-05-09 23:07:17.158 main[1039:10b] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1002) creating CGSWindow'
2009-05-09 23:07:17.159 main[1039:10b] Stack: (
)
Trace/BPT trap
The full transcript is attached.
--
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
--
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 application-builder@... http://www.lispniks.com/mailman/listinfo/application-builder
RSS Feed