Oh, I figured it out, I think. In rest_integrate, there is a source code
comment with a
non-asci character. Changing the comment to
/* ----- Involving
(a+b*%e^(c*z))^a---------------------------------------- */
fixes the problem--the testsuite runs OK.
/* Problem 427: OK */
integrate(1/(1-%e^(c*z)),z),logexpand;
z-log(%e^(c*z)-1)/c;
/* ----- Involving
(a+b*%e^(c*z))^??---------------------------------------- */
--Barton
maxima-bounces at math.utexas.edu wrote on 09/27/2010 10:53:46 AM:
> [image removed]
>
> [Maxima] error break: rtest_integrate
>
> Barton Willis
>
> to:
>
> maxima at math.utexas.edu
>
> 09/27/2010 10:53 AM
>
> Sent by:
>
> maxima-bounces at math.utexas.edu
>
> I'm trying to build Maxima using SBCL 1.0.37 (not the latest). I get an
> error break running rtest_integrate. The share_testsuite runs OK.
> If anybody knows something about this, it will save me some time.
>
> --Barton
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima