homepage

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.

classification
Title: (2.7.3 Regression) PC8円.0 directory can no longer be used to build on windows
Type: compile error Stage:
Components: Windows Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, mitchblank, python-dev, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2012年04月12日 07:24 by mitchblank, last changed 2022年04月11日 14:57 by admin. This issue is now closed.

Messages (3)
msg158110 - (view) Author: Mitchell Blank Jr (mitchblank) Date: 2012年04月12日 07:24
In the diff between 2.7.2 and 2.7.3, we see:
--- Python-2.7.2/PCbuild/pythoncore.vcproj 2011年06月11日 08:46:27.000000000 -0700
+++ Python-2.7.3/PCbuild/pythoncore.vcproj 2012年04月09日 16:07:35.000000000 -0700
@@ -1835,6 +1835,10 @@
 >
 </File>
 <File
+ RelativePath="..\Python\random.c"
+ >
+ </File>
+ <File
 RelativePath="..\Python\structmember.c"
 >
 </File>
...however there isn't any similar change to PC\VS8.0\pythoncore.vcproj , PC\VS7.1\pythoncore.vcproj, nor PC\VC6\pythoncore.dsp
I don't know if any of those are deprecated, but the VS8.0 .vcproj's definitely worked in 2.7.2. In 2.7.3 the missing random.obj file causes python27.dll to fail to link and everything goes downhill from there.
Hand-applying the same change to the PC\VS8.0 directory fixed the problem for me.
msg158190 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012年04月13日 00:32
New changeset 9a6dc460ecb2 by Amaury Forgeot d'Arc in branch '2.7':
Issue14559: Attempt to fix compilation with previous versions of the Microsoft Compiler.
http://hg.python.org/cpython/rev/9a6dc460ecb2
New changeset 178acd78144b by Amaury Forgeot d'Arc in branch '3.2':
Issue14559: Fix build files old Microft compilers.
http://hg.python.org/cpython/rev/178acd78144b 
msg236218 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2015年02月19日 15:32
Presumably this can be closed as fixed?
History
Date User Action Args
2022年04月11日 14:57:29adminsetgithub: 58764
2015年02月19日 16:21:44steve.dowersetstatus: open -> closed
resolution: fixed
2015年02月19日 15:32:09BreamoreBoysetnosy: + tim.golden, BreamoreBoy, zach.ware, steve.dower
messages: + msg236218
components: + Windows, - Build
2012年04月13日 00:32:08python-devsetnosy: + python-dev
messages: + msg158190
2012年04月12日 07:24:22mitchblankcreate

AltStyle によって変換されたページ (->オリジナル) /