[Bese-devel] build problems
Marco Baringer
mb at bese.it
Fri May 13 19:38:57 UTC 2005
Aleksandar Bakic <a_bakic at yahoo.com> writes:
> Hi,
>
> Even though I've been on this list for quite some time, I am only now getting
> to try UCW seriously. Could someone please give me a hint on how to get around
> errors of this form, when building using recent CMUCL (2005-03 and 2005-05)?
>
> The slot PCL:CLASS-PRECEDENCE-LIST is unbound in the object
> #<STANDARD-COMPONENT-CLASS ERROR-MESSAGE {5861C14D}>.
> [Condition of type UNBOUND-SLOT]
>
> I tried patching ucw.asd, but that only delayed the errors a bit. I also tried
> building with SBCL but got some other error... I checked out from the arch
> repository using the slow-start procedure from the UCW web site (I had to add a
> symlink to iterate.asd; I am new to arch).
error-message is a sub class of simple-window-component, which is
defined in src/component/window.lisp, try adding "window" to the
dependencies of error in the .asd file and see if the error persists:
--- orig/ucw.asd
+++ mod/ucw.asd
@@ -67,7 +67,7 @@
:depends-on (:backend "packages" "loggers" "helpers" "vars"))
(:module :components
:components ((:file "container")
- (:file "error" :depends-on ("ucw-inspector"))
+ (:file "error" :depends-on ("ucw-inspector" "window"))
(:file "form" :depends-on ("widget"))
(:file "login")
(:file "message")
odd that nobody has been caught by this before...
--
-Marco
Ring the bells that still can ring.
Forget the perfect offering.
There is a crack in everything.
That's how the light gets in.
-Leonard Cohen
More information about the bese-devel
mailing list