[issue15511] _decimal does not build in PGUpdate mode

2012-08-24 Thread Martin v . Löwis
Martin v. Löwis added the comment: I now recall that I worked around this issue, by just copying python33.lib in the place where it's expected. The right solution is not to configure a dependency on the .lib, as it will automatically be added by the pragma in the include file. The search path

[issue15511] _decimal does not build in PGUpdate mode

2012-08-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset cbd4fbb90e95 by Martin v. Löwis in branch 'default': Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration. http://hg.python.org/cpython/rev/cbd4fbb90e95 -- nosy: +python-dev ___

[issue15511] _decimal does not build in PGUpdate mode

2012-07-31 Thread Stefan Krah
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

[issue15511] _decimal does not build in PGUpdate mode

2012-07-31 Thread Martin v . Löwis
Martin v. Löwis added the comment: "clean" = "manually delete, e.g. from explorer" -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue15511] _decimal does not build in PGUpdate mode

2012-07-31 Thread Martin v . Löwis
Martin v. Löwis added the comment: Make sure you clean all build directories; then rebuild. -- ___ Python tracker ___ ___ Python-bugs-

[issue15511] _decimal does not build in PGUpdate mode

2012-07-31 Thread Stefan Krah
Stefan Krah added the comment: Well, I have Ultimate now and encounter the same problem. Also, when I start PCbuild\x64-pgi\python.exe it exits immediately without displaying an error. The PC\VS9.0 PGUpdate build works fine. -- title: VS 2010 "Professional": _decimal does not build in

[issue15511] _decimal does not build in PGUpdate mode

2012-07-31 Thread Stefan Krah
Stefan Krah added the comment: Using MSVC Professional 2010 and the GUI, I'm getting the same error: 1) Select PGInstrument|x64. Clean the solution. 2) Select PGUpdate|x64. Clean the solution. 3) Select PGInstrument|x64. Build the solution. 4) Select PGUpdate|x64. Build the solution. -> err

[issue15511] _decimal does not build in PGUpdate mode

2012-07-31 Thread Stefan Krah
Changes by Stefan Krah : -- keywords: +needs review -patch stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue15511] _decimal does not build in PGUpdate mode

2012-07-31 Thread Stefan Krah
Stefan Krah added the comment: _decimal-pgo.diff sort of solves the problem. It might be a good idea to regenerate _decimal.vcproj using the GUI. I've created it in true Unix fashion by modifying an existing vcproj... I'm always building using the command line. If you say that the GUI build wor

[issue15511] _decimal does not build in PGUpdate mode

2012-07-31 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- priority: release blocker -> normal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue15511] _decimal does not build in PGUpdate mode

2012-07-31 Thread Martin v . Löwis
Martin v. Löwis added the comment: Also, can you try building from the GUI, rather than from the command line? -- ___ Python tracker ___ _

[issue15511] _decimal does not build in PGUpdate mode

2012-07-31 Thread Martin v . Löwis
Martin v. Löwis added the comment: I can't reproduce this. It builds fine for me. Are you sure you did PGInstrument before? -- ___ Python tracker ___ ___

[issue15511] _decimal does not build in PGUpdate mode

2012-07-31 Thread Stefan Krah
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:\