New submission from Stephan R.A. Deibel:

The changes made in Issue19788 break the ability to build x64 build target on a 
32-bit Windows machine because PreBuildEvent entries in pythoncore.vcxproj end 
up trying to run the 64-bit kill_python.exe, causing critical build steps to 
fail.  Removing those PreBuildEvents by manually editing pythoncore.vcxproj 
served as a work-around.

----------
components: Build
messages: 211093
nosy: sdeibel
priority: normal
severity: normal
status: open
title: Always running kill_python breaks building x64 on 32-bit Windows machine
type: compile error
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20609>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to