Message167007
| Author |
skrah |
| Recipients |
brian.curtin, loewis, skrah |
| Date |
2012年07月31日.15:20:39 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1343748040.39.0.0494733038188.issue15511@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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] |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年07月31日 15:20:40 | skrah | set | recipients:
+ skrah, loewis, brian.curtin |
| 2012年07月31日 15:20:40 | skrah | set | messageid: <1343748040.39.0.0494733038188.issue15511@psf.upfronthosting.co.za> |
| 2012年07月31日 15:20:39 | skrah | link | issue15511 messages |
| 2012年07月31日 15:20:39 | skrah | create |
|