Re: IRIX MipsPro compiler chokes on Python.h
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: IRIX MipsPro compiler chokes on Python.h

From: Bram Stolk <bram@geenspam.sara.nl>
Date: Wed May 25 2005 - 18:15:15 CEST

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@bullseye.apana.org.au (pref) | Snail: PO Box 370
> andymac@pcug.org.au (alt) | Belconnen ACT 2616
> Web: http://www.andymac.org/ | Australia
Received on Thu Sep 29 16:13:48 2005