2009/6/30 Luís Oliveira luismbo@gmail.com:
You need an active GL context in order to experiment with these calls. Here's a quick and dirty way to do that:
(glut:display-window (make-instance 'glut:window))
<abort the main loop with C-c> (gl:get-string :version) => "3.0.0 NVIDIA 180.44"
Thank you very much, that did it.