cl-opengl and current Clozure Lisp 1.9 (32 and 64-bit) on Windows 7

2013-09-10 Thread Andreas Thiele
Hi, I have problems running cl-opengl. I used quicklisp and loaded cl-opengl. Here a probably simple error: After trying (gl:get* :version) I get: NIL is not of type (OR SYMBOL FUNCTION), and can't be FUNCALLed or APPLYed [Condition of type

Re: cl-opengl and current Clozure Lisp 1.9 (32 and 64-bit) on Windows 7

2013-09-10 Thread Bart Botta
Should be fixed in git (https://github.com/3b/cl-opengl see also https://github.com/3b/cl-opengl/issues/42), which should be in next quicklisp, or you can clone that repo into quicklisp local-projects directory until then. More testing (particularly on windows and mac) before then would be good

AW: cl-opengl and current Clozure Lisp 1.9 (32 and 64-bit) on Windows 7

2013-09-10 Thread Andreas Thiele
[Andreas Thiele] Thanks a lot for your very fast response and fix!