There shouldn't need to be any patches applied. I double-checked and the last patch for 8.6.12 is integrated into 8.6.13 itself.
As for running an 8.6.13 Wish on earlier macOS versions... well that is an issue. The builds I had made all link to the UniformTypeIdentifiers framework which apparently was added to macOS 11 and later. Running this Wish on earlier versions seems to crash due to the load not finding the framework. What's interesting is that the Tk build system is supposed to weak link to it yet the loader still exits the app on start.
See the thread starting here: https://github.com/pure-data/pure-data/issues/2105#issuecomment-1774233455
On Oct 23, 2023, at 5:16 PM, pd-dev-request@lists.iem.at wrote:
Message: 3Date: Mon, 23 Oct 2023 17:16:42 +0200From: IOhannes m zmoelnig <zmoelnig@iem.at>To: pd-dev@lists.iem.atSubject: Re: [PD-dev] time for a quick bugfix update?Message-ID: <d3f803ab-9216-4e5b-8e15-ad619f1ba61a@iem.at>Content-Type: text/plain; charset="utf-8"; Format="flowed"On 10/23/23 13:21, IOhannes m zmoelnig wrote:On 10/23/23 11:56, Miller Puckette wrote:
Hi list -
I've merged the update and documentation branches, and will merge the
translation support pretty soon.
I don't know where in Iohannes's CI scripts the TCL/TK version gets
specified for MacOS (and I can't get to a Macintosh until next week
maybe to check this)... so will have to wait for word from Iohannes as
to when I can grab a TCL-TK-correct version from CI.? Once I believe
that's in place I'll imeddiately put out a 'test' version of 0.54-1...
thanks for checking back.
indeed the Tcl/Tk version that is used for the CI builds is currently
8.6.12, i will try to update them asap.
@dan before i do so, i would like to make sure that the Tcl/Tk binaries
are backwards compatible:
- arm64 should run on BigSur (and later)
- x86_64 should run on Yosemite (and later)
ah well.i've created universal builds of Tcl/Tk-8.6.13 myself (on BigSur), but ran into the same problems as alexandre [1], with the binaries not being compatible with older versions of macOS (i tested on Sierra).i'll try to build the x86_64 portion on some older mac (there's a mavericks machine somewhere...) and see how this turns out.sorry for the delay.gfmasdrIOhannes