Patches item #1160164, was opened at 2005-03-09 21:10 Message generated for change (Settings changed) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1160164&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: Python 2.4 >Status: Closed >Resolution: Accepted Priority: 7 Submitted By: Trent Mick (tmick) Assigned to: Martin v. Löwis (loewis) Summary: use ReleaseItanium configuration for zlib IA64 build Initial Comment: Ensure that the zlib project builds with the "ReleaseItanium" configuration when for the "ReleaseItanium" *solution* configuration. ---------------------------------------------------------------------- >Comment By: Martin v. Löwis (loewis) Date: 2005-08-25 09:19 Message: Logged In: YES user_id=21627 Thanks for the patch. Committed as pcbuild.sln 1.6, 1.5.2.1 readme.txt 1.63 NEWS 1.1193.2.84 The pre-link event doesn't work doesn't work for me, so I have to build zlib manually (with nmake) first before being able to build zlib.pyd. ---------------------------------------------------------------------- Comment By: Martin v. Löwis (loewis) Date: 2005-03-10 01:04 Message: Logged In: YES user_id=21627 See PCbuild/readme.txt. I use the SDK compiler for cross-compilation, and vsextcomp. ---------------------------------------------------------------------- Comment By: Trent Mick (tmick) Date: 2005-03-10 00:56 Message: Logged In: YES user_id=34892 Martin, I'm also curious how you've been compiling the ia64 Python build that you put together. Do you use the Platform SDK and cross-compile from Win32? Are you building in Visual Studio or from the command-line? Etc. Cheers, Trent ---------------------------------------------------------------------- Comment By: Trent Mick (tmick) Date: 2005-03-10 00:54 Message: Logged In: YES user_id=34892 I've been working through a compile for Win64 on a Win32 box (using the platform SDK compiler). Here is the result of test_zlib.py on Win64: C:\trentm\tmp\py2_4-win64-ia64\python>PCbuild\python.exe Lib\test\test_zlib.py test_adler32empty (__main__.ChecksumTestCase) ... ok test_adler32start (__main__.ChecksumTestCase) ... ok test_crc32empty (__main__.ChecksumTestCase) ... ok test_crc32start (__main__.ChecksumTestCase) ... ok test_penguins (__main__.ChecksumTestCase) ... ok test_badcompressobj (__main__.ExceptionTestCase) ... ok test_baddecompressobj (__main__.ExceptionTestCase) ... ok test_bigbits (__main__.ExceptionTestCase) ... ok test_speech (__main__.CompressTestCase) ... ok test_speech128 (__main__.CompressTestCase) ... ok test_compressincremental (__main__.CompressObjectTestCase) ... ok test_compressoptions (__main__.CompressObjectTestCase) ... ok test_decompimax (__main__.CompressObjectTestCase) ... ok test_decompinc (__main__.CompressObjectTestCase) ... ok test_decompincflush (__main__.CompressObjectTestCase) ... ok test_decompressmaxlen (__main__.CompressObjectTestCase) ... ok test_decompressmaxlenflush (__main__.CompressObjectTestCase) ... ok test_flushes (__main__.CompressObjectTestCase) ... ok test_maxlenmisc (__main__.CompressObjectTestCase) ... ok test_odd_flush (__main__.CompressObjectTestCase) ... ok test_pair (__main__.CompressObjectTestCase) ... ok ---------------------------------------------------------------------- Ran 21 tests in 1.051s OK ---------------------------------------------------------------------- Comment By: Martin v. Löwis (loewis) Date: 2005-03-09 23:49 Message: Logged In: YES user_id=21627 Last I tried, zlib doesn't work on Itanium. Does it now? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1160164&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
