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 srid
Recipients srid
Date 2009-11-20.21:24:04
SpamBayes Score 0.009904605
Marked as misclassified No
Message-id <1258752248.05.0.167808334648.issue7371@psf.upfronthosting.co.za>
In-reply-to
Content
1. Install Windows 64-bit (SP2)
2. Install Visual Studio 2008 Professional w/ 64-bit components
3. Download Python-2.6.4.tgz
4. Open PCbuild/pcbuild.sln
5. Select "Release" and "x64" in the configuration toolbar

One would notice that only the projects "make_buildinfo" and 
"make_versioninfo" are built (which too as Win32, not x64 - for unknown 
reason). All projects are *skipped*. I don't know why. 

64-bit build would work on a 32-bit Windows machine (cross-
compilation), but not a native 64-bit Windows machine?

Attached is the Visual Studio build log.
History
Date User Action Args
2009-11-20 21:24:08sridsetrecipients: + srid
2009-11-20 21:24:08sridsetmessageid: <1258752248.05.0.167808334648.issue7371@psf.upfronthosting.co.za>
2009-11-20 21:24:06sridlinkissue7371 messages
2009-11-20 21:24:05sridcreate