[Python-Dev] SF #1462700 - Errors in PCbuild (original) (raw)
Delaney, Timothy (Tim) tdelaney at avaya.com
Sun Apr 2 23:52:01 CEST 2006
- Previous message: [Python-Dev] SF #1462485 - StopIteration raised in body of 'with' statement suppressed
- Next message: [Python-Dev] Bug Day on Friday, 31st of March
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Discovered a couple of minor errors in pcbuild.sln and pythoncore.vsproj while working out how to compile 2.5 on Windows using the VS C++ Toolkit for the bug day (no Visual Studio at home). FWIW, I eventually ended up using Nant (using the task).
Nant couldn't build 2.5 without the fixes - basically, _ctypes_test didn't have any dependencies, and so was being built first. And the GUIDs for pythoncore were different between pcbuild.sln and pythoncore.vsproj.
I've attached the fix to the bug report.
Tim Delaney
- Previous message: [Python-Dev] SF #1462485 - StopIteration raised in body of 'with' statement suppressed
- Next message: [Python-Dev] Bug Day on Friday, 31st of March
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]