On Sat, Jul 18, 2009 at 11:53 AM, Luke Crook<l...@balooga.com> wrote:
> Is it only the sdl-opengl flag that causes this?
>
> Do the other examples work (either cl-opengl or lispbuilder-sdl?)

This works:

(asdf:oos 'asdf:load-op :lispbuilder-sdl)
(sdl:with-init ()
  (sdl:window 800 600 :bpp 32))

But the cl-glut-examples fail with the same error:

(asdf:oos 'asdf:load-op :cl-glut-examples)
(cl-glut-examples:run-examples)

> What happens if you don't include cl-opengl and open an opengl window?

Still fails:

(asdf:oos 'asdf:load-op :lispbuilder-sdl)
(sdl:with-init ()
  (sdl:window 800 600 :bpp 32 :flags sdl:sdl-opengl))

> Sounds like a clisp or cffi issue.

Maybe I'll try upgrading my clisp version...

-- 
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@lispniks.com
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to