Re: Compile from source using latest Microsoft Windows SDK - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Compile from source using latest Microsoft Windows SDK
Date
Msg-id 20190720011032.GB1768@paquier.xyz
Whole thread Raw
In response to Re: Compile from source using latest Microsoft Windows SDK  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Responses Re: Compile from source using latest Microsoft Windows SDK  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-hackers
On Fri, Jul 19, 2019 at 08:30:38AM -0400, Andrew Dunstan wrote:
> My tests of the VS2017 stuff used this install mechanism on a fresh
> Windows instance:
>
> choco install -y visualstudio2017-workload-vctools --package-parameters
> "--includeOptional"
>
> This installed Windows Kits 8.1 and 10, among many other things.

So you have bypassed the problem by installing the v8.1 SDK.  And if
you don't do that and only include the v10 SDK, then you see the
problem.  Functionally, it also means that with a VS2017 compilation
the SDK version is forcibly downgraded, isn't that a bad idea anyway?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PATCH] minor bugfix for pg_basebackup (9.6 ~ )
Next
From: Peter Geoghegan
Date:
Subject: Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index.