[issue15143] Windows compile errors

2012-06-23 Thread Georg Brandl

Georg Brandl  added the comment:

Seems to be fixed; at least compilation now works.

--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15143] Windows compile errors

2012-06-22 Thread Roundup Robot

Roundup Robot  added the comment:

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

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15143] Windows compile errors

2012-06-22 Thread Antoine Pitrou

New submission from Antoine Pitrou :

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
 )

--
components: Windows
messages: 163471
nosy: georg.brandl, loewis, pitrou
priority: release blocker
severity: normal
status: open
title: Windows compile errors
type: compile error
versions: Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com