On Thu, Mar 6, 2008 at 2:40 AM, James Baker <[EMAIL PROTECTED]> 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 mailing list
cl-opengl-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cl-opengl-devel

Reply via email to