[mcclim-devel] Why is CLIM dead
Mariano Montone
marianomontone at gmail.com
Mon Jul 9 16:07:48 UTC 2012
On Mon, Jul 9, 2012 at 12:50 PM, Bruce Seely <seelybs at gmail.com> wrote:
>
> Hi,
>
> I am trying Mariano's approach below, and run into a problem while loading
> McClim.
> It looks like the package XLIB cannot be found, while loading the image
> package.
> Does anyone have an idea of how to proceed?
>
> Thanks for your help,
> Bruce
>
>
> ...
>
> At this point anerror occurs:
>
> Package "XLIB" not found. [file position = 2914]
> [Condition of type READER-ERROR]
>
> Restarts:
> 0: [NIL] retry the compilation of
> /Users/bseely/site-lisp/dists/quicklisp/software/mcclim-20120520-cvs/Backends/CLX/image.lisp
> 1: [NIL] continue compiling
> /Users/bseely/site-lisp/dists/quicklisp/software/mcclim-20120520-cvs/Backends/CLX/image.lisp
> but generate no output file
> 2: [RETRY] Retry compiling #<CL-SOURCE-FILE "clim-clx" "Backends/CLX"
> "image">.
> 3: [ACCEPT] Continue, treating compiling #<CL-SOURCE-FILE "clim-clx"
> "Backends/CLX" "image"> as having been successful.
> 4: [ABORT] Give up on "mcclim"
> 5: [RETRY] Retry SLIME REPL evaluation request.
>
I'm not certain this is the way to fix it, but it seems you don't have the
clx package installed. So, in your case, I would try:
(ql:quickload :clx)
and then:
(ql:quickload :mcclim)
Cheers,
Mariano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/mcclim-devel/attachments/20120709/6528694f/attachment.html>
More information about the mcclim-devel
mailing list