Luis is the main dev for cl-opengl & cffi, so posting this clisp/opengl problem on the cl-opengl list might also save you some time/work.
And thanks for doing all this regression testing. - Luke ------Original Message------ From: Elliott Slaughter To: Luke Crook To: Application Builder Discussion Subject: Re: [ab] Failure to initialize sdl:sdl-opengl context in CLISP Sent: Jul 18, 2009 12:54 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