On 12/8/21 20:02, Miller Puckette via Pd-list wrote:
Oops, perhaps this whole thing was a false alarm on my end...
William - is it still the case that the Mac version on the website is failing to connect with the current version of jack?
afaict the problem actually was that Pd doesn't launch at all. (un)fortunately i am able to reproduce this on a Sierra machine:
$ open Pd-0.52-0test3.app
LSOpenURLsWithRole() failed with error -10810 for the file
.../Pd-0.52-0test3.app.
$
and furthermore:
$ cd Pd-0.52-0test3.app/Contents/Resources/bin/
$ ./pd
dyld: Symbol not found: __objc_empty_cache
Referenced from:
/Users/vagrant/Desktop/Pd-0.52-0test3.app/Contents/Resources/bin/../../MacOS/../Frameworks/Tk.framework/Versions/8.6/Tk
Expected in:
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
in
/Users/vagrant/Desktop/Pd-0.52-0test3.app/Contents/Resources/bin/../../MacOS/../Frameworks/Tk.framework/Versions/8.6/Tk
$
i do remember fighting with this two weeks ago. now i only have to remember whether i found a solution (and which one).
mxyc IOhannes