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 Segev Finer
Recipients Segev Finer, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-01-07.08:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483778935.32.0.9795840646.issue29191@psf.upfronthosting.co.za>
In-reply-to
Content
liblzma is missing from pcbuild.sln. This causes the build of _lzma to fail when building the solution and not using build.bat.

Attached is a patch that fixes this for the default branch. Note that it also includes some missing project configurations for the _asyncio module which Visual Studio will add every single time you open the solution.

A similar patch is simple enough to create for older versions/branches. Just Add->Existing Project liblzma.vcxproj and make sure to revert any lines in the sln which Visual Studio added that you don't want to commit. (Like VisualStudioVersion = ...)
History
Date User Action Args
2017-01-07 08:48:55Segev Finersetrecipients: + Segev Finer, paul.moore, tim.golden, zach.ware, steve.dower
2017-01-07 08:48:55Segev Finersetmessageid: <1483778935.32.0.9795840646.issue29191@psf.upfronthosting.co.za>
2017-01-07 08:48:55Segev Finerlinkissue29191 messages
2017-01-07 08:48:55Segev Finercreate