The initializers for the PyNumberMethods on line 6940 of siplib.c:

/* The number methods data structure. */
static PyNumberMethods sipVoidPtr_NumberMethods = {

...contains an item that isn't present in c:\python24\include\object.h:

    0                       /* nb_index */

...which causes visual c++ 7 to barf, although MinGW g++ is OK with it.
When I comment this line out, it builds.

-Jim C.
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to