This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2005-04-14.18:16:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

Please try to find out whether _SGIAPI is defined anywhere
in /usr/include/* or /usr/include/*/*; most likely, some of
the -D defines suppress the definition of _SGIAPI.

If so, a solution might be to define _SGIAPI in addition to
the other defines; see the definition of _GNU_SOURCE,
_BSD_VISIBLE etc in configure.in. However, it would be good
to find some definition for _SGIAPI - perhaps we are
supposed to define _SGI_SOURCE, or _SGI_GIMME_EVERYTHING :-)
History
Date User Action Args
2007-08-23 14:30:54adminlinkissue1178510 messages
2007-08-23 14:30:54admincreate