Here’s a WIP version of 0.46-7 that uses TK 8.5:
http://docs.danomatika.com/Pd-0.46-7-tk85.app.zip
It’s still a bit wonky as the keyboard shortcuts are being invoked twice and a few other things I haven’t fixed yet between Tk 8.3 & 8.5. At least it will allow you to try the plugin.
Also, OSX comes with Tcl/TK built in. On my machine running 10.11, it has 8.4 & 8.5. There’s really no need to install 8.6 since Pd doesn’t use it anyway.
PD uses 8.3 on OSX since, currently, it’s using a version of Wish Shell that came with 8.3.
Subject: Re: [PD] standalone
Date: December 14, 2015 at 11:44:00 AM MST
kiosk plugin looks great!osx pd says this, arrgh i hate it…(linux is so much easier in this regard)UNHANDLED ERROR: version conflict for package "Tcl": have 8.4, need 8.5 while executing"package require Tcl 8.5" ("uplevel" body line 9) invoked from within"uplevel #0 $tclcode"FAILED TO LOAD /Users/lokki/Library/Pd/kiosk-plugin/kiosk-plugin.tcl----------------------UNHANDLED ERROR: version conflict for package "Tcl": have 8.4, need 8.5 while executing"package require Tcl 8.5" ("uplevel" body line 9) invoked from within"uplevel #0 $tclcode"FAILED TO LOAD /Users/lokki/Library/Pd/kiosk-plugin.tcldoes this mean the version of tcl used in the pd package app is outdated? (since i compiled 8.6 from source, but i am pretty sure pd just uses the internal one)