On Sat, Jan 29, 2011 at 5:23 PM, Greg Bennett gwbennett@sentex.ca wrote:
If I am to build cl-opengl I have to get past this block, so I hope that someone can provide a magic incantation or two.
I suggest you uninstall any Lisp packages you got through apt-get and use Quicklisp[1] instead. Once you have it installed, loading cl-opengl and its dependencies will be one (ql:quickload 'cl-opengl) away.
Cheers,