Re: [HACKERS] Failures with windows port

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: [HACKERS] Failures with windows port
Дата
Msg-id 40C4A130.60206@dunslane.net
обсуждение исходный текст
Ответ на Re: [HACKERS] Failures with windows port  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Failures with windows port
Следующее
От: Andrew Dunstan
Дата:
Сообщение: win32 compile warnings