Re: glClearColor not found on some machine, some CL system

2013-10-04 Thread Bart Botta
Sounds like https://github.com/3b/cl-opengl/issues/42 which is fixed in the git repo at https://github.com/3b/cl-opengl and should be in next quicklisp update. On Fri, Oct 4, 2013 at 4:39 AM, Rujia Liu rujia@gmail.com wrote: I've tested on 3 other machines. 2 with OpenGL 2.1 and 2 with

Re: glClearColor not found on some machine, some CL system

2013-10-04 Thread Rujia Liu
great! I'll give it a try. BTW: Is there a binding for cgGL? Before you told me this, I've already moved on by wrapping my OpenGL calls in C functions and call them in Common Lisp via CFFI. It worked for both SBCL and CCL until I added cg support. After that CCL compaint invalid profile type and