On Tue, May 7, 2013 at 2:40 PM, Bin Huang <[email protected]> wrote:
> Objects/descrobject.c: At top level:
> Objects/descrobject.c:486:14: error: static declaration of
> 'PyMemberDescr_Type' follows non-static declaration
> Include/descrobject.h:79:26: note: previous declaration of
> 'PyMemberDescr_Type' was here
> Objects/descrobject.c:526:14: error: static declaration of
> 'PyGetSetDescr_Type' follows non-static declaration
> Include/descrobject.h:78:26: note: previous declaration of
> 'PyGetSetDescr_Type' was here

Yes, just remove the statics.  I do not have this problem compiling
with Visual Studio Express.  I am unable to compile with mingw at all,
and need to look into it further, so can't see whether my gcc is as
pedantic as yours.

Cheers,
Richard.

_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to