Re: [Mingw-w64-public] Fwd: [Branch ~mingw-w64/reactos-core/ddk] Rev 645: Reintegrate header-work branch. Important changes include continued work on headers and progress ...

2010-06-10 Thread Ozkan Sezer
On Thu, Jun 10, 2010 at 10:10 PM, Henry N. wrote: >  On 10.06.2010 19:04, Ozkan Sezer wrote: >> On Thu, Jun 10, 2010 at 1:17 PM, Ozkan Sezer wrote: >>> On Thu, Jun 10, 2010 at 5:34 AM, Dmitrijs Ledkovs >>>  wrote: FYI A bunch of more headers removed from the ddk/ dir of the svn rep

Re: [Mingw-w64-public] Problem with MSYS on 64-bit

2010-06-10 Thread Chris Saunders
First, thanks very much for the reply Doug. I don't know what "the mercurial 5.0 branch" is. Could I ask for an explenation? Also, does your reply mean that I can ignore the error I got from make check? I used MSYS to build MPFR using "./configure --disable-shared --host=x86_64-w64-mingw32

Re: [Mingw-w64-public] Problem with MSYS on 64-bit

2010-06-10 Thread Doug Semler
On Thu, Jun 10, 2010 at 4:10 PM, Chris Saunders wrote: > The error was: > > n = 97327602995864283868534915224192610...(cut this because it was very > long) > > n was destroyed, but perfpow_p still believes n is a perfect power > > This application has requested the Runtime to terminate it in an un

[Mingw-w64-public] Problem with MSYS on 64-bit

2010-06-10 Thread Chris Saunders
I have installed MinGW 64-bit and am attempting to get MSYS to work with it. I attempted to configure GMP-5.0.1. Here is the command line I used to run configure and the first few lines of output (My OS is Windows 7 64-bit.): $ ./configure --disable-shared --enable-alloca=no --host=x86_64-w64-

Re: [Mingw-w64-public] Problem with MSYS on 64-bit

2010-06-10 Thread Chris Saunders
The error was: n = 97327602995864283868534915224192610...(cut this because it was very long) n was destroyed, but perfpow_p still believes n is a perfect power This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more i

Re: [Mingw-w64-public] Problem with MSYS on 64-bit

2010-06-10 Thread Doug Semler
On Thu, Jun 10, 2010 at 3:25 PM, Chris Saunders wrote: > I have installed MinGW 64-bit and am attempting to get MSYS to work with > it.  I attempted to configure GMP-5.0.1.  Here is the command line I used to > run configure and the first few lines of output (My OS is Windows 7 > 64-bit.): > > $ .

Re: [Mingw-w64-public] Fwd: [Branch ~mingw-w64/reactos-core/ddk] Rev 645: Reintegrate header-work branch. Important changes include continued work on headers and progress ...

2010-06-10 Thread Henry N.
On 10.06.2010 19:04, Ozkan Sezer wrote: > On Thu, Jun 10, 2010 at 1:17 PM, Ozkan Sezer wrote: >> On Thu, Jun 10, 2010 at 5:34 AM, Dmitrijs Ledkovs >> wrote: >>> FYI >>> >>> A bunch of more headers removed from the ddk/ dir of the svn repo =( >>> >> Ugh!... :-(( >> More job for me checking all

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-10 Thread Ruben Van Boxem
> > From: Ruben Van Boxem >> Sent: Wednesday, June 09, 2010 1:49 PM >> To: Chris Saunders >> Subject: Re: [Mingw-w64-public] Installing MSYS to use mingw-w64 >> >> >> Now I can say, see the wiki (just wrote that up today:) ) >> >> In your case, just pass "--host=x86_64-w64-mingw32" to configure. Th

Re: [Mingw-w64-public] Fwd: [Branch ~mingw-w64/reactos-core/ddk] Rev 645: Reintegrate header-work branch. Important changes include continued work on headers and progress ...

2010-06-10 Thread Ozkan Sezer
On Thu, Jun 10, 2010 at 1:17 PM, Ozkan Sezer wrote: > On Thu, Jun 10, 2010 at 5:34 AM, Dmitrijs Ledkovs > wrote: >> FYI >> >> A bunch of more headers removed from the ddk/ dir of the svn repo =( >> > > Ugh!...  :-(( > More job for me checking all the dependencies. Ugh ugh ugh.. > > -- > Ozkan >

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-10 Thread JonY
On 6/10/2010 01:41, Chris Saunders wrote: > I think that I installed MSYS correctly for my Windows 7 64-bit system. I > downloaded and attempted to run configure on GMP-5.0.1 and got some output > that made me think I have a problem: > > $ ./configure --disable-shared --enable-alloca=no > checking

Re: [Mingw-w64-public] Installing MSYS to use mingw-w64

2010-06-10 Thread NightStrike
On Wed, Jun 9, 2010 at 1:41 PM, Chris Saunders wrote: > I think that I installed MSYS correctly for my Windows 7 64-bit system.  I > downloaded and attempted to run configure on GMP-5.0.1 and got some output > that made me think I have a problem: > > $ ./configure --disable-shared --enable-alloca=

Re: [Mingw-w64-public] automated build gcc binary prints weird library path when running "-print-search-dirs"

2010-06-10 Thread Doug Semler
On Thu, Jun 10, 2010 at 9:17 AM, Doug Semler wrote: > On Thu, Jun 10, 2010 at 3:36 AM, Mook wrote: >> On 2010-06-09 3:00 AM, Hradec wrote: >>> I notice this problem when trying to build openexr package with the >>> automated build mingw64... >> >>> Notice the last path in the "libraries" searchpa

Re: [Mingw-w64-public] automated build gcc binary prints weird library path when running "-print-search-dirs"

2010-06-10 Thread Doug Semler
On Thu, Jun 10, 2010 at 3:36 AM, Mook wrote: > On 2010-06-09 3:00 AM, Hradec wrote: >> I notice this problem when trying to build openexr package with the >> automated build mingw64... > >> Notice the last path in the "libraries" searchpath... >> "/Users/jchesney/mingw..." > That is an artifact of

Re: [Mingw-w64-public] Fwd: [Branch ~mingw-w64/reactos-core/ddk] Rev 645: Reintegrate header-work branch. Important changes include continued work on headers and progress ...

2010-06-10 Thread Ozkan Sezer
On Thu, Jun 10, 2010 at 5:34 AM, Dmitrijs Ledkovs wrote: > FYI > > A bunch of more headers removed from the ddk/ dir of the svn repo =( > Ugh!... :-(( More job for me checking all the dependencies. Ugh ugh ugh.. -- Ozkan > > -- Forwarded message -- > From:   > Date: 10 June 20

Re: [Mingw-w64-public] automated build gcc binary prints weird library path when running "-print-search-dirs"

2010-06-10 Thread Mook
On 2010-06-09 3:00 AM, Hradec wrote: > I notice this problem when trying to build openexr package with the > automated build mingw64... > Notice the last path in the "libraries" searchpath... > "/Users/jchesney/mingw..." That is an artifact of how buildbot is set up, and shouldn't matter (since w