According to their website, the info is here: http://www.mpfr.org/gforge.html
Bill. On 26 March 2010 21:46, Chris Saunders <[email protected]> wrote: > I looked at the MPFR web site and couldn't find a link for SVN access. Could > you let me know if I didn't look well enough (I even go looking for things > that are in my hand!) or provide the link for this. > > Regards > Chris Saunders > > -------------------------------------------------- > From: "Cactus" <[email protected]> > Sent: Thursday, March 25, 2010 3:30 AM > To: "mpir-devel" <[email protected]> > Subject: [mpir-devel] Re: Having problem with mpz_div_2exp > >> >> >> 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. >> > > -- > 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. > > -- 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.
