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 kraai
Recipients kraai
Date 2009-10-26.16:59:32
SpamBayes Score 0.00019651237
Marked as misclassified No
Message-id <1256576375.9.0.147496102309.issue7209@psf.upfronthosting.co.za>
In-reply-to
Content
pyconfig.h defines _POSIX_C_SOURCE to 200112L, which prevents QNX's
sys/types.h from defining uint_t.  Samba 4 uses this type, so it fails
to compile if Python.h is included first (cf.
https://bugzilla.samba.org/show_bug.cgi?id=6842).

The attached patch fixes this issue by defining _QNX_SOURCE.
History
Date User Action Args
2009-10-26 16:59:35kraaisetrecipients: + kraai
2009-10-26 16:59:35kraaisetmessageid: <1256576375.9.0.147496102309.issue7209@psf.upfronthosting.co.za>
2009-10-26 16:59:34kraailinkissue7209 messages
2009-10-26 16:59:34kraaicreate