[cl-opengl-devel] package "GL" not found

Nikodemus Siivola nikodemus at random-state.net
Fri Dec 28 12:18:21 UTC 2012


Given the OP's stated goals, I would suggest going with quick list.
Cheers,

- nikodemus

Sent from my phone - apologies for substandard spelling and formatting.
On Dec 28, 2012 1:06 PM, "Luís Oliveira" <luismbo at gmail.com> wrote:

> On Fri, Dec 28, 2012 at 1:32 AM, Nick Khamis <symack at gmail.com> wrote:
> > CL-USER> (asdf:load-system :cl-opengl)
> > ; Loading system definition from
> > ; /usr/local/tools/cl-opengl/cl-opengl.asd into #<PACKAGE "ASDF0">
> > ; Registering #<SYSTEM CL-OPENGL> as CL-OPENGL
> >
> > * And in (sldb sbcl):
> >
> > There is no applicable method for the generic function
> >   #<STANDARD-GENERIC-FUNCTION ASDF:COMPONENT-NAME (1)>
> > when called with arguments
> >   (#:ALEXANDRIA).
> >    [Condition of type SIMPLE-ERROR]
> >
> > Restarts:
> >  0: [RETRY] Retry calling the generic function.
> >  1: [ABORT] Return to sldb level 1.
>
> You got an error while loading cl-opengl. Apparently, it didn't even
> load any of cl-opengl's source files. The fact that "Alexandria" is
> mentioned in the error, suggests that something while processing
> cl-opengl's dependencies since Alexandria is one of the projects
> cl-opengl depends on. (Since you don't want to use quicklisp, you'll
> have to download it yourself.)
>
> However that ABORT restart #1 ("Return to sldb level 1.") indicates
> that this is a nested error. I.e., there was some error, probably
> indicating that Alexandria was not found, but for some reason, while
> printing information about that error, something else went wrong.
>
> Can you pick that restart to try and figure out what that error was?
> If that doesn't work, expand the backtrace. It should have more useful
> information.
>
> HTH,
>
> --
> Luís Oliveira
> http://r42.eu/~luis/
>
> _______________________________________________
> cl-opengl-devel mailing list
> cl-opengl-devel at common-lisp.net
> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/cl-opengl-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cl-opengl-devel/attachments/20121228/13f8ac32/attachment.html>


More information about the cl-opengl-devel mailing list