New submission from Jeremy Kloth <jeremy.kloth+python-trac...@gmail.com>:

The buildbot scripts do not work for the 64-bit targets.

Firstly, the "/p:UseEnv=True" parameter to msbuild causes the 32-bit only 
projects (make_buildinfo and make_versioninfo) to fail due to architecture 
mismatch.  The scripts now unconditionally build those projects using the 
32-bit command-line tools.

The make_versioninfo project wasn't completely converted to be 32-bit only 
(issue9981); it would work correctly only from the IDE.  This fixes that and 
removes the Debug configuration as that was already #ifdef'd in the generated 
.h file.

----------
components: Build, Cross-Build, Windows
hgrepos: 136
messages: 163102
nosy: jkloth
priority: normal
severity: normal
status: open
title: Fix 64-bit building for buildbot scripts
type: compile error
versions: Python 3.3

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

Reply via email to