This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients paul.moore, pitrou, steve.dower, tim.golden, zach.ware
Date 2017-12-12.17:45:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513100737.71.0.213398074469.issue32292@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry if this looks more like a support request.  There's probably something wrong in my setup (I do have Visual Studio 2015 installed, though).

I am trying to build on Windows using "Tools\buildbot\build.bat -p x64".  It worked a few months ago.  Now I get:

Build FAILED.

       "c:\t\cpython\PCbuild\pcbuild.proj" (Build target) (1) ->
       "c:\t\cpython\PCbuild\pythoncore.vcxproj" (Build target) (2) ->
       (Desktop_PlatformPrepareForBuild target) ->
         C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\P
       latformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows S
       DK version 10.0.16299.0 was not found. Install the required version of W
       indows SDK or change the SDK version in the project property pages or by
        right-clicking the solution and selecting "Retarget solution". [c:\t\cp
       ython\PCbuild\pythoncore.vcxproj]

    0 Warning(s)
    1 Error(s)
History
Date User Action Args
2017-12-12 17:45:37pitrousetrecipients: + pitrou, paul.moore, tim.golden, zach.ware, steve.dower
2017-12-12 17:45:37pitrousetmessageid: <1513100737.71.0.213398074469.issue32292@psf.upfronthosting.co.za>
2017-12-12 17:45:37pitroulinkissue32292 messages
2017-12-12 17:45:37pitroucreate