Message228636
Here's another patch fixing the Visual Studio Express edition issue
plus some minor related code-cleanup.
See the Hg repo at:
https://bitbucket.org/jurko/cpython
branch:
jurko/distutils_msvc_express_fix
direct link:
https://bitbucket.org/jurko/cpython/commits/branch/jurko/distutils_msvc_express_fix
Basically - native 64-bit compiler is not available with Visual Studio
Express edition, but its 32-bit to 64-bit cross-compiler is, so the fix just attempts to configure the cross-compiler if configuring the native compiler fails to set all the necessary environment variables.
Tested to work correctly with Visual Studio Express edition installed, and no additional Platform SDK.
I'm also directly attaching a bundle containing the same commits.
I've split up the changes into cleanly separated commits so they should be real easy to review & verify, and there should be no risk of breakage in use cases not explicitly attacked by the proposed changes.
Hope this helps.
Best regards,
Jurko Gospodnetić |
|
Date |
User |
Action |
Args |
2014-10-06 03:37:53 | Jurko.Gospodnetić | set | recipients:
+ Jurko.Gospodnetić, lemburg, loewis, paul.moore, jafo, giampaolo.rodola, schmir, tim.golden, tarek, sayap, eric.araujo, zzzeek, srid, ipatrol, BreamoreBoy, shimizukawa, thorsten.behrens, Borisd13, piotr.dobrogost, zach.ware, Victor.Lin, mdengler, steve.dower, Daniel.Ozminkowski, Frankie.Jhou, bgale, lwteng, jfoo, anuj0990, mike.mazurek |
2014-10-06 03:37:52 | Jurko.Gospodnetić | set | messageid: <1412566672.7.0.534630139474.issue7511@psf.upfronthosting.co.za> |
2014-10-06 03:37:52 | Jurko.Gospodnetić | link | issue7511 messages |
2014-10-06 03:37:52 | Jurko.Gospodnetić | create | |
|