[issue22919] Update PCBuild for VS 2015

Steve Dower report at bugs.python.org
Sat Nov 22 22:56:21 CET 2014


Steve Dower added the comment:

Oh, one other thing I just thought of: the current release of nmake (in VS 2015) has a regression that will make TCL and TK fail to build, but I have a workaround for their makefile. OpenSSL also had a problem with VC14 but their fix isn't in the build we've got on svn.python.org.

If possible, I'd like to get the workarounds into our sources for those before this is checked in, so that the buildbots (currently there's one that I know of with VS 2015 Preview installed) can pick up those fixes and won't fail because of these.

The nmake issue should be fixed for VS 2015 RC and the OpenSSL issue is already fixed (in their 1.1 branch, IIRC). I've attached a patch listing the changes needed.

----------
Added file: http://bugs.python.org/file37248/fixups.diff

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


More information about the Python-bugs-list mailing list