[issue2065] trunk version does not compile with vs8 and vc6

2008-08-14 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Sure. Feel free to commit any further changes to these build files directly. -- status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2065] trunk version does not compile with vs8 and vc6

2008-08-14 Thread Hirokazu Yamamoto
Hirokazu Yamamoto <[EMAIL PROTECTED]> added the comment: Can I close this entry? ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list

[issue2065] trunk version does not compile with vs8 and vc6

2008-08-13 Thread Hirokazu Yamamoto
Hirokazu Yamamoto <[EMAIL PROTECTED]> added the comment: I have committed remaining VC6 patch. (I postponed _multiprocessing module support addition because I sometimes experiences nasty error message "pipe was closed" or "resource is not enough" in test_multiprocessing. I cannot reproduce it by

[issue2065] trunk version does not compile with vs8 and vc6

2008-08-06 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file11065/ocean-remaining.zip ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue2065] trunk version does not compile with vs8 and vc6

2008-06-13 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: > Probably need to add _multiprocessing module, but not done yet. Yes, and I also forgot to "svn add" the new .vcproj in VS8.0 :-( ___ Python tracker <[EMAIL PROTECTED]>

[issue2065] trunk version does not compile with vs8 and vc6

2008-06-13 Thread Hirokazu Yamamoto
Hirokazu Yamamoto <[EMAIL PROTECTED]> added the comment: Thank you for commit. I ziped patch for remaining issue. # Probably need to add _multiprocessing module, but not done yet. Added file: http://bugs.python.org/file10618/ocean-remaining.zip ___ Python tra

[issue2065] trunk version does not compile with vs8 and vc6

2008-06-12 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Committed r64215 on py3k branch. Now both trunk and py3k compile with VC6, VS8 and VS9. I cannot run VS7.1; I will do 2.5 shortly. I also filed issue3099 about the funny "import nul". ___ Python trac

[issue2065] trunk version does not compile with vs8 and vc6

2008-06-12 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: I just committed r64214, that can compile with vc6. When compiled with a separate SDK, socket.ioctl is available. With the stock vc6, the function is disabled ___ Python tracker <[EMAIL PROTECTED]>

[issue2065] trunk version does not compile with vs8 and vc6

2008-06-12 Thread Hirokazu Yamamoto
Hirokazu Yamamoto <[EMAIL PROTECTED]> added the comment: Thank you for progress! >- The patch for 2.5 is OK for me. We could just add the a paragraph that >appears in your patch for trunk (PC/VC6/readme.txt): >+_msi >+_msi.c. You need to install Windows Installer SDK to build this >module.

[issue2065] trunk version does not compile with vs8 and vc6

2008-06-12 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: -- assignee: -> amaury.forgeotdarc ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue2065] trunk version does not compile with vs8 and vc6

2008-06-11 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: First, thank you for keeping these patches up to date. - The patch for 2.5 is OK for me. We could just add the a paragraph that appears in your patch for trunk (PC/VC6/readme.txt): +_msi +_msi.c. You need to install Windows Installe

[issue2065] trunk version does not compile with vs8 and vc6

2008-06-10 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10574/ocean.zip ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2065] trunk version does not compile with vs8 and vc6

2008-06-10 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10536/ocean.zip ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue2065] trunk version does not compile with vs8 and vc6

2008-06-06 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10536/ocean.zip ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2065] trunk version does not compile with vs8 and vc6

2008-06-06 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10475/ocean.zip ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue2065] trunk version does not compile with vs8 and vc6

2008-05-29 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10475/ocean.zip ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2065] trunk version does not compile with vs8 and vc6

2008-05-29 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10474/ocean.zip ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue2065] trunk version does not compile with vs8 and vc6

2008-05-29 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10474/ocean.zip ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2065] trunk version does not compile with vs8 and vc6

2008-05-29 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9957/ocean.zip ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue2065] trunk version does not compile with vs8 and vc6

2008-05-29 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9885/ocean.zip ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue2065] trunk version does not compile with vs8 and vc6

2008-04-05 Thread Hirokazu Yamamoto
Hirokazu Yamamoto <[EMAIL PROTECTED]> added the comment: _wstat64 does not exist in VC6, so used GetFileAttributesW instead. Added file: http://bugs.python.org/file9957/ocean.zip __ Tracker <[EMAIL PROTECTED]> __

[issue2065] trunk version does not compile with vs8 and vc6

2008-04-05 Thread Hirokazu Yamamoto
Hirokazu Yamamoto <[EMAIL PROTECTED]> added the comment: I don't know why, but /D "MODULE_NAME=\"sqlite3\"" is troublesome. VC6 IDE expands this to #define MODULE_NAME " sqlite3". To workaround this, I used /D MODULE_NAME=\"sqlite3\" instead in sqlite3.dsp. Added file: http://bugs.python.org/fi

[issue2065] trunk version does not compile with vs8 and vc6

2008-03-28 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file9885/ocean.zip __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bug

[issue2065] trunk version does not compile with vs8 and vc6

2008-03-26 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file9873/ocean.zip __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bug

[issue2065] trunk version does not compile with vs8 and vc6

2008-03-26 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9595/ocean.zip __ Tracker <[EMAIL PROTECTED]> __ ___ Python-b

[issue2065] trunk version does not compile with vs8 and vc6

2008-03-26 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9577/ocean.patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python

[issue2065] trunk version does not compile with vs8 and vc6

2008-03-26 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9456/ocean.patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python

[issue2065] trunk version does not compile with vs8 and vc6

2008-03-26 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9424/ocean.zip __ Tracker <[EMAIL PROTECTED]> __ ___ Python-b

[issue2065] trunk version does not compile with vs8 and vc6

2008-03-03 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Failed to compile py3k again, created patch for three branches. You can close issue1720 and issue1700463 because they are duplicated issues. # I merged Amaury's patch, I hope this patch also # works for VS8. Added file: http://bugs.python.org/file9595/ocean.

[issue2065] trunk version does not compile with vs8 and vc6

2008-03-01 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto: -- keywords: +patch Added file: http://bugs.python.org/file9577/ocean.patch __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2065] trunk version does not compile with vs8 and vc6

2008-02-17 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto: Added file: http://bugs.python.org/file9456/ocean.patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing lis

[issue2065] trunk version does not compile with vs8 and vc6

2008-02-17 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Follow up r60882. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue2065] trunk version does not compile with vs8 and vc6

2008-02-17 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto: __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/p

[issue2065] trunk version does not compile with vs8 and vc6

2008-02-13 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: >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 an

[issue2065] trunk version does not compile with vs8 and vc6

2008-02-13 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: > Next, I tried to compile Modules/socketmodule.h's _MSC_VER >= 1300 > part but this didn't work. Which compiler are you using? And which errors did you get? __ Tracker <[EMAIL PROTECTED]>

[issue2065] trunk version does not compile with vs8 and vc6

2008-02-12 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: I tried PSDK Feb 2003 downloadable from http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm and this two issues went away. >- When WINVER is set to 0x500, vc6 gives a long warning because at the >time, windows nt 5.0 was only at beta stage

[issue2065] trunk version does not compile with vs8 and vc6

2008-02-12 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto: -- nosy: +ocean-city __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue2065] trunk version does not compile with vs8 and vc6

2008-02-12 Thread Christian Heimes
Christian Heimes added the comment: Amaury Forgeot d'Arc wrote: > Is it permitted to allow python compile with older compilers, even with > some functions missing? When a user compiles her own Python binary she is most probably experienced enough to notice the difference. We can't hold the hand

[issue2065] trunk version does not compile with vs8 and vc6

2008-02-12 Thread Martin v. Löwis
Martin v. Löwis added the comment: > Is it permitted to allow python compile with older compilers, even with > some functions missing? It's certainly ok that Python may not have some functions on "some system". Even though there might not be any precedence, I think this extends to "some compiler

[issue2065] trunk version does not compile with vs8 and vc6

2008-02-12 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Is it permitted to allow python compile with older compilers, even with some functions missing? This patch already skips some functions not included with VC6: socket.ioctl, msvcrt.getwch &co. Even socket.RCVALL_IPLEVEL is not available on my installation o

[issue2065] trunk version does not compile with vs8 and vc6

2008-02-12 Thread Martin v. Löwis
Martin v. Löwis added the comment: Ithink this patch still conflicts with issue 1763 - SHGetFolderPathW is (apparently) only available on W2k. So I don't see why we *shouldn't* mandate W2k-or-better platform headers. VC6 users should install the W2k SDK, or the W2k3 SDK (or any later SDK that sti

[issue2065] trunk version does not compile with vs8 and vc6

2008-02-11 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Attached a patch to compile trunk with vc6 and vs8. Most tests pass with these two compilers. Tests needed for vs7 and vs9! Added file: http://bugs.python.org/file9409/issue2065.patch __ Tracker <[EMAIL PROTECTED]>

[issue2065] trunk version does not compile with vs8 and vc6

2008-02-11 Thread Christian Heimes
Changes by Christian Heimes: -- nosy: +tiran priority: -> high resolution: -> accepted __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list

[issue2065] trunk version does not compile with vs8 and vc6

2008-02-11 Thread Amaury Forgeot d'Arc
New submission from Amaury Forgeot d'Arc: Since r60696, WINVER is forced to _WIN32_WINNT_WIN2K. This has two problems: - Vs8 (and before) does not define _WIN32_WINNT_WIN2K. It should be replaced with 0x500. - When WINVER is set to 0x500, vc6 gives a long warning because at the time, windows nt 5