"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/
__
>
> 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
"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
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
"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/
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
"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