It seems that way! The reason I say that because if I change:
(push (merge-pathnames subdir #P"/usr/local/tools/") to: (push (merge-pathnames subdir #P"/usr/local/tools/cl-opengl")
Which ASDF would correctly interpret as the invalid directory:
(push (merge-pathnames subdir #P"/usr/local/tools/cl-opengl/cl-opengl")
And Loading slime fails at that point. But to answer your question, outside of this, I have done nothing to test if it actually gets loaded into the environment.
A warning, I am a CS student just starting to use Lisp and OpenGL to get some exposure of Physics through computation. A link that I feel would be great to venture into on the side. I will give it another go today.
Thanks in Advance,
Nick.
On 12/27/12, Luís Oliveira luismbo@gmail.com wrote:
On Thu, Dec 27, 2012 at 12:58 AM, Nick Khamis symack@gmail.com wrote:
(asdf:load-system :cl-opengl) ; load OpenGL bindings
Did cl-opengl actually get loaded at this point?
-- Luís Oliveira http://r42.eu/~luis/