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 jonny
Recipients amaury.forgeotdarc, jonny, loewis, rpetrov
Date 2010-11-23.06:53:47
SpamBayes Score 8.890111e-13
Marked as misclassified No
Message-id <1290495230.54.0.590383325337.issue10504@psf.upfronthosting.co.za>
In-reply-to
Content
I've revised the patch to use "defined(_MSC_VER) || defined(__MINGW32__)" as suggested.

And no, it does not solve all mingw compilition issues, but most of them. I've tried to only address the most obvious ones, which are *very* unlikely to break anything.

I have Python 2.7 completely compiling with MinGW (and even major parts of pywin32), but that requires some small changes to MinGW, too. I've also already started to submitting patches to the MinGW project.

Please give me some starting point by applying these patches. I don't care if it's for 2.7.1 or 2.7.2. I'll try hard to get *everything* fixed, but we have to start somewhere.
History
Date User Action Args
2010-11-23 06:53:50jonnysetrecipients: + jonny, loewis, amaury.forgeotdarc, rpetrov
2010-11-23 06:53:50jonnysetmessageid: <1290495230.54.0.590383325337.issue10504@psf.upfronthosting.co.za>
2010-11-23 06:53:48jonnylinkissue10504 messages
2010-11-23 06:53:48jonnycreate