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

2008-03-07 Thread Luis Oliveira
"James Baker" <[EMAIL PROTECTED]> writes: > ok I applied the patch, [...] still causes the divide-by-zero error. I had a chance to try things out in my linux/x86-64 box today and pushed a patch that should work this time. -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/ __

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

2008-03-05 Thread James Baker
> > Please let me know if the attached patch helps. > ok I applied the patch, cleaned out all the fasl's and did a (asdf:oos 'asdf:load-op 'cl-glut-examples) and no complaints. Running any of the examples without (sb-int:with-float-traps-masked (:invalid :divide-by-zero) ()) still causes th

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

2008-03-05 Thread Luis Oliveira
"James Baker" <[EMAIL PROTECTED]> writes: > I'm running 32bit debian on a x86-64 Please let me know if the attached patch helps. diff -rN -u old-cl-opengl/glut/init.lisp new-cl-opengl/glut/init.lisp --- old-cl-opengl/glut/init.lisp 2008-03-06 06:11:33.0 + +++ new-cl-opengl/glut/init.l

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

2008-03-05 Thread James Baker
I'm running 32bit debian on a x86-64 James On Thu, Mar 6, 2008 at 4:48 PM, Luis Oliveira <[EMAIL PROTECTED]> wrote: > "James Baker" <[EMAIL PROTECTED]> writes: > > > I just checked then and calling an example using > > with-float-traps-masked works, thanks very much. > > Maybe we should use thi

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

2008-03-05 Thread Luis Oliveira
"James Baker" <[EMAIL PROTECTED]> writes: > I just checked then and calling an example using > with-float-traps-masked works, thanks very much. Maybe we should use this in cl-glut then. I'm guessing you're running on x86-64, is that right? -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/

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

2008-03-05 Thread James Baker
I just checked then and calling an example using with-float-traps-masked works, thanks very much. James On Thu, Mar 6, 2008 at 4:28 PM, Luis Oliveira <[EMAIL PROTECTED]> wrote: > "James Baker" <[EMAIL PROTECTED]> writes: > > ok well, using (sb-int:with-float-traps-masked (:invalid > > :divide

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

2008-03-05 Thread Luis Oliveira
"James Baker" <[EMAIL PROTECTED]> writes: > 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) Did you run the example using with-float-t