On Don, 2017-05-04 at 14:02 +0200, IOhannes m zmoelnig wrote:
On 2017-05-04 13:30, Roman Haefeli wrote:
How does Pd detect whether jack is installed and running?
i think (on OSX) it relies on the Jackmp.framework (available from [1], though i believe newer versions can be found at [2]) to be installed (and does weak linking, so it can work even if the framework is not installed). i also think that homebrew does not install the jack.framework, but rather some traditional libjack.so. Pd's configure.ac hardcodes this into src/Makefile.am, which makes it somehow hard to override :-(
[Solved] - Let's mention it on the list, too.
Dan added a configure option --disable-jack-framework and it seems it was already merged by Miller. And it works fine for me.
Thanks a lot!
Roman