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.
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\buildarea3円.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\buildarea3円.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\buildarea3円.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\buildarea3円.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:31 | admin | set | github: 59348 |
| 2012年06月23日 10:15:38 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg163573 |
| 2012年06月22日 20:20:19 | python-dev | set | nosy:
+ python-dev messages: + msg163478 |
| 2012年06月22日 19:58:21 | pitrou | create | |