<p>Given the OP's stated goals, I would suggest going with quick list. <br>
Cheers, </p>
<p>- nikodemus </p>
<p>Sent from my phone - apologies for substandard spelling and formatting.</p>
<div class="gmail_quote">On Dec 28, 2012 1:06 PM, "Luís Oliveira" <<a href="mailto:luismbo@gmail.com">luismbo@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Fri, Dec 28, 2012 at 1:32 AM, Nick Khamis <<a href="mailto:symack@gmail.com">symack@gmail.com</a>> wrote:<br>
> CL-USER> (asdf:load-system :cl-opengl)<br>
> ; Loading system definition from<br>
> ; /usr/local/tools/cl-opengl/cl-opengl.asd into #<PACKAGE "ASDF0"><br>
> ; Registering #<SYSTEM CL-OPENGL> as CL-OPENGL<br>
><br>
> * And in (sldb sbcl):<br>
><br>
> There is no applicable method for the generic function<br>
>   #<STANDARD-GENERIC-FUNCTION ASDF:COMPONENT-NAME (1)><br>
> when called with arguments<br>
>   (#:ALEXANDRIA).<br>
>    [Condition of type SIMPLE-ERROR]<br>
><br>
> Restarts:<br>
>  0: [RETRY] Retry calling the generic function.<br>
>  1: [ABORT] Return to sldb level 1.<br>
<br>
You got an error while loading cl-opengl. Apparently, it didn't even<br>
load any of cl-opengl's source files. The fact that "Alexandria" is<br>
mentioned in the error, suggests that something while processing<br>
cl-opengl's dependencies since Alexandria is one of the projects<br>
cl-opengl depends on. (Since you don't want to use quicklisp, you'll<br>
have to download it yourself.)<br>
<br>
However that ABORT restart #1 ("Return to sldb level 1.") indicates<br>
that this is a nested error. I.e., there was some error, probably<br>
indicating that Alexandria was not found, but for some reason, while<br>
printing information about that error, something else went wrong.<br>
<br>
Can you pick that restart to try and figure out what that error was?<br>
If that doesn't work, expand the backtrace. It should have more useful<br>
information.<br>
<br>
HTH,<br>
<br>
--<br>
Luís Oliveira<br>
<a href="http://r42.eu/~luis/" target="_blank">http://r42.eu/~luis/</a><br>
<br>
_______________________________________________<br>
cl-opengl-devel mailing list<br>
<a href="mailto:cl-opengl-devel@common-lisp.net">cl-opengl-devel@common-lisp.net</a><br>
<a href="http://lists.common-lisp.net/cgi-bin/mailman/listinfo/cl-opengl-devel" target="_blank">http://lists.common-lisp.net/cgi-bin/mailman/listinfo/cl-opengl-devel</a><br>
</blockquote></div>