>>>>> "jarausch" == jarausch writes:
Helmut> Hi,
Helmut> I would very much appreciate help in build maxima with cmucl.
Helmut> CMU Common Lisp 18d+ 2002-08-13, running on numa-i
Do you need to use such an old version of cmucl?
Helmut> Compilation unit aborted.
Helmut> 1 fatal error
Helmut> 1 note
Helmut> make[1]: *** [binary-cmucl/maxima.core] Error 1
Helmut> make[1]: Leaving directory `/home/jarausch/Math/Maxima/maxima-cvs/src'
Helmut> make: *** [all-recursive] Error 1
The easiest way to track this down is to start cmucl in maxima/src.
Load ../lisp-utils/defsystem.lisp and maxima.system, and then (mk:oos
"maxima" :compile). cmucl will drop to the debugger when the error is
encountered.
Helmut> Is there an uptodate script to build cmucl-cvs from
Helmut> source. Upto now I had no luck in build it.
No. It will be quite difficult to go from 18d+ to the January 2005
snapshot. Why not just grab a newer version from ftp.common-lisp.net?
Ray