On Sun, 29 Nov 2009, Robert Goldman wrote:
Can you explain how you got hold of McCLIM and CL-Utilities? I'd be interested in seeing if I can replicate this, but I haven't used McCLIM in years, and back in those dark days we used only CVS (and we walked to school barefoot, uphill /both ways/). Maybe provide git urls for both mcclim and cl-utilities?
For McCLIM, I'd just use the last release or try asdf-install. http://common-lisp.net/project/mcclim/downloads/mcclim-0.9.6.tar.gz They also have a nightly CVS snapshot. http://common-lisp.net/cvs_tarballs/mcclim.tar.gz
Cl-utilities has had no commits after the latest tarball. http://www.common-lisp.net/project/cl-utilities/cl-utilities-latest.tar.gz
I'm actually surprised to see that cl-utilities wants to load the swank asdf definition, too....
It was McCLIM that wanted swank (IIRC for a simple IDE). Cl-utilities requires sb-rotate-byte.
- Daniel