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