Hello, I'm trying to build python2.4.2 on IRIX6.5(cc version MIPSpro Compilers: Version 7.3.1.3m). But the socket module failed to compile.
I found this in ./Modules/socketmodule.c, line 193: -------------------------------------------------------- /* XXX Using _SGIAPI is the wrong thing, 194 but I don't know what the right thing is. */ 195 #undef _SGIAPI /* to avoid warning */ 196 #define _SGIAPI 1 -------------------------------------------------------- I think maybe somebody have already fixed this problem. Or any hints on how to compile socket module on IRIX? Thanks very much. Regards, xiaojf
-- http://mail.python.org/mailman/listinfo/python-list