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 adityaatluri
Recipients adityaatluri, eric.araujo, tarek
Date 2013-06-14.09:43:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371203001.41.0.920026348206.issue18210@psf.upfronthosting.co.za>
In-reply-to
Content
I am trying to build c extensions in windows using mingw32. The file hello.c works fine with 2.7 but, errors are poping up in 3.3.
Attachments:
[1] log.txt : The errors
[2] hello.c : The C file
[3] setup.py: The setup file

The command I used in cmd is, "python setup.py build -c mingw32"
History
Date User Action Args
2013-06-14 09:43:21adityaatlurisetrecipients: + adityaatluri, tarek, eric.araujo
2013-06-14 09:43:21adityaatlurisetmessageid: <1371203001.41.0.920026348206.issue18210@psf.upfronthosting.co.za>
2013-06-14 09:43:21adityaatlurilinkissue18210 messages
2013-06-14 09:43:21adityaatluricreate