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 christian.heimes
Recipients christian.heimes, trent
Date 2013-12-07.20:59:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386449978.34.0.25024018047.issue19922@psf.upfronthosting.co.za>
In-reply-to
Content
On HP-UX mbstate_t for mbrtowc() is only available when _INCLUDE__STDC_A1_SOURCE is defined:

http://buildbot.python.org/all/builders/PA-RISC%20HP-UX%2011iv2%20%5BSB%5D%203.x/builds/2543/steps/compile/logs/stdio

	cc -Ae -c  -O  -O   -I. -IInclude -I./Include    -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
cc: "Objects/unicodeobject.c", line 3493: error 1000: Unexpected symbol: "mbs".
cc: "Objects/unicodeobject.c", line 3493: error 1588: "mbstate_t" undefined.
cc: "Objects/unicodeobject.c", line 3497: error 1588: "mbs" undefined.
cc: "Objects/unicodeobject.c", line 3497: warning 563: Argument #1 is not the correct type.
cc: "Objects/unicodeobject.c", line 3497: error 1594: The sizeof operator cannot be applied to types with unknown size.
History
Date User Action Args
2013-12-07 20:59:38christian.heimessetrecipients: + christian.heimes, trent
2013-12-07 20:59:38christian.heimessetmessageid: <1386449978.34.0.25024018047.issue19922@psf.upfronthosting.co.za>
2013-12-07 20:59:38christian.heimeslinkissue19922 messages
2013-12-07 20:59:37christian.heimescreate