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 ocean-city
Recipients amaury.forgeotdarc, christian.heimes, loewis, ocean-city
Date 2008-02-13.14:09:16
SpamBayes Score 0.04581594
Marked as misclassified No
Message-id <1202911758.35.0.727421072059.issue2065@psf.upfronthosting.co.za>
In-reply-to
Content
>Which compiler are you using? And which errors did you get?

VC6 + PSDK2003Feb. The error was same to
http://svn.haxx.se/users/archive-2006-10/0557.shtml

E:\Microsoft\PSDK\Include\ws2tcpip.h(593) : error C2632: 'int'
followed by 'int' is illegal 

>causes another conflicts between winsock.h and winsock2.h
>this time.

This was not true. This error happened because pyconfig.h defines
socklen_t to int on VC6. I could fix this and build python with VC6 +
winsock2. Probably this is way to go. (Attached patch as ocean.zip)

regrtest.py passed other than test_float (this is because VC6 doesn't
support NaN comparation, I don't care)

# I'm still missing my 500MB disk space occupied by PSDK2003Feb though ;-)
History
Date User Action Args
2008-02-13 14:09:18ocean-citysetspambayes_score: 0.0458159 -> 0.04581594
recipients: + ocean-city, loewis, amaury.forgeotdarc, christian.heimes
2008-02-13 14:09:18ocean-citysetspambayes_score: 0.0458159 -> 0.0458159
messageid: <1202911758.35.0.727421072059.issue2065@psf.upfronthosting.co.za>
2008-02-13 14:09:17ocean-citylinkissue2065 messages
2008-02-13 14:09:16ocean-citycreate