Re: [cl-opengl-devel] freeglut windows

2009-09-12 Thread Luís Oliveira
On Sat, Sep 12, 2009 at 9:51 PM, Seth Burleigh s...@tewebs.com wrote: I’m trying to install cl-glut. However, I keep getting an error which says undefined alien. Since I’m sure it has something to do with the binary I downloaded Does this one work for you?

Re: [cl-opengl-devel] GLenum return values

2009-09-12 Thread Luís Oliveira
On Fri, Sep 11, 2009 at 9:27 PM, Bart Botta 000...@gmail.com wrote: Does anyone have objections (or better alternatives) to changing the return values to integers, and either adding a function to compare them (gl:enum= maybe?) to keywords, or adding a shortcut to look up an enum (probably

Re: [cl-opengl-devel] GLenum return values

2009-09-12 Thread Bart Botta
On Sat, Sep 12, 2009 at 4:46 PM, Luís Oliveiraluis...@gmail.com wrote: What about splitting gl:enum back into multiple ones like it used to be? Perhaps keeping the big enum, since it makes sense for some of the functions, I suppose. Could we generate this automatically from the spec? Doesn't

[cl-opengl-devel] Incorrect re-initialization of cl-glut on image loading

2009-09-12 Thread Kalyanov Dmitry
If I load cl-opengl, save the Lisp image (e.g., with sb-ext:save-lisp-and-die on SBCL) and then load the image and call (cl-glut:init), then cl-glut:: %glutInit doesn't get called because the variable cl-glut::*glut-initialized- p* is set to T (it retains its value when the image is saved). For