Patches item #1160169, was opened at 2005-03-09 21:18 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1160169&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: Rejected Priority: 5 Submitted By: Trent Mick (tmick) Assigned to: Martin v. Löwis (loewis) Summary: skip winsound for Windows/IA64 build Initial Comment: Skip the winsound project for "ReleaseItanium" configuration builds on Windows. The current winsound.c cannot build for Window/IA64 because the used _outp() and _inp() port I/O routines in conio.h (at least the one that is part of the current MS Platform SDK) are hidden inside: #ifdef _M_IX86 ... #endif /* _M_IX86 */ See: C:\Program Files\Microsoft SDK\include\Win64\crt\conio.h ---------------------------------------------------------------------- >Comment By: Martin v. Löwis (loewis) Date: 2006-01-03 08:17 Message: Logged In: YES user_id=21627 I'm rejecting this patch. The right solution is to conditionalize the entire W9X block in winsound.c to _M_IX86. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1160169&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
