Elliott Slaughter <elliottslaugh...@...> writes: > > > On Sun, May 10, 2009 at 9:05 AM, Luke Crook <luke-bul7fGZb [email protected]> wrote: > > 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 >
I'm probably grasping as straws here; but what if you create an empty defun?, e.g. (defun run-me () nil) ? What if you only load lispbuilder-sdl-cffi into the image and then create the empty defun? I would be interesting to know if just loading the package into the image causes an error. - Luke _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
