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 pitrou
Recipients georg.brandl, loewis, pitrou
Date 2012-06-22.19:58:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340395101.67.0.466421051649.issue15143@psf.upfronthosting.co.za>
In-reply-to
Content
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 )
History
Date User Action Args
2012-06-22 19:58:21pitrousetrecipients: + pitrou, loewis, georg.brandl
2012-06-22 19:58:21pitrousetmessageid: <1340395101.67.0.466421051649.issue15143@psf.upfronthosting.co.za>
2012-06-22 19:58:21pitroulinkissue15143 messages
2012-06-22 19:58:20pitroucreate