maxima and cmucl 2002-08-13 don't fit



>>>>> "jarausch" == jarausch  <jarausch@belgacom.net> writes:


Note: I trimmed the CC so that cmucl-imp isn't included.  I don't
think this is a CMUCL problem.

    jarausch> Warning:  Old-style IN-PACKAGE.
    jarausch> Converted |(PCL::FAST-METHOD PRINT-OBJECT (COMPONENT T))|.
    jarausch> Converted |(PCL::FAST-METHOD PRINT-OBJECT (LANGUAGE T))|.
    jarausch> ; Loading #p"/home/jarausch/Math/Maxima/maxima-cvs/src/maxima.system".

    jarausch> Compilation unit aborted.

    jarausch> make[1]: *** [binary-cmucl/maxima.core] Error 1
    jarausch> make[1]: Leaving directory `/home/jarausch/Math/Maxima/maxima-cvs/src'

Ok, there's insufficient info here.   Can you try the following?

1. cd to the src directory.
2. Run cmulisp
3. (load "../lisp-utils/defsystem")
4. (load "maxima.system")
5. (mk:oos "maxima" :compile)

And tell us what happens.

Ray