On 30 Aug 2005, Kyle Wheeler wrote:
> Anyway - have at ye! Let me know about any problems you run into.
Yep, haven't yet managed to compile it. What version of mpfr did you
use? I have the most recent gmp version (4.1.4) installed and wcalc
complains about several undeclared functions (e.g. mpfr_get_si,
mpfr_equal_p and mpfr_mul_si). Plus, mpfr_urandomb returns void, so
not ignoring the function result (as in scanner.l, lines 158 and 163)
isn't allowed.
Oh, and help.c has to include limits.h, because MPFR_PREC_MAX maps to
(ULONG_MAX>>1). No idea why mpfr.h doesn't include it itself.
Cheers,
Ingo