Another trick, rarely needed unless you see strange behavior, is

find . -name \*.fasl | xargs rm

on a unix system. This is the equivalent of `make clean`, it deletes
the object files.

Welcome to weblocks!

On Sep 30, 8:28 pm, Nik <[email protected]> wrote:
> After exiting REPL and starting it a new I have executed
> (asdf:oos 'asdf:load-op 'weblocks-demo) again and it worked this
> time!!
>
> Regards
> Nik
>
> On Sep 30, 8:03 pm, Nik <[email protected]> wrote:
>
>
>
> > Thank you!
>
> > I additionally had to install salza2, fare-matcher and fare-utils.
>
> > ------------------------------------------------------------------
> > Just for your info: In wnpp-projects in clbuild source directory the
> > following entries
>
> > fare-matcher     
> > get_tarballhttp://fare.tunes.org/asdf-packages/fare-matcher.tar.gz
> > fare-utils       
> > get_tarballhttp://fare.tunes.org/asdf-packages/fare-utils.tar.gz
>
> > must be replaced by
>
> > fare-matcher     get_git 
> > git://common-lisp.net/users/frideau/fare-matcher.git
> > fare-utils       get_git git://common-lisp.net/users/frideau/fare-utils.git
>
> > Otherwise it doesn't work!
> > ------------------------------------------------------------------
>
> > I get now the following error message:
>
> > ------------------------------------------------------------------
> > ....
> > ;  In (DELETE-NODE! (DOUBLY-LINKED-LIST T)): Unused lexical variable
> > ITEM
> > ; Warning: COMPILE-FILE warned while performing #<COMPILE-OP NIL
> > #x30004104785D> on #<CL-SOURCE-FILE "dllist" #x30004104B4AD>.
> > ; While executing: #<STANDARD-METHOD ASDF:PERFORM (ASDF:COMPILE-OP
> > ASDF:CL-SOURCE-FILE)>, in process listener(1).> Error: Undefined function: 
> > SOCKET-CONNECT
> > > While executing: SYMBOL-FUNCTION, in process listener(1).
> > > Type :POP to abort, :R for a list of available restarts.
> > > Type :? for other options.
>
> > 1 >
> > ------------------------------------------------------------------
>
> > Any idea?
>
> > Regards
> > Nik
>
> > PS: I'm using clozure cl 1.3 (64bit) on mac os x (10.5.8)
>
> > On Sep 30, 6:15 pm, "Leslie P. Polzer" <[email protected]> wrote:
>
> > > 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