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 <rep...@bugs.python.org> <http://bugs.python.org/issue15511> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com