I downloaded the a CVS copy of Maxima from SourceForge on 3/26/2002, I am
trying to compile it using CLisp 2.26 on a Linux machine running SuSE 7.3,
and I am obtaining the following error message during the make process.
; - Compiling source file "suprv1.lisp"
Compiling file /users/jhowse/src/maxima/maxima/src/suprv1.lisp ...
Compilation of file /users/jhowse/src/maxima/maxima/src/suprv1.lisp is
finished.The following functions were used but not defined:
DSKSAVE FORMFEED COMPUTIME READLIST UNEXPAND-PATHNAME KILLALLCONTEXTS
$KILLCONTEXT $REMRULE MACSYMA-UNTRACE KILLFRAME KILL-OPERATOR DBM-READ
BREAK-CALL TIMESOFAR *BREAK CLEARSIGN DISPLA MAKESTRING STRGRIND MGRIND
MSTRING LOGOUT
The following functions were used but are deprecated:
SET
0 errors, 0 warnings
; - Loading binary file "binary-clisp/suprv1.fas"
;; Loading file binary-clisp/suprv1.fas ...
*** - READ from #<BUFFERED FILE-STREAM CHARACTER #P"binary-clisp/suprv1.fas"
@42>: there is no character bit with name "NO"
make[1]: *** [binary-clisp/maxima.mem] Error 1
make[1]: Leaving directory `/users/jhowse/src/maxima/maxima/src'
make: *** [all-recursive] Error 1
Any idea what the problem is here? Thanks very much for any help.
James