On Sun, May 10, 2009 at 9:05 AM, Luke Crook <[email protected]> wrote:
> On Sat, 09 May 2009 23:23:36 -0700, Elliott Slaughter > <[email protected]> wrote: > > >> > >> 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" > > What version is your SDL_image library? Looks like XV support was only > added in SDL_image 1.2.5 > I'm using SDL_image 1.2.6. > > http://www.libsdl.org/cgi/viewvc.cgi/trunk/SDL_image/CHANGES?revision=4393&view=markup > > Not sure what is going on with SDL_getenv/SDL_putenv. > I believe these messages print when I run the game normally too. I suspect the warnings starting after the style-warnings may be more significant. Can you create and run a simple example using only the lispbuilder-sdl > library? The following generates exactly the same error: $ sbcl * (asdf:oos 'asdf:load-op :lispbuilder-sdl-examples) * (save-lisp-and-die "test" :executable t :toplevel #'sdl-examples:mandelbrot) $ ./test [ error... ] -- 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
