This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/
Please cc any replies to [EMAIL PROTECTED] to keep other test volunteers informed and to prevent any duplicate effort. -- This is an error report generated automatically by CPANPLUS, version 0.0499.
Below is the error stack during 'fetch':
cp MPFR.pm blib\lib\Math\MPFR.pm C:\perl\5.8.5\bin\perl.exe C:\perl\5.8.5\lib\ExtUtils/xsubpp -typemap C:\perl\5.8.5\lib\ExtUtils\typemap MPFR.xs > MPFR.xsc && C:\perl\5.8.5\bin\perl.exe -MExtUtils::Command -e mv MPFR.xsc MPFR.c cl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" "-IC:\perl\5.8.5\lib\CORE" -DNEWPERL MPFR.c MPFR.c MPFR.xs(6) : fatal error C1083: Cannot open include file: 'gmp.h': No such file or directory
Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved.
NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop.
Yes - it won't build unless both the MPFR and GMP C libraries can be located. This is a requirement on _all_ operating systems. (Clearly, in this case, the GMP library could not be found and one suspects that the MPFR library is also missing :-)
This requirement is detailed in the README. Is there some other (additional) action that I should take wrt to this requirement ?
Cheers, Rob