Re: cvs-maxima's problems



On Fri, 2002-05-10 at 09:29, Valerij Pipin wrote:
> Hi,
> 
> After encountering some problems in cvs maxima-clisp I tried compile it with cmucl.
> The problem with on line help is disapeared 

Good.

> (though it is still exists for me in clisp-maxima). 

Weird. I don't have any good ideas.

> Thanks to James for hints about loading packages. It works!

Good.

> A question about maxima-cmucl. During maxima compilation process I have a lot of warnings.
> Maxima start also with warning like,
> 
> In: LAMBDA NIL
>   (MAXIMA::MACSYMA-TOP-LEVEL MAXIMA::INPUT-STRING MAXIMA::BATCH-FLAG)
> Warning: Function called with two arguments, but wants exactly zero.
> Maxima 5.9.0pre-cvs (with enhancements by W. Schelter).
> Licensed under the GNU Public License (see file COPYING)
> (C1)
> 
> Is it ok?

Sigh. Another known (to me) problem. Some functions are declared
(declaimed) incorrectly. It's really only a cosmetic problem but it
should (and will) be fixed.

--Jim