Thanks again for the incredibly quick and accurate reply. That got everything working - I'm running the WebBlocks demo locally. Woohoo!
On Dec 10, 7:04 am, "Leslie P. Polzer" <[email protected]> wrote: > On Dec 10, 11:39 am, jakemiles <[email protected]> wrote: > > > 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}> > > That's a problem in moptilities. in clbuild/source/moptilities/ > moptilities.asd > replace the 0.55 by a 0.6 > > I'm going to report this. > > 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.
