New submission from Mitchell Blank Jr <[email protected]>:
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.
----------
components: Build
messages: 158110
nosy: mitchblank
priority: normal
severity: normal
status: open
title: (2.7.3 Regression) PC\8.0 directory can no longer be used to build on
windows
type: compile error
versions: Python 2.7
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue14559>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com