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 srid
Date 2009-05-11.21:24:32
SpamBayes Score 4.4944267e-05
Marked as misclassified No
Message-id <1242077074.29.0.376465629361.issue5999@psf.upfronthosting.co.za>
In-reply-to
Content
cc +DD64 -Ae -D_REENTRANT +Z -c  -DNDEBUG -O  -I. -IInclude -I./Include
  -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
Error 419: "./Modules/python.c", line 34 # 'mbstate_t' is used as a
type, but has not been defined as a type.
            mbstate_t mbs;
            ^^^^^^^^^     
make: *** [Modules/python.o] Error 2


!
!
!

When I get time, I need to create a patch to fix this.. but if somebody
else already figured out what the issue is, that'd be great too.
History
Date User Action Args
2009-05-11 21:24:34sridsetrecipients: + srid
2009-05-11 21:24:34sridsetmessageid: <1242077074.29.0.376465629361.issue5999@psf.upfronthosting.co.za>
2009-05-11 21:24:32sridlinkissue5999 messages
2009-05-11 21:24:32sridcreate