Re: MSVC builld of 9.5.12 is broken? - Mailing list pgsql-hackers

From Victor Wagner
Subject Re: MSVC builld of 9.5.12 is broken?
Date
Msg-id 20180228074142.13f4c567@wagner.wagner.home
Whole thread Raw
In response to Re: MSVC builld of 9.5.12 is broken?  (Michael Paquier <michael@paquier.xyz>)
List 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 by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: TODO item for broken \s with libedit seems fixed
Next
From: Michael Paquier
Date:
Subject: Re: [bug fix] pg_rewind takes long time because it mistakenly copiesdata files