On Thu, Mar 6, 2008 at 2:40 AM, James Baker cycle.code.media@gmail.com wrote:
I'm trying to check out the cl-glut-examples but all I get is this "division-by-zero" issue, I'm using both cffi + cl-opengl from darcs and sbcl 1.0.15.
[...]
- (asdf:oos 'asdf:load-op 'cl-glut-examples)
Does this help?
(sb-int:with-float-traps-masked (:invalid :divide-by-zero) (asdf:oos 'asdf:load-op 'cl-glut-examples))
-- Luís Oliveira http://student.dei.uc.pt/~lmoliv/
cl-opengl-devel@common-lisp.net