[issue14387] Include\accu.h incompatible with Windows.h

Stefan Krah report at bugs.python.org
Thu Mar 22 17:22:39 CET 2012


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

Hmm, I still get the error in 13cefcbcc7da:

c:\Users\stefan\pydev\cpython\Include\accu.h(21) : error C2059: syntax error : 'type'               
c:\Users\stefan\pydev\cpython\Include\accu.h(22) : error C2059: syntax error : '}'                  
c:\Users\stefan\pydev\cpython\Include\accu.h(24) : error C2143: syntax error : missing ')' before '*
'                                                                                                   
c:\Users\stefan\pydev\cpython\Include\accu.h(24) : error C2143: syntax error : missing '{' before '*
'                                                                                                   
c:\Users\stefan\pydev\cpython\Include\accu.h(24) : error C2059: syntax error : ')'                  
c:\Users\stefan\pydev\cpython\Include\accu.h(25) : error C2143: syntax error : missing ')' before '*
'                                                                                                   
c:\Users\stefan\pydev\cpython\Include\accu.h(25) : error C2143: syntax error : missing '{' before '*
'                                                                                                   
c:\Users\stefan\pydev\cpython\Include\accu.h(25) : error C2371: 'PyObject' : redefinit




[...]

c:\users\stefan\pydev\cpython\objects\stringlib/unicode_format.h(128) : error C2143: syntax error : 
missing ')' before '*'                                                                              
c:\users\stefan\pydev\cpython\objects\stringlib/unicode_format.h(128) : error C2143: syntax error : 
missing '{' before '*'                                                                              
c:\users\stefan\pydev\cpython\objects\stringlib/unicode_format.h(128) : error C2371: 'PyObject' : re
definition; different basic types

----------
nosy: +skrah

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


More information about the Python-bugs-list mailing list