Hi Nik,

On Sep 30, 4:53 pm, Nik <[email protected]> wrote:
> Hi folks,
>
> I'm new to Lisp and Weblocks and try to find my way in this new world!
> Following "learning by doing methodology" I have installed Weblocks
> according to (http://weblocks.viridian-project.de/installation).

Welcome!


> I have changed the default lisp implementation used by clbuild
> from sbcl to ccl and ran "clbuild install weblocks cl-prevalence".
> After finishing the installation I started lisp by "clbuild lisp"
> and executed "(asdf:oos 'asdf:load-op 'weblocks-demo)" and
> got the following error:
>
> -------------------------------------------------------------------------------------
> ....
> ; registering #<SYSTEM WEBLOCKS #x30004124FEDD> as WEBLOCKS
> ; registering #<SYSTEM-CONNECTION WEBLOCKS+HTML-TEMPLATE
> #x3000412B860D> as WEBLOCKS+HTML-TEMPLATE> Error: Error component 
> :TRIVIAL-TIMEOUT not found, required by #<SYSTEM "weblocks" #x30004124FEDD>
> > While executing: (:INTERNAL ASDF::DO-ONE-DEP (ASDF::TRAVERSE 
> > (ASDF:OPERATION ASDF:COMPONENT))), in process listener(1).
> > Type :POP to abort, :R for a list of available restarts.
> > Type :? for other options.
>
> 1 >
> -------------------------------------------------------------------------------------
>
> Because I've only a cursory acquintance with Lisp system (I'm about to
> learn it!)
> I can't resolve this problem. Can somebody tell me how I should
> proceed now?

clbuild is missing some dependencies; they need to fix their
dependency map.

You need to install trivial-timeout explicitly by calling

  sh clbuild install trivial-timeout

I think you also need this for one or two other packages, like salza2.

  Leslie
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to