On 7/24/07, Gatewood, Walter P. CIV NAVAIR walter.gatewood@navy.mil wrote:
... Are there are step-by-step instructions somewhere on the web that would be helpful in getting it to work again?
Not tested since I'm stuck in windows at the moment, but should at least be close...
cd ~/.sbcl/site darcs get http://common-lisp.net/~loliveira/darcs/cl-opengl-thomas/ darcs get http://common-lisp.net/project/cffi/darcs/cffi/ cd ~/.sbcl/systems ln -s ../site/cl-opengl-thomas/*asd . ln -s ../site/cffi/*asd .
then in sbcl, (require 'asdf) (asdf:operate 'asdf:load-op 'cl-opengl) should work.
-- Bart