Patches item #1097739, was opened at 2005-01-07 11:06 Message generated for change (Settings changed) made by jackjansen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1097739&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: Macintosh Group: Python 2.5 >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Bob Ippolito (etrepum) Assigned to: Jack Jansen (jackjansen) Summary: Direct framework linking for MACOSX_DEPLOYMENT_TARGET < 10.3 Initial Comment: It is not a good idea to use -framework (even with -F) if it is necessary to link to a less-than-current framework. For Python, this is the case. This patch to configure.in should (in theory) resolve this issue. Note that since only the .in is patched, autoconf must be run after application. I have only tested the 10.3 scenario, but will comment as soon as the 10.2 build has finished and I've tested it. Background reading: http://bob.pythonmac.org/archives/2005/01/05/versioned- frameworks-considered-harmful/ http://mail.python.org/pipermail/python-dev/2005-January/ thread.html#50649 ---------------------------------------------------------------------- Comment By: Ronald Oussoren (ronaldoussoren) Date: 2006-04-17 16:31 Message: Logged In: YES user_id=580910 Bob, Could you please close this patch, it has been applied. Ronald ---------------------------------------------------------------------- Comment By: Jack Jansen (jackjansen) Date: 2005-01-07 14:09 Message: Logged In: YES user_id=45365 Looks good. Checked in as configure.in 1.480, configure 1.467. Will backport to 2.4 and 2.3. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1097739&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
