This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:40skrahsetrecipients: + skrah, loewis, brian.curtin
2012-07-31 15:20:40skrahsetmessageid: <1343748040.39.0.0494733038188.issue15511@psf.upfronthosting.co.za>
2012-07-31 15:20:39skrahlinkissue15511 messages
2012-07-31 15:20:39skrahcreate