On Mar 25, 12:39 am, "Chris Saunders" <[email protected]> wrote:
> Well I tried this. I made the suggested change to gmp.h in the root
> directory of MPIR. I then rebuilt the library. I then rebuilt the MPFR
> library using Brian Gladmans project for Visual Studio. After this I got
> the same error.
This won't add the defines you need because mpir.h and gmp.h are
overwritten when MPIR is built.
To make a change permanent you need to add it to gmp-h.in and then
build MPIR
But you don't need to do this since you only need to change gmp.h when
MPFR is built - there is no need to rebuild MPIR itself.
For my part I just build MPFR from its SVN where these obsolete
symbols have been removed.
Brian
--
You received this message because you are subscribed to the Google Groups
"mpir-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mpir-devel?hl=en.