IRIX MipsPro compiler chokes on Python.h

Bram Stolk bram at geenspam.sara.nl
Wed May 25 12:15:15 EDT 2005


Andrew MacIntyre wrote:

> My suspicion would be directed to a #define that is incorrect, as the
> snippet above suggests that select() appears in two system headers
> (/usr/include/sys/time.h & /usr/include/unistd.h).

thanks for the info.
I need to undef the following from my pyconfig.h to make it pass the
compiler:

HAVE_SYS_TIME_H
TIME_WITH_SYS_TIME

   Bram


> That is ./configure got something wrong and may need to be modified for
> your platform to sort this out properly, but modifying pyconfig.h to
> correct the incorrect definitions should get you out of trouble.
> 
> -------------------------------------------------------------------------
> Andrew I MacIntyre                     "These thoughts are mine alone..."
> E-mail: andymac at bullseye.apana.org.au  (pref) | Snail: PO Box 370
>        andymac at pcug.org.au             (alt) |        Belconnen ACT 2616
> Web:    http://www.andymac.org/               |        Australia



More information about the Python-list mailing list