[clbuild-devel] [cl-markdown-devel] Problem installing Weblocks

Daniel White daniel at whitehouse.id.au
Fri Nov 14 04:25:02 UTC 2008


On Thu, 13 Nov 2008 22:42:59 -0000 (UTC)
"David Barker" <kzar at kzar.co.uk> wrote:

> Hi again,
> 
> Gary has fixed that problem with docudown so I have got that installed now.
> 
> Unfortunately I am still getting an error trying to install Weblocks, it
> seems to be pretty much the same error as before. I have then tried doing
> a ./clbuild clean but it's still happening.
> 
> Here's the dump in case it's different in a subtle way I overlooked:
> http://kzar.co.uk/weblocks9
> 
> This I really don't understand, if docudown is installed OK why would it
> complain with an error like this?
> 

It seems to be a problem with cl-containers-documentation.  But that
doesn't seem to stop me building weblocks.

What command are you using to build weblocks?  None of the following
cause this error for me.

clbuild recompile weblocks
clbuild dumpcore weblocks
(require :weblocks) -- from SBCL.

If you don't really need a custom core, the recommended method to
compile and load a system is via:

(asdf:operate 'asdf:load-op 'ENTER-NAME-OF-SYSTEM-HERE)

SBCL will also accept (require 'ENTER-NAME-OF-SYSTEM-HERE).

-- 
Daniel White




More information about the clbuild-devel mailing list