Re: [HACKERS] Failures with windows port - Mailing list pgsql-hackers-win32

From Andrew Dunstan
Subject Re: [HACKERS] Failures with windows port
Date
Msg-id 40C4A130.60206@dunslane.net
Whole thread Raw
In response to Re: [HACKERS] Failures with windows port  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers-win32
Bruce Momjian wrote:

>Jochem van Dieten wrote:
>
>
>>Shridhar Daithankar wrote:
>>
>>
>>>>Shridhar Daithankar wrote:
>>>>
>>>>
>>>>>I checked out the windows port to play with. It compiled file but
>>>>>'make check' produced attached regression diff.
>>>>>
>>>>>I am using the nightly snapshot. Is it too early to look at these
>>>>>failures or did I do something wrong? I was following usual
>>>>>./configure;make procedure after installing mingw.
>>>>>
>>>>>
>>>Windows 2000 Professional, MingW 3.1.0.1, MSys 1.0.10
>>>
>>>
>>Is MSys 1.0.10 supported already? I thought 1.0.9 was still the
>>recommended version.
>>
>>
>
>Well, 1.0.10 has already been released, so we have better support it or
>find out why it doesn't work.
>
>
>

Shridar's appears to be the exact setup I am using.

I have just done a fresh cvs checkout, followed by "./configure
--without-zlib; make check" and got 94 of 95 tests passing (still
waiting for the alternative join result I submitted weeks ago to be
added to CVS).

Maybe he is running the check from cygwin, as we used to advise people
to do? There is no need to do that any more - you can run the regression
checks from MSys.

Other notes:

There is a bug in the link check code  in configure.in - I will submit a
patch shortly.

I have also noticed some compiler warnings that we should clean up.

cheers

andrew


pgsql-hackers-win32 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Failures with windows port
Next
From: Andrew Dunstan
Date:
Subject: win32 compile warnings