There are many bugs related to dependencies and missing projects.<br><br>- weblocks needs the projetcs <a href="http://groups.google.com/group/cl-terrace/web/f-underscore">f-underscore</a> and <a href="http://common-lisp.net/project/anaphora/">anaphora</a> which are not listed in wnpp-projects file<br>
- both weblocks and metatilities need the package metatilities-base (this is not listed in dependencies file)<br><br>I couldn't manage to configure the file wnpp-projects to get anaphora directly from cvs (the source is under a directory named src, just "anaphora get_cvs_clnet" does not work here), so I added to wnpp-projects these lines:<br>
<br>f-underscore get_darcs <a href="http://common-lisp.net/project/bpm/darcs/f-underscore">http://common-lisp.net/project/bpm/darcs/f-underscore</a><br>anaphora get_tarball <a href="http://common-lisp.net/project/anaphora/files/anaphora-latest.tar.gz">http://common-lisp.net/project/anaphora/files/anaphora-latest.tar.gz</a><br>
<br><br>