On 2013-10-14 06:22, Julian Brooks wrote:
Hey again,
Possible issue:
I've installed libjack-dev and Pd builds fine - great.
I did want to have jackd2 but that doesn't have libjack-dev it has libjack-jackd2-0.
Pd doesn't configure with jack when this lib is installed.
Does it make a difference to build Pd with libjack-dev (in effect build with jackd1 but run with jackd2)? I mean I guess I'll know if it's something obvious but could there be performance issues.
this is the preferred debian way: build against libjack-dev, and let the user decide to install jack1 or jack2. this is possible because the libraries are binary compatible. if they are not, it's a bug in debian.
gfmrdsa IOhannes