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.

classification
Title: Windows compile errors
Type: compile error Stage:
Components: Windows Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, loewis, pitrou, python-dev
Priority: release blocker Keywords:

Created on 2012-06-22 19:58 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg163471 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2012-06-22 19:58
The Windows buildbot are broken, they don't compile anymore. The errors seem to be:

[...]
ResourceCompile:
  C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /l"0x0409" /I..\PC /I..\Include /nologo /fo"d:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\PCbuild\Win32-temp-Debug\pylauncher\pylauncher.res" ..\PC\pylauncher.rc 
..\PC\pylauncher.rc(9): fatal error RC1015: cannot open include file 'pythonnt_rc.h'. [d:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\PCbuild\pylauncher.vcxproj]

[...]  
ResourceCompile:
  C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /D _UNICODE /D UNICODE /l"0x0409" /I..\PC /I..\Include /nologo /fo"d:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\PCbuild\Win32-temp-Debug\pywlauncher\pylauncher.res" ..\PC\pylauncher.rc 
..\PC\pylauncher.rc(9): fatal error RC1015: cannot open include file 'pythonnt_rc.h'. [d:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\PCbuild\pywlauncher.vcxproj]

(see e.g. http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/builds/6892/steps/compile/logs/stdio )
msg163478 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-06-22 20:20
New changeset f59e6cc3d5eb by Martin v. Löwis in branch 'default':
Issue #15143: Define _DEBUG when compiling resources.
http://hg.python.org/cpython/rev/f59e6cc3d5eb
msg163573 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2012-06-23 10:15
Seems to be fixed; at least compilation now works.
History
Date User Action Args
2022-04-11 14:57:31adminsetgithub: 59348
2012-06-23 10:15:38georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg163573
2012-06-22 20:20:19python-devsetnosy: + python-dev
messages: + msg163478
2012-06-22 19:58:21pitroucreate