<br><br>Yes. I fixed the problem by wrapping several lines in an eval-when<br><br>;;;; Load arnesi first so we can set arnesi::*call/cc-returns* before<br>;;;; ucw is compiled and loaded.<br><br>(eval-when (:compile-toplevel :load-toplevel :execute)
<br>  (asdf:oos 'asdf:load-op :arnesi))<br><br>(eval-when (:compile-toplevel :load-toplevel :execute)<br>  (setf arnesi::*call/cc-returns* nil))<br><br>;;;; Load up UCW itself<br><br>(eval-when (:compile-toplevel :load-toplevel :execute)
<br>  (asdf:oos 'asdf:load-op :ucw))<br><br><br><div><span class="gmail_quote">On 5/4/06, <b class="gmail_sendername">Luca Capello</b> <<a href="mailto:luca@pca.it" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

luca@pca.it</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello!<br><br>On Tue, 02 May 2006 21:01:15 +0200, William Halliburton wrote:
<br>> Just insalled new source to a new machine and trying to get ucwctl<br>> to work.<br>><br>> SBCL 0.9.12<br>[...]<br>> The error can be seen by compiling the file seperatly.<br>[...]<br>> Simple case of the package not present at compile time.
<br>><br>> Is this not a case for the eval-when? Anyone know why I did not see<br>> this earlier?<br><br>What does "earlier" mean?  I got the error with SBCL versions<br><a href="http://0.9.9.11" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
0.9.9.11
</a>, 0.9.10 and 0.9.11 (the first two manually compiled, the<br>latest one Debian binary).  The same happens with CLISP-2.28 and<br>CMUCL-19c-release-patch-1, but the latter also outputs<br><br>  The package named "
IT.BESE.UCW-USER" doesn't exist.<br><br>Anyone, I confirm the error ;-)<br><br>Thx, bye,<br>Gismo / Luca<br><br><br>_______________________________________________<br>bese-devel mailing list<br><a href="mailto:bese-devel@common-lisp.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

bese-devel@common-lisp.net</a><br><a href="http://common-lisp.net/cgi-bin/mailman/listinfo/bese-devel" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://common-lisp.net/cgi-bin/mailman/listinfo/bese-devel
</a><br><br><br><br></blockquote></div><br>