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.07:39:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343720342.96.0.267944398489.issue15511@psf.upfronthosting.co.za>
In-reply-to
Content
_decimal does not build in PGUpdate mode. I didn't notice this because
I've always used the Release mode so far:

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\PCbuild\pcbuild.sln" (default target) (1) ->                                              
"C:\Users\stefan\pydev\cpython\PCbuild\_decimal.vcxproj" (default target) (10) ->                                        
(Link target) ->                                                                                                         
  LINK : fatal error LNK1181: cannot open input file 'C:\Users\stefan\pydev\cpython\PCbuild\\amd64\python33.lib' [C:\Use 
rs\stefan\pydev\cpython\PCbuild\_decimal.vcxproj]
History
Date User Action Args
2012-07-31 07:39:03skrahsetrecipients: + skrah, loewis, brian.curtin
2012-07-31 07:39:02skrahsetmessageid: <1343720342.96.0.267944398489.issue15511@psf.upfronthosting.co.za>
2012-07-31 07:39:01skrahlinkissue15511 messages
2012-07-31 07:39:01skrahcreate