installer for maxima with ccl on windows



On 3/1/11 3:59 PM, Dieter Kaiser wrote:
> This is my result for the testsuite. The tests run without an error, but
> at the end I get an unexpected output.
>
> (%i2) build_info();
>
> Maxima version: 5.23.2
> Maxima build date: 20:27 2/27/2011
> Host type: i686-pc-mingw32
> Lisp implementation type: Clozure Common Lisp
> Lisp implementation version: Version 1.7-dev-r14645M-trunk
> (WindowsX8632)
>
> (%o2)
> (%i3) run_testsuite();
>
> [...]
>
> No unexpected errors found out of 8,720 tests.
> (LOOP WITH ERRS = 'NIL FOR TESTENTRY IN TESTS-TO-RUN DO (IF (ATOM
If you're talking about this part, this is expected.  It seems that the
TIME macro in ccl will print out the form that is being timed.   And
since the pretty printer is disabled, the form is displayed in way
that's really hard to read.

This happens on my Mac as well.

Ray