>>>>> "jarausch" == jarausch <jarausch@igpm.rwth-aachen.de> writes:
jarausch> Trying to build maxima (current cvs) I get
I think this is caused by one or more of the following issues:
o compile-file-pathname has changed in CMUCL to be ANSI compliant
o defsystem isn't doing the right thing, maybe.
In any case, look in src/maxima.system. You'll find a line like
#+cmucl "binary-cmucl"
Change that to read
#+cmucl (truename "binary-cmucl")
This hack should allow maxima to build.
Ray