Build Failure in Today's CVS



After updating, bootstrapping, configuring, making clean, and trying to
build I get:


;; Compiling file /home/ronis/Project/notar/maxima/src/specfn.lisp ...
WARNING in SIMP-LAMBERTW in lines 462..489 :
variable Y is not used.
Misspelled or missing IGNORE declaration?
*** - SYSTEM::LINE-COMMENT-READER: Invalid byte #x92 in CHARSET:ASCII
      conversion

The following functions were used but not defined:
 MAXIMA::$ZETA MAXIMA::FACTORIAL MAXIMA::FLOAT-NUMERICAL-EVAL-P
 MAXIMA::COMPLEX-FLOAT-NUMERICAL-EVAL-P MAXIMA::LAMBERT-W
 MAXIMA::COMPLEX-BIGFLOAT-NUMERICAL-EVAL-P MAXIMA::BFLOAT-LAMBERT-W
0 errors, 1 warning
make[1]: *** [binary-clisp/maxima.mem] Error 1

I'm using clisp 2.47.

David