[issue1031] py3k: compilation with VC2005

2007-08-26 Thread Neal Norwitz
Neal Norwitz added the comment: Awesome! I'm going to close this patch. Let me know if you have any more problems. Feel free to send messages to python-3000. I would like py3k to build on Windows for the alpha which will be coming out in about a week hopefully. -- assignee: -> nnorw

[issue1031] py3k: compilation with VC2005

2007-08-26 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Yes, everything compiles now. I discovered that the additional libraries not necessary if I update my VC 2005 Express installation as in this post: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=133236&SiteID=1 > The problem is that the default inst

[issue1031] py3k: compilation with VC2005

2007-08-26 Thread Neal Norwitz
Neal Norwitz added the comment: I thought it might be line endings so I tried changing them, but that didn't help. I couldn't apply the new version of the patch either. I'm not sure if the problem is on your side or mine. :-( I missed some files from the original checkin. The new one hopefull

[issue1031] py3k: compilation with VC2005

2007-08-26 Thread Neal Norwitz
Neal Norwitz added the comment: Hmmm, the patch was out of date (I had already removed cPickle). However, I don't think that was the reason for everything failing. I manually applied the changes to the files and python version. Things should be pretty good now. I didn't add the libraries. I'

[issue1031] py3k: compilation with VC2005

2007-08-26 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Sorry, it's probably because I somehow converted the line endings. Attached a new version of the patch. __ Tracker <[EMAIL PROTECTED]> __ vc2005-2.diff Desc

[issue1031] py3k: compilation with VC2005

2007-08-26 Thread Neal Norwitz
Neal Norwitz added the comment: Thanks for the patch. I tried to apply this patch, but almost everything failed. Could you make sure to do a svn update and then generate the patch? The only part of the patch that applied cleanly was to rmpyc.py. That was checked in as: Committed revision 5752

[issue1031] py3k: compilation with VC2005

2007-08-26 Thread Amaury Forgeot d'Arc
New submission from Amaury Forgeot d'Arc: This patch is necessary to compile inside the PCBuild8 directory -- components: Windows files: vc2005.diff messages: 55315 nosy: amaury.forgeotdarc severity: normal status: open title: py3k: compilation with VC2005 type: compile error versions: P