Thanks for the quick reply - that worked.
So now it's "installed", but I can't run it. I can start lisp using
'clbuild lisp', but the following command produces an error in lisp.
What am I missing?
* (asdf:oos 'asdf:load-op 'weblocks-demo)
debugger invoked on a ASDF:MISSING-DEPENDENCY in thread #<THREAD
"initial thread" RUNNING {A834C19}>:
component :CLOSER-MOP not found or does not match version 0.55,
required by
#<SYSTEM "moptilities" {B6CF261}>
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
((LABELS ASDF::DO-ONE-DEP) ASDF:COMPILE-OP :CLOSER-MOP "0.55")
0] 0
*
On Dec 10, 5:28 am, "Leslie P. Polzer" <
s...@viridian-project.de>
wrote: