Message156589
| Author |
skrah |
| Recipients |
amaury.forgeotdarc, benjamin.peterson, georg.brandl, jeffr@livedata.com, pitrou, python-dev, skrah |
| Date |
2012年03月22日.16:22:38 |
| SpamBayes Score |
0.01788023 |
| Marked as misclassified |
No |
| Message-id |
<1332433359.52.0.82453403142.issue14387@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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 |
|