[issue9810] bzip2 build sometimes fails (VS8.0)

Hirokazu Yamamoto report at bugs.python.org
Thu Sep 16 08:08:55 CEST 2010


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

Probably this patch works.

P.S.
These lines in PCBuild/vs9to8.py seem to be not needed. I could
build python even without it, (I only tried py3k)

  # Bah. VS8.0 does not expand macros in file names.
  # Replace them here.
  lines = lines.replace('$(sqlite3Dir)', '..\\..\\..\\sqlite-3.6.21')

I'm not sure, maybe VS8 SP1's bug? I tried on this.

  Microsoft Visual Studio 2005
  Version 8.0.50727.42  (RTM.050727-4200)

----------
keywords: +patch
Added file: http://bugs.python.org/file18898/py3k_bz2_vcproj.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9810>
_______________________________________


More information about the Python-bugs-list mailing list