Patches item #2556219, was opened at 2009-02-01 22:40 Message generated for change (Settings changed) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2556219&group_id=55736
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: puredata Group: bugfix >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Hans-Christoph Steiner (eighthave) Assigned to: Miller Puckette (millerpuckette) Summary: change Mac OS X Wish path search to support Tcl/Tk 8.5 Initial Comment: The current search for a Wish.app for Mac OS X that happens in s_inter.c tries to find an embedded Wish called "Pd" and then /usr/bin/wish, which is Tcl/Tk 8.4. This patch does two things: it updates the order of the paths to search and adds some other relevant ones, and then it uses a "Pd*" glob pattern so that the Wish executable can be named after the app itself, as it should be (i.e. Pd-0.42-3.app should run Pd-0.42-3.app/Contents/MacOS/Pd-0.42-3) ---------------------------------------------------------------------- >Comment By: Hans-Christoph Steiner (eighthave) Date: 2009-08-31 22:37 Message: accepted by Miller in the first 0.43 SVN commit, the code comes from the GUI rewrite: http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=11934 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2556219&group_id=55736 _______________________________________________ Pd-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
