Re: MSVC builld of 9.5.12 is broken?

Поиск
Список
Период
Сортировка
От Victor Wagner
Тема Re: MSVC builld of 9.5.12 is broken?
Дата
Msg-id 20180228074142.13f4c567@wagner.wagner.home
обсуждение исходный текст
Ответ на Re: MSVC builld of 9.5.12 is broken?  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
В Wed, 28 Feb 2018 10:45:24 +0900
Michael Paquier <michael@paquier.xyz> пишет:


> Replace backslashes by forward slashes in MSVC build code
>
> This makes it possible to run some stages of these build scripts on
> non-Windows systems.  That way, we can more easily test whether file
> moves or makefile changes might break the MSVC build.

It would be nice to be able at least run perl -wc on these scripts on
non-windows platform.

Unforutnately following development seems to break this.

Now Mkvcbuild.pm depends on Win32 module and Win32API::File module,
both of which are not exist on non Win32 platforms.

Or there exist somewhere fake Win32 module which would satisfy
dependencies and do nothing?



--
                                   Victor Wagner <vitus@wagner.pp.ru>


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: TODO item for broken \s with libedit seems fixed
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [bug fix] pg_rewind takes long time because it mistakenly copiesdata files