While compiling Vanilla 0.49.0 on a fresh installation of Ubuntu 18.04, I'm having trouble configuring PD with the --enable-jack option. PD compiles fully, but I don't see Jack in the audio options, and in fact can't get any audio out of it at all. I have installed qjackctl and jack-tools. What am I missing?
I'm attaching the output from './config --enable-jack'. The only lines in it which seem to relate to Jack are:
checking for jack_set_xrun_callback in -ljack... no checking for jack_set_error_function in -ljack... no
Any suggestions?
do you havethe package libjack-jackd2-dev installed? (Assuming you want to use jack2).
On 04.10.2018 16:51, Liam Goodacre wrote:
While compiling Vanilla 0.49.0 on a fresh installation of Ubuntu 18.04, I'm having trouble configuring PD with the --enable-jack option. PD compiles fully, but I don't see Jack in the audio options, and in fact can't get any audio out of it at all. I have installed qjackctl and jack-tools. What am I missing?
I'm attaching the output from './config --enable-jack'. The only lines in it which seem to relate to Jack are:
checking for jack_set_xrun_callback in -ljack... no checking for jack_set_error_function in -ljack... no
Any suggestions?
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Thanks, that did it! ________________________________ From: Pd-list pd-list-bounces@lists.iem.at on behalf of Max abonnements@revolwear.com Sent: 04 October 2018 16:12 To: pd-list@lists.iem.at Subject: Re: [PD] trouble enabling Jack on Ubuntu compile
do you havethe package libjack-jackd2-dev installed? (Assuming you want to use jack2).
On 04.10.2018 16:51, Liam Goodacre wrote:
While compiling Vanilla 0.49.0 on a fresh installation of Ubuntu 18.04, I'm having trouble configuring PD with the --enable-jack option. PD compiles fully, but I don't see Jack in the audio options, and in fact can't get any audio out of it at all. I have installed qjackctl and jack-tools. What am I missing?
I'm attaching the output from './config --enable-jack'. The only lines in it which seem to relate to Jack are:
checking for jack_set_xrun_callback in -ljack... no checking for jack_set_error_function in -ljack... no
Any suggestions?
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
This is a reoccurring issue/confusion, maybe there is a way that the configure gives a better hint at what's missing? Or abort if libjack-jack2-dev ist not present when --enable-jack is set (with a proper error message)?
On 04.10.2018 17:23, Liam Goodacre wrote:
Thanks, that did it!
*From:* Pd-list pd-list-bounces@lists.iem.at on behalf of Max abonnements@revolwear.com *Sent:* 04 October 2018 16:12 *To:* pd-list@lists.iem.at *Subject:* Re: [PD] trouble enabling Jack on Ubuntu compile do you havethe package libjack-jackd2-dev installed? (Assuming you want to use jack2).
On 04.10.2018 16:51, Liam Goodacre wrote:
While compiling Vanilla 0.49.0 on a fresh installation of Ubuntu 18.04, I'm having trouble configuring PD with the --enable-jack option. PD compiles fully, but I don't see Jack in the audio options, and in fact can't get any audio out of it at all. I have installed qjackctl and jack-tools. What am I missing?
I'm attaching the output from './config --enable-jack'. The only lines in it which seem to relate to Jack are:
    checking for jack_set_xrun_callback in -ljack... no     checking for jack_set_error_function in -ljack... no
Any suggestions?
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 10/4/18 6:19 PM, Max wrote:
This is a reoccurring issue/confusion, maybe there is a way that the configure gives a better hint at what's missing? Or abort if libjack-jack2-dev ist not present when --enable-jack is set (with a proper error message)?
or put it into the documentation, like INSTALL.txt? oh no, wait, it's already there.
gfmasdr IOhannes
On 04.10.2018 21:59, IOhannes m zmölnig wrote:
On 10/4/18 6:19 PM, Max wrote:
This is a reoccurring issue/confusion, maybe there is a way that the configure gives a better hint at what's missing? Or abort if libjack-jack2-dev ist not present when --enable-jack is set (with a proper error message)?
or put it into the documentation, like INSTALL.txt? oh no, wait, it's already there.
Ouch!
maybe there is a way that the configure gives a better hint at what's missing?
there is (at least) one: https://github.com/pure-data/pure-data/pull/507 ;-)
On 04.10.2018 23:58, Antoine Rousseau wrote:
maybe there is a way that the configure gives a better hint at what's missing?
there is (at least) one: https://github.com/pure-data/pure-data/pull/507 ;-)
Awesome! Jokes aside, the installation has become a lot easier and streamlined in the last couple of years and I would like to express my gratitude to Dan, IOhannes, Miller and everyone involved in that.
On Fri, 2018-10-05 at 08:58 +0200, Max wrote:
On 04.10.2018 23:58, Antoine Rousseau wrote:
maybe there is a way that the configure gives a better hint at what's missing?
there is (at least) one: https://github.com/pure-data/pure-data/pull/507 ;-)
Awesome! Jokes aside, the installation has become a lot easier and streamlined in the last couple of years and I would like to express my gratitude to Dan, IOhannes, Miller and everyone involved in that.
+1
Roman