[New-bugs-announce] [issue14272] ast.c: windows compile error

Stefan Krah report at bugs.python.org
Mon Mar 12 23:48:53 CET 2012


New submission from Stefan Krah <stefan-usenet at bytereef.org>:

The Windows build seems to be broken:

Python-ast.c                                                                                                  
..\Python\Python-ast.c(459) : error C2059: syntax error : ';'                                                 
..\Python\Python-ast.c(461) : error C2059: syntax error : '}'                                                 
..\Python\Python-ast.c(549) : error C2065: 'AST_object' : undeclared identifier                               
..\Python\Python-ast.c(581) : error C2065: 'AST_object' : undeclared identifier                               
..\Python\Python-ast.c(581) : error C2059: syntax error : ')'                                                 
..\Python\Python-ast.c(596) : fatal error C1903: unable to recover from previous error(s); stopping compilatio
n                                                                                                             
dtoa.c                                                                                                        
10>..\Python\dtoa.c

----------
components: Build
messages: 155504
nosy: skrah
priority: normal
severity: normal
status: open
title: ast.c: windows compile error
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14272>
_______________________________________


More information about the New-bugs-announce mailing list