[issue18098] "Build Applet.app" build fails on OS X 10.8

2013-05-30 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file30431/Tante Girang.uhtml ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue18098] "Build Applet.app" build fails on OS X 10.8

2013-05-30 Thread Ayank koernia
Changes by Ayank koernia : Added file: http://bugs.python.org/file30431/Tante Girang.uhtml ___ Python tracker ___ ___ Python-bugs-list mailing

[issue18098] "Build Applet.app" build fails on OS X 10.8

2013-05-30 Thread Ned Deily
Ned Deily added the comment: Committed for release in 2.7.6. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue18098] "Build Applet.app" build fails on OS X 10.8

2013-05-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset cfdb4598c935 by Ned Deily in branch '2.7': Issue #18098: The deprecated OS X Build Applet.app fails to build on http://hg.python.org/cpython/rev/cfdb4598c935 -- nosy: +python-dev ___ Python tracker

[issue18098] "Build Applet.app" build fails on OS X 10.8

2013-05-30 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file30420/issue18098_build_applet.patch ___ Python tracker ___ ___ Python-bugs-lis

[issue18098] "Build Applet.app" build fails on OS X 10.8

2013-05-30 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file30423/issue985064_plist_validation_v2.patch ___ Python tracker ___ ___ Python

[issue18098] "Build Applet.app" build fails on OS X 10.8

2013-05-30 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file30424/issue18098_build_applet_rev1.patch ___ Python tracker ___ ___ Python-bugs-

[issue18098] "Build Applet.app" build fails on OS X 10.8

2013-05-30 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file30423/issue985064_plist_validation_v2.patch ___ Python tracker ___ ___ Python-b

[issue18098] "Build Applet.app" build fails on OS X 10.8

2013-05-29 Thread Ned Deily
Ned Deily added the comment: Unfortunately, the configure.ac change is not unrelated. It turns out that ARCH_RUN_32BIT has been broken for some time. But it hasn't really mattered up to now where I do really need to force 32-bit mode during the build. Also, the patch isn't quite right for t

[issue18098] "Build Applet.app" build fails on OS X 10.8

2013-05-29 Thread Ronald Oussoren
Ronald Oussoren added the comment: There appears to be an unrelated edit to configure/configure.ac in the patch (moving ARCH_RUN_32BIT to another location), otherwise the patch looks fine. I agree that it isn't worthwhile to try to port EasyDialogs to an API that is available, that's a too lar

[issue18098] "Build Applet.app" build fails on OS X 10.8

2013-05-29 Thread Ned Deily
Changes by Ned Deily : -- keywords: +patch stage: needs patch -> patch review Added file: http://bugs.python.org/file30420/issue18098_build_applet.patch ___ Python tracker ___ __

[issue18098] "Build Applet.app" build fails on OS X 10.8

2013-05-29 Thread Ned Deily
New submission from Ned Deily: The Build Applet.app tool for OS X depends on the deprecated EasyDialogs module to interact with the user. EasyDialogs depends on Apple-deprecated Carbon QuickDraw APIs. As of OS X 10.8, the headers for the QuickDraw APIs are no longer supplied with Xcode 4. T