[issue29191] liblzma is missing from pcbuild.sln

Segev Finer report at bugs.python.org
Sat Jan 7 03:48:55 EST 2017


New submission from Segev Finer:

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 = ...)

----------
components: Windows
files: add-liblzma-to-pcbuild-sln.patch
keywords: patch
messages: 284902
nosy: Segev Finer, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: liblzma is missing from pcbuild.sln
type: compile error
versions: Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file46187/add-liblzma-to-pcbuild-sln.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29191>
_______________________________________


More information about the Python-bugs-list mailing list