[New-bugs-announce] [issue15511] _decimal does not build in PGUpdate mode
Stefan Krah
report at bugs.python.org
Tue Jul 31 09:39:02 CEST 2012
New submission from Stefan Krah:
_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]
----------
components: Extension Modules
messages: 166970
nosy: brian.curtin, loewis, skrah
priority: release blocker
severity: normal
stage: needs patch
status: open
title: _decimal does not build in PGUpdate mode
type: compile error
versions: Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15511>
_______________________________________
More information about the New-bugs-announce
mailing list