I already has been.
Retina changes are dependent on using a newer Tk. See mac/README.txt for how to build Pd with a newer Tk Wish. Note: The current TK downloads crash on start on macOS 10.12, so build Tk from git.
On Jul 15, 2017, at 8:18 PM, pd-list-request@lists.iem.at wrote:
From: "me.grimm" <megrimm@gmail.com mailto:megrimm@gmail.com> Subject: Re: [PD] [PD-announce] pd 0.48-0test1 released Date: July 15, 2017 at 7:28:34 PM GMT+2 To: Miller Puckette <msp@ucsd.edu mailto:msp@ucsd.edu> Cc: pd_list Listserve <pd-list@iem.at mailto:pd-list@iem.at>
dans retina changes
ah.... i see now there is a specific branch for this. can the osx-retina-support branch be merged with master?
thanks! m
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
current TK downloads crash on start on macOS 10.12, so build Tk from git.
ah... yeah i was getting crashing right away with just " mac/tcltk-wish.sh"... will try tk from git.
On Sat, Jul 15, 2017 at 4:38 PM, Dan Wilcox danomatika@gmail.com wrote:
I already has been.
Retina changes are dependent on using a newer Tk. See mac/README.txt for how to build Pd with a newer Tk Wish. Note: The current TK downloads crash on start on macOS 10.12, so build Tk from git.
On Jul 15, 2017, at 8:18 PM, pd-list-request@lists.iem.at wrote:
*From: *"me.grimm" megrimm@gmail.com *Subject: **Re: [PD] [PD-announce] pd 0.48-0test1 released* *Date: *July 15, 2017 at 7:28:34 PM GMT+2 *To: *Miller Puckette msp@ucsd.edu *Cc: *pd_list Listserve pd-list@iem.at
dans retina changes
ah.... i see now there is a specific branch for this. can the osx-retina-support branch be merged with master?
thanks! m
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com robotcowboy.com
BTW, "so build Tk from git" means use the tcltk-wish.sh --git option :)
On Jul 16, 2017, at 12:54 AM, me.grimm megrimm@gmail.com wrote:
current TK downloads crash on start on macOS 10.12, so build Tk from git.
ah... yeah i was getting crashing right away with just "mac/tcltk-wish.sh"... will try tk from git.
On Sat, Jul 15, 2017 at 4:38 PM, Dan Wilcox <danomatika@gmail.com mailto:danomatika@gmail.com> wrote: I already has been.
Retina changes are dependent on using a newer Tk. See mac/README.txt for how to build Pd with a newer Tk Wish. Note: The current TK downloads crash on start on macOS 10.12, so build Tk from git.
On Jul 15, 2017, at 8:18 PM, pd-list-request@lists.iem.at mailto:pd-list-request@lists.iem.at wrote:
From: "me.grimm" <megrimm@gmail.com mailto:megrimm@gmail.com> Subject: Re: [PD] [PD-announce] pd 0.48-0test1 released Date: July 15, 2017 at 7:28:34 PM GMT+2 To: Miller Puckette <msp@ucsd.edu mailto:msp@ucsd.edu> Cc: pd_list Listserve <pd-list@iem.at mailto:pd-list@iem.at>
dans retina changes
ah.... i see now there is a specific branch for this. can the osx-retina-support branch be merged with master?
thanks! m
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
-- ____________________ m.e.grimm, m.f.a, ed.m. syracuse u., tc3 megrimm.net http://megrimm.net/ ____________________
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
yeah got it and all is working with:
$ mac/tcltk-wish.sh --git 8.6.6-git -b master $ mac/osx-app.sh --wish Wish-8.6.6-git.app 0.48.0-test1
maybe we note in "Building Pd & the various WIP branches" wiki something like "mac/tcltk-wish.sh --arch i386 8.6.5" is not working?
also maybe cool to pull https://github.com/pure-data/pure-data/pull/56 ?? i was liking the updated icon from this....
On Sat, Jul 15, 2017 at 7:44 PM, Dan Wilcox danomatika@gmail.com wrote:
BTW, "so build Tk from git" means use the tcltk-wish.sh --git option :)
On Jul 16, 2017, at 12:54 AM, me.grimm megrimm@gmail.com wrote:
current TK downloads crash on start on macOS 10.12, so build Tk from
git.
ah... yeah i was getting crashing right away with just " mac/tcltk-wish.sh"... will try tk from git.
On Sat, Jul 15, 2017 at 4:38 PM, Dan Wilcox danomatika@gmail.com wrote:
I already has been.
Retina changes are dependent on using a newer Tk. See mac/README.txt for how to build Pd with a newer Tk Wish. Note: The current TK downloads crash on start on macOS 10.12, so build Tk from git.
On Jul 15, 2017, at 8:18 PM, pd-list-request@lists.iem.at wrote:
*From: *"me.grimm" megrimm@gmail.com *Subject: **Re: [PD] [PD-announce] pd 0.48-0test1 released* *Date: *July 15, 2017 at 7:28:34 PM GMT+2 *To: *Miller Puckette msp@ucsd.edu *Cc: *pd_list Listserve pd-list@iem.at
dans retina changes
ah.... i see now there is a specific branch for this. can the osx-retina-support branch be merged with master?
thanks! m
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com robotcowboy.com
-- ____________________ m.e.grimm, m.f.a, ed.m. syracuse u., tc3 megrimm.net ____________________
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com robotcowboy.com
On Jul 16, 2017, at 1:59 AM, me.grimm megrimm@gmail.com wrote:
maybe we note in "Building Pd & the various WIP branches" wiki something like "mac/tcltk-wish.sh --arch i386 8.6.5" is not working?
I forgot about that wiki page and essentially rewrote it in mac/README.txt which now supersede it. Can you check that all the information is covered?
also maybe cool to pull https://github.com/pure-data/pure-data/pull/56 https://github.com/pure-data/pure-data/pull/56 ?? i was liking the updated icon from this....
That is still up for discussion. It was only an update for Mac and not for any of the other platforms. Further, there are sizing issues IMO. I definitely want to update the icon but it should be for all platforms and agreed upon by more than a couple people on macOS. You can see a relevant thread on pd-dev.
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
mac/README.txt which now supersede it. Can you check that all the
information is covered?
yeah this is very articulate writeup of the process though i think the missing element is a specific git example which, i assume, should be the preferred method since the method documented results in a broken Wish.app. So something like:
$ mac/osx-app.sh --wish Wish-8.6.6-git.app 0.48.0-test1
or where you have it right in the helpfile with:
$ tcltk-wish.sh --git master-git
so maybe just the git instruction is necessary?
I forgot about that wiki page
ha... yeah i went to that before the readme or using mac/tcltk-wish.sh --help because thats where google immediately brought me when i asked it :)
On Sat, Jul 15, 2017 at 8:10 PM, Dan Wilcox danomatika@gmail.com wrote:
On Jul 16, 2017, at 1:59 AM, me.grimm megrimm@gmail.com wrote:
maybe we note in "Building Pd & the various WIP branches" wiki something like "mac/tcltk-wish.sh --arch i386 8.6.5" is not working?
I forgot about that wiki page and essentially rewrote it in mac/README.txt which now supersede it. Can you check that all the information is covered?
also maybe cool to pull https://github.com/pure-data/pure-data/pull/56 ?? i was liking the updated icon from this....
That is still up for discussion. It was only an update for Mac and not for any of the other platforms. Further, there are sizing issues IMO. I definitely want to update the icon but it should be for all platforms and agreed upon by more than a couple people on macOS. You can see a relevant thread on pd-dev.
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com robotcowboy.com
On Jul 16, 2017, at 2:49 AM, me.grimm megrimm@gmail.com wrote:
mac/README.txt which now supersede it. Can you check that all the information is covered?
yeah this is very articulate writeup of the process though i think the missing element is a specific git example which, i assume, should be the preferred method since the method documented results in a broken Wish.app.
It shouldn't be the preferred method as, in general, we'd want to stick to tested release versions. It's really only our bad luck that, right now, the latest release versions crash on 10.12. As the vast majority of Pd users will not be building Wish themselves, I think we can safely wait for the next Tk release. Those that do run into problems can then try the git versions, as now suggested.
So something like:
$ mac/osx-app.sh --wish Wish-8.6.6-git.app 0.48.0-test1
or where you have it right in the helpfile with:
$ tcltk-wish.sh --git master-git
so maybe just the git instruction is necessary?
How's this: https://github.com/pure-data/pure-data/pull/107/files https://github.com/pure-data/pure-data/pull/107/files
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
nice!
and thanks for all the hard work!
cheers m
On Mon, Jul 17, 2017 at 5:52 AM, Dan Wilcox danomatika@gmail.com wrote:
On Jul 16, 2017, at 2:49 AM, me.grimm megrimm@gmail.com wrote:
mac/README.txt which now supersede it. Can you check that all the
information is covered?
yeah this is very articulate writeup of the process though i think the missing element is a specific git example which, i assume, should be the preferred method since the method documented results in a broken Wish.app.
It shouldn't be the preferred method as, in general, we'd want to stick to tested release versions. It's really only our bad luck that, right now, the latest release versions crash on 10.12. As the vast majority of Pd users will not be building Wish themselves, I think we can safely wait for the next Tk release. Those that do run into problems can then try the git versions, as now suggested.
So something like:
$ mac/osx-app.sh --wish Wish-8.6.6-git.app 0.48.0-test1
or where you have it right in the helpfile with:
$ tcltk-wish.sh --git master-git
so maybe just the git instruction is necessary?
How's this: https://github.com/pure-data/pure-data/pull/107/files
Also, I updated the Wiki page to point to the relevant source docs: https://github.com/pure-data/pure-data/wiki/Building- Pd-%26-the-various-WIP-branches https://github.com/pure-data/pure-data/wiki/Building-Pd-&-the-various-WIP-branches
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com robotcowboy.com