I use the "official" JACK distribution installer from https://jackaudio.org/downloads/ https://jackaudio.org/downloads/ and *not* JACK via Homebrew. I believe I've mentioned this in one or two of the "JACK doesn't work" threads on Github. My testing back then indicated that linking to JACK from Homebrew would result in the usual dylib missing errors when running on other systems and didn't result in a weaklink. Maybe this is something that works in newer versions or requires some Homebrew install flag?
On Dec 9, 2021, at 5:13 AM, pd-list-request@lists.iem.at wrote:
Message: 3 Date: Wed, 8 Dec 2021 20:13:40 -0800 From: Miller Puckette <msp@ucsd.edu mailto:msp@ucsd.edu> To: William Brent <william.brent@gmail.com mailto:william.brent@gmail.com>, Pd-List <pd-list@lists.iem.at mailto:pd-list@lists.iem.at> Subject: Re: [PD] [PD-announce] Pd version 0.52-0test3 released Message-ID: <YbGCdHR8svzfhFji@ucsd.edu mailto:YbGCdHR8svzfhFji@ucsd.edu> Content-Type: text/plain; charset=utf-8
Looking closer at Iohannes's CI output I saw:
Downloading https://ghcr.io/v2/homebrew/core/jack/manifests/1.9.19-2 https://ghcr.io/v2/homebrew/core/jack/manifests/1.9.19-2
... this _looks_ like jack2 to me. So there must be something more subtle happening than just the jack version Pd is linked to on the CI build. (This is the build that's labeled "compiled for Macintosh OS 10 or later", confusingly, as Alexandre has pointed out :)
M
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
So combining from two branches of this same thread: Iohannes writes:
afaict the problem actually was that Pd doesn't launch at all. (un)fortunately i am able to reproduce this on a Sierra machine:
(and then various trouble)... and from below, Dans' got Pd working with the newest jack but not running multi-arch yet:
On Thu, Dec 09, 2021 at 08:45:25PM +0100, Dan Wilcox wrote:
I use the "official" JACK distribution installer from <> and *not* JACK via Homebrew. I believe I've mentioned this in one or two of the "JACK doesn't work" threads on Github. My testing back then indicated that linking to JACK from Homebrew would result in the usual dylib missing errors when running on other systems and didn't result in a weaklink. Maybe this is something that works in newer versions or requires some Homebrew install flag?
so I think what I'm doing now is waiting for Iohannes's CI build to solve _two_ problems, the not-running-on-Sierra and the weak-linking-to-jack-broken. (Sorry Iohannes)...
Meanwhile I think I can make myself useful doing these:
Dan's PR to get MIDI working in libpd naming the released files coherently upgrading the "macosx7" (sometimes typoed as "macos7", ouch) version to incorporate Tcl/Tk 8.6.12
cheers Miller