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

2008-03-05 Thread Luís Oliveira
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?

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

2008-03-05 Thread Bart Botta
On 3/5/08, James Baker [EMAIL PROTECTED] wrote: ok well, using (sb-int:with-float-traps-masked (:invalid :divide-by-zero)) as suggested by Luís allows me to load cl-glut-examples, but the issue still occurs if i try to run an example (i.e. rb-hello) well, you could try adding the