[issue15511] _decimal does not build in PGUpdate mode

Stefan Krah report at bugs.python.org
Tue Jul 31 17:20:40 CEST 2012


Stefan Krah added the comment:

Building from a fresh tree enables successful launching of PCbuild\x64-pgi\python.exe,
but _decimal is still not built. I literally ran the following commands,
so anyone can paste them into a command window and see for themselves:


# cpython is a pristine clone
hg clone cpython cpython-test
cd cpython-test
"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x64
msbuild PCbuild\pcbuild.sln /p:Configuration=PGInstrument /p:Platform=x64
msbuild PCbuild\pcbuild.sln /p:Configuration=PGUpdate /p:Platform=x64


"C:\Users\stefan\pydev\cpython-test\PCbuild\_decimal.vcxproj" (default target) (10) ->                            
(Link target) ->                                                                                                  
  LINK : fatal error LNK1181: cannot open input file 'C:\Users\stefan\pydev\cpython-test\PCbuild\\amd64\python33. 
lib' [C:\Users\stefan\pydev\cpython-test\PCbuild\_decimal.vcxproj]

----------

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


More information about the Python-bugs-list mailing list