Re: pgsql: Honor MSVC WindowsSDKVersion if set - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Honor MSVC WindowsSDKVersion if set
Date
Msg-id 32169.1564075105@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Honor MSVC WindowsSDKVersion if set  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: Honor MSVC WindowsSDKVersion if set  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Re: pgsql: Honor MSVC WindowsSDKVersion if set  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> Honor MSVC WindowsSDKVersion if set

Hmm, dory seems unhappy with this:

syntax error at C:\pgbuildfarm\pgbuildroot\HEAD\pgsql.build\src\tools\msvc/MSBuildProject.pm line 50, near ", =~"
BEGIN not safe after errors--compilation aborted at
C:\pgbuildfarm\pgbuildroot\HEAD\pgsql.build\src\tools\msvc/MSBuildProject.pmline 414. 
Compilation failed in require at C:\pgbuildfarm\pgbuildroot\HEAD\pgsql.build\src\tools\msvc/VSObjectFactory.pm line 16.
BEGIN failed--compilation aborted at C:\pgbuildfarm\pgbuildroot\HEAD\pgsql.build\src\tools\msvc/VSObjectFactory.pm line
16.
Compilation failed in require at C:\pgbuildfarm\pgbuildroot\HEAD\pgsql.build\src\tools\msvc/Solution.pm line 11.
BEGIN failed--compilation aborted at C:\pgbuildfarm\pgbuildroot\HEAD\pgsql.build\src\tools\msvc/Solution.pm line 11.
Compilation failed in require at C:\pgbuildfarm\pgbuildroot\HEAD\pgsql.build\src\tools\msvc/Mkvcbuild.pm line 13.
BEGIN failed--compilation aborted at C:\pgbuildfarm\pgbuildroot\HEAD\pgsql.build\src\tools\msvc/Mkvcbuild.pm line 13.
Compilation failed in require at build.pl line 13.
BEGIN failed--compilation aborted at build.pl line 13.


            regards, tom lane



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix failures to ignore \r when reading Windows-style newlines.
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Honor MSVC WindowsSDKVersion if set