Re: [mpir-devel] Re: MPIR support for 64-bit integers on Windows

2012-01-19 Thread Jason
On Tuesday 20 December 2011 02:38:29 David Cleaver wrote: > > On 12/19/2011 2:46 AM, Cactus wrote: > > > > THe CRLF vs LF issue is a nuisance but I don't really know what can be done > > about it. > > > > I found a way to update the configure file so that if it encounters CRLF line > endings in

Re: [mpir-devel] Re: MPIR support for 64-bit integers on Windows

2012-01-19 Thread Jason
On Monday 19 December 2011 08:46:49 Cactus wrote: > Hi David > > Thank you for your efforts and for finding the bad declaration _mpq_cmp_ui, > which I will shortly correct in the SVN. > > THe CRLF vs LF issue is a nuisance but I don't really know what can be done > about it. > > This is not

Re: [mpir-devel] Re: MPIR support for 64-bit integers on Windows

2011-12-19 Thread David Cleaver
On 12/19/2011 2:46 AM, Cactus wrote: THe CRLF vs LF issue is a nuisance but I don't really know what can be done about it. I found a way to update the configure file so that if it encounters CRLF line endings in the config.in file, it will strip out the CR and then proceed normally. Would

Re: [mpir-devel] Re: MPIR support for 64-bit integers on Windows

2011-12-19 Thread Sisyphus
- Original Message - From: "David Cleaver" Or maybe my svn client changed the line endings when I downloaded it? That's what's happened. Cygwin's svn faithfully reproduces the files, if you have it available. If not, I would hope that there is a way to turn that "feature" off on y

Re: [mpir-devel] Re: MPIR support for 64-bit integers on Windows

2011-12-19 Thread Cactus
I have just found an easy solution for the CRLF issue. It occurred to me that the SVN automatic translation has to check file types in order to avoid messing up binary files. I looked at this and it turns out that the SVN configuration file contains a list of file extensions that specify whi

Re: [mpir-devel] Re: MPIR support for 64-bit integers on Windows

2011-12-19 Thread Cactus
Hi David Thank you for your efforts and for finding the bad declaration _mpq_cmp_ui, which I will shortly correct in the SVN. THe CRLF vs LF issue is a nuisance but I don't really know what can be done about it. This is not the first time the issue has arisen - Jason and I spent some time w

Re: [mpir-devel] Re: MPIR support for 64-bit integers on Windows

2011-12-19 Thread Cactus
Hi Rob, The need to use this mpir.h version was only a temporary measure, one that is no longer necessary with the SVN version of mpir-exp. The Visual Studio build doesn't use the Unix/Linux build infrastructure and the original mpir-exp version that I supplied via a link did not build mpir.h

Re: [mpir-devel] Re: MPIR support for 64-bit integers on Windows

2011-12-18 Thread David Cleaver
On 12/17/2011 11:23 PM, David Cleaver wrote: On 12/16/2011 3:01 PM, Cactus wrote: I have now added this to the MPIR SVN as the branch mpir-exp (with some updates). Brian Hello all, I am using mingw64 as my compiler inside an msys shell. I recently downloaded the experimental branch from s

Re: [mpir-devel] Re: MPIR support for 64-bit integers on Windows

2011-12-18 Thread Sisyphus
- Original Message - From: "Cactus" You will also ned to overwrite mpir.h with the version attached here (I overlooked this when making the ZIP file). But isn't mpir.h built by the configure process ? It's not in the top-level directory of the svn source that I downloaded, but *doe

[mpir-devel] Re: MPIR support for 64-bit integers on Windows

2011-12-18 Thread Cactus
Hi David, I only support Visual Studio builds so I am afraid that we need someone who uses the cyggwin/mingw/mingw64 builds to help you with this. I have just done a fairly major update to mpir-exp in SVN but I don't think this will help with your problem. For others I do recommend that this r

Re: [mpir-devel] Re: MPIR support for 64-bit integers on Windows

2011-12-17 Thread David Cleaver
On 12/16/2011 3:01 PM, Cactus wrote: I have now added this to the MPIR SVN as the branch mpir-exp (with some updates). Brian Hello all, I am using mingw64 as my compiler inside an msys shell. I recently downloaded the experimental branch from svn and got version 3752. I ran './configure -

[mpir-devel] Re: MPIR support for 64-bit integers on Windows

2011-12-16 Thread Cactus
I have now added this to the MPIR SVN as the branch mpir-exp (with some updates). Brian -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To view this discussion on the web visit https://groups.google.com/d/msg/mpir-devel/-/8OC82UM7kMcJ. To

[mpir-devel] Re: MPIR support for 64-bit integers on Windows

2011-12-16 Thread Cactus
Jason has kindly put a link to my experimental version of MPIR here: -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To view this discussion on the web visit https://groups.google.com/d/msg/mpir-devel/-/53Zmu_QIfGMJ. To post to this group, send

Re: [mpir-devel] Re: MPIR support for 64-bit integers on Windows

2011-12-14 Thread Sisyphus
- Original Message - From: "Cactus" Since this version involves a lot of changes, we need an extended testing period so we need volunteers who are willing to build it, test it and use it in some applications. I can do that. Cheers, Rob -- You received this message because you ar

Re: [mpir-devel] Re: MPIR support for 64-bit integers on Windows

2011-12-14 Thread David Cleaver
On 12/14/2011 4:06 PM, Cactus wrote: If anyone is willing to test it, I will work out how best to make this version available. I have developed it outside the SVN as I am not familiar with creating branches. It would make sense for me to add it as an SVN branch but, sadly, I don't have a clue ho

Re: [mpir-devel] Re: MPIR support for 64-bit integers on Windows

2011-12-14 Thread Case Van Horsen
On Wed, Dec 14, 2011 at 2:06 PM, Cactus wrote: > I have now got a version of MPIR in which it is possible to set the types of > the integers that are used in all the ui/si functions. > > As usual it was harder than I expected to get this to work but it now passes > all the tests on win32 and x64 s

[mpir-devel] Re: MPIR support for 64-bit integers on Windows

2011-12-14 Thread Cactus
I have now got a version of MPIR in which it is possible to set the types of the integers that are used in all the ui/si functions. As usual it was harder than I expected to get this to work but it now passes all the tests on win32 and x64 systems with the integer sizes set to be equal to the