Christophe Rhodes <[EMAIL PROTECTED]> writes: > Nicolas Neuss <[EMAIL PROTECTED]> writes: > > > However, I have now installed a newer CMUCL version (from Debian/unstable) > > and the above gives errors, because subtypep does not work for PCL classes > > which are returned by pcl::method-specializers. > > Correct me if I'm wrong, but is the version in Debian/unstable not > still essentially 18e? As such it is actually an earlier version... > > Cheers, > > Christophe
Thank you very much, this explains everything:-( I was misled by http://packages.debian.org/changelogs/pool/main/c/cmucl/cmucl_18e-10/changelog where the last change dates from May this year (but it was only a minor fix). I had also noticed that my Femlisp app performs about 20 times slower with that version, and was already afraid of having to go into profiling. I assume that it is mostly :GERDS-PCL which makes the difference. I guess that Debian is not helpful with CMUCL, then. I had hoped that I could recommend to Debian users an installation of cmucl, asdf, cl-ppcre, cl-infix, and ilisp with "apt-get install". Bad luck. Thanks again, Nicolas.
