[Bese-devel] Re: ucwctrl problems.

William Halliburton whalliburton at gmail.com
Sun May 7 20:08:47 UTC 2006


Yes. I fixed the problem by wrapping several lines in an eval-when

;;;; Load arnesi first so we can set arnesi::*call/cc-returns* before
;;;; ucw is compiled and loaded.

(eval-when (:compile-toplevel :load-toplevel :execute)
  (asdf:oos 'asdf:load-op :arnesi))

(eval-when (:compile-toplevel :load-toplevel :execute)
  (setf arnesi::*call/cc-returns* nil))

;;;; Load up UCW itself

(eval-when (:compile-toplevel :load-toplevel :execute)
  (asdf:oos 'asdf:load-op :ucw))


On 5/4/06, Luca Capello < luca at pca.it> wrote:
>
> Hello!
>
> On Tue, 02 May 2006 21:01:15 +0200, William Halliburton wrote:
> > Just insalled new source to a new machine and trying to get ucwctl
> > to work.
> >
> > SBCL 0.9.12
> [...]
> > The error can be seen by compiling the file seperatly.
> [...]
> > Simple case of the package not present at compile time.
> >
> > Is this not a case for the eval-when? Anyone know why I did not see
> > this earlier?
>
> What does "earlier" mean?  I got the error with SBCL versions
> 0.9.9.11 , 0.9.10 and 0.9.11 (the first two manually compiled, the
> latest one Debian binary).  The same happens with CLISP-2.28 and
> CMUCL-19c-release-patch-1, but the latter also outputs
>
>   The package named " IT.BESE.UCW-USER" doesn't exist.
>
> Anyone, I confirm the error ;-)
>
> Thx, bye,
> Gismo / Luca
>
>
> _______________________________________________
> bese-devel mailing list
> bese-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/bese-devel
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/bese-devel/attachments/20060507/3ec7ff56/attachment.html>


More information about the bese-devel mailing list