On Tue, Jun 2, 2009 at 5:17 AM, Sumant Oemrawsingh soemraws@xs4all.nl wrote:
I recently installed cl-opengl, but had problems during compilation, regarding an asserted type (single-float) not matching a derived type (double-float). After some time of looking into the problem, I found that I was compiling in a lisp (sbcl) where I redefined *READ-DEFAULT-FLOAT-FORMAT* to DOUBLE-FLOAT) for something or other.
Thanks for the report. This should now be fixed.