Charles-François Natali <neolo...@free.fr> added the comment: You can't include both <unistd.h> and <sys/time.h> on IRIX... Nice one!
A couple suggestions (in this order): 1) try putting "#include <sys/time.h>" before "#include "Python.h"" 2) try this: 20 #undef select 21 #include <sys/time.h> 3) fix the header yourself (remove the static storage class from select in <sys/time.h>) 4) complain loudly to your vendor... ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12472> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com