Gnuradio+jackd

How to force gnuradio to compile with jackd support?

jackd libraries are in place but compiling gnuradio with
build-gnuradio script does not lead to jackd support

tested with jackd1/jackd2, OS - ubuntu 12.04

On Fri, Oct 12, 2012 at 10:56 AM, Anton K.
[email protected] wrote:

How to force gnuradio to compile with jackd support?

jackd libraries are in place but compiling gnuradio with
build-gnuradio script does not lead to jackd support

tested with jackd1/jackd2, OS - ubuntu 12.04

What do you mean that it doesn’t lead to jackd support? What does
cmake say about finding support for jack?

You’ll also need to tell the config file to you jack, which you’ll
find in $prefix/etc/gnuradio/conf.d/gr-audio.conf and change ‘auto’ to
‘jack.’

By the way, on Ubuntu 12.04, I had to install libjack-jack2d-dev to
build jack support.

Tom