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 loewis, srid
Date 2009-07-02.19:15:30
SpamBayes Score 1.2366793e-09
Marked as misclassified No
Message-id <4A4D0750.2090709@v.loewis.de>
In-reply-to <1246559274.76.0.767590353016.issue5999@psf.upfronthosting.co.za>
Content
> Yes, this works .. the file compiles. I tried modifying the value of 
> _XOPEN_SOURCE to 500 in pyconfig.h (currently set to 600). 

That's an HPUX bug then, please report it to HP. They should assume
that any feature present in XPG 5 is also present in any later version.

> While fixes 
> the mbstate_t error .. it results in in-numerous other errors.

Well, we absolutely need mbstate_t, so we need to resolve all these
other errors.

Please be prepared for this becoming a many-months project. I don't
know what you need the HP-UX port for - maybe it would be best to hire
somebody who knows HP-UX, C, and Python.
History
Date User Action Args
2009-07-02 19:15:32loewissetrecipients: + loewis, srid
2009-07-02 19:15:30loewislinkissue5999 messages
2009-07-02 19:15:30loewiscreate