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 srid
Recipients loewis, srid
Date 2009-07-02.18:27:53
SpamBayes Score 3.295571e-06
Marked as misclassified No
Message-id <1246559274.76.0.767590353016.issue5999@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached the files you requested.

> As a wild guess, try defining _XOPEN_SOURCE to 500, 
> i.e. -D_XOPEN_SOURCE=500.

Yes, this works .. the file compiles. I tried modifying the value of 
_XOPEN_SOURCE to 500 in pyconfig.h (currently set to 600). While fixes 
the mbstate_t error .. it results in in-numerous other errors.
History
Date User Action Args
2009-07-02 18:27:54sridsetrecipients: + srid, loewis
2009-07-02 18:27:54sridsetmessageid: <1246559274.76.0.767590353016.issue5999@psf.upfronthosting.co.za>
2009-07-02 18:27:53sridlinkissue5999 messages
2009-07-02 18:27:53sridcreate