[cl-opengl-devel] division-by-zero error

Luís Oliveira luismbo at gmail.com
Thu Mar 6 03:29:03 UTC 2008


On Thu, Mar 6, 2008 at 2:40 AM, James Baker <cycle.code.media at 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/



More information about the cl-opengl-devel mailing list