Tom O'Connor <[email protected]> added the comment: Same problem on SGI IRIX 6.5.28 GCC 3.3.
Adding the following to pyport.h got me through as well. #define UINT32_MAX 0xffffffff #define INT32_MAX 0x7fffffff ---------- nosy: +Tom.OConnor _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10052> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
