That’s not a huge deal. I imagine it just involves updating the make files to use TK 8.5 and build as 64 bit, which in fact has been included with OSX for some time now.
-------- Dan Wilcox @danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
On Nov 21, 2014, at 6:00 AM, pd-dev-request@lists.iem.at wrote:
From: "me.grimm" <megrimm@gmail.com mailto:megrimm@gmail.com> Cc: "pd-dev@iem.at mailto:pd-dev@iem.at" <pd-dev@iem.at mailto:pd-dev@iem.at> To: Dan Wilcox <danomatika@gmail.com mailto:danomatika@gmail.com> Date: November 20, 2014 at 9:54:45 AM EST Subject: Re: [PD-dev] tk 8.5 on Mac OSX & retina screens
hey i just noticed in osx Activity Monitor when running Millers Pd-0.46-2-64bit that pd-core runs at 64bit and (im assuming) pd-gui runs at 32bit. I am imaging this is because Millers is Tk 8.4 (32bit) while your retina disto is Tk 8.5 (64bit) meaning millers 64bit build only runs half in 64bit but yours runs in full 64....
i don't even know if that makes much of a difference to most but I thought i would point that out. i noticed this when i tried to load the tkdnd package (64bit) from a gui plugin and got a wrong architecture warning.... meaning is if a plugin depends on a tk package that package would need to be built 32bit or universal to be used with millers 64bit mac builds....
m