[issue12472] Build failure on IRIX

Charles-François Natali report at bugs.python.org
Sat Jul 2 00:30:40 CEST 2011


Charles-François Natali <neologix at free.fr> added the comment:

Ok, what happens if you change, in Modules/signalmodule.c

20 #ifdef HAVE_SYS_TIME_H     
21 #include <sys/time.h>
22 #endif

to

21 #include <sys/time.h>

and rebuild Python?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12472>
_______________________________________


More information about the Python-bugs-list mailing list