<br><br><div class="gmail_quote">On Mon, Jul 9, 2012 at 12:50 PM, Bruce Seely <span dir="ltr"><<a href="mailto:seelybs@gmail.com" target="_blank">seelybs@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<font face="Helvetica, Arial, sans-serif"><br>
Hi,<br>
<br>
I am trying Mariano's approach below, and run into a problem while
loading McClim. <br>
It looks like the package XLIB cannot be found, while loading the
image package.<br>
Does anyone have an idea of how to proceed?<br>
<br>
Thanks for your help,<br>
Bruce<br>
<br>
<br>
</font><tt>...</tt><tt><br>
<br>
At this point anerror occurs:<br>
<br>
Package "XLIB" not found. [file position = 2914]<br>
[Condition of type READER-ERROR]<br>
<br>
Restarts:<br>
0: [NIL] retry the compilation of
/Users/bseely/site-lisp/dists/quicklisp/software/mcclim-20120520-cvs/Backends/CLX/image.lisp<br>
1: [NIL] continue compiling
/Users/bseely/site-lisp/dists/quicklisp/software/mcclim-20120520-cvs/Backends/CLX/image.lisp
but generate no output file<br>
2: [RETRY] Retry compiling #<CL-SOURCE-FILE "clim-clx"
"Backends/CLX" "image">.<br>
3: [ACCEPT] Continue, treating compiling #<CL-SOURCE-FILE
"clim-clx" "Backends/CLX" "image"> as having been successful.<br>
4: [ABORT] Give up on "mcclim"<br>
5: [RETRY] Retry SLIME REPL evaluation request.</tt><br></div></blockquote></div><br>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:<br>
<br>(ql:quickload :clx)<br><br>and then:<br>(ql:quickload :mcclim)<br><br>Cheers,<br><br>Mariano<br>