On Tue, 2003-11-18 at 20:25, Joe Koski wrote:
> Well, I tried Jim's quick fix (above) with no success.
Oh, well. Thanks for trying.
> Then I searched the
> maxima mail list archives and found the thread "maxima breaks with CVS
> clisp" that contains the necessary lisp patch to commac.mac. This corrected
> the problem. Reading the whole thread paid off because there is a patch to
> the patch later. After rerunning "make" and "make install," running "make
> check" seemed to go correctly, saying that it expected and got 4 errors,
> although I couldn't find them in the log file.
I assume the output looked like this:
--------------------------------------------------------
addiator>./summarize-log tests-clisp.log
*** Summary results for tests recorded in
*** log file tests-clisp.log:
Error summary:
Error(s) found in rtest15.mac: (4)
Expected failures (known bugs in this version of Maxima):
rtest15.mac: (4)
Timing:
Real time: 33.060954 sec.
Run time: 31.75 sec.
GC: 35, GC time: 5.94 sec.
*** end of summary for tests-clisp.log
--------------------------------------------------------
The output means that Maxima found one error -- problem 4 of
rtest15.mac.
--Jim