solved the problem. Needed to replace references to the library -ljack with -ljack2 in Pd-0.42.5-extended/pd/src/configure.
Turns out my machine was always using Jack2. It's just that Jack2 is actually Jack version 1.9.7 - a bit confusing. i On Wed, 2012-02-08 at 17:11 -0200, Iain Mott wrote: > Hello, > > This thread is a little old, but I'm having the same problem. > > Prince Ba, did you manage to resolve it? I'm getting the same undefined > errors trying to compile Pd-0.42.5-extended on Ubuntu 11.10 64bit using > the instructions here: > > http://puredata.info/docs/developer/BuildingPdExtended64bitUbuntuIntrepid > > That is: > > /home/iain/tmp/Pd-0.42.5-extended/pd/src/s_audio_jack.c:52: undefined > reference to `jack_port_get_buffer' > /home/iain/tmp/Pd-0.42.5-extended/pd/src/s_audio_jack.c:56: undefined > reference to `jack_port_get_buffer' > /home/iain/tmp/Pd-0.42.5-extended/pd/src/s_audio_jack.c:83: undefined > reference to `jack_port_get_buffer' > ... > etc. > > I was trying to compile first with the old version of jack installed - then > installed: libjack-jackd2-0, libjack-jackd2-dev and jackd2 but no > change. > > Can anyone help? > > Cheers, > > Iain > > > > > On Wed, 2011-12-28 at 11:55 +0100, prince ba wrote: > > > > Hi, > > > > Jack2 is installed and lijack-dev is already installed… > > I tried to install the source of jack too, but I got the same error > > > > > > 2011/12/28 Charles Goyard <[email protected]> > > prince ba wrote: > > > /home/caracteriel/Pd-0.42.5-extended/pd/src/s_audio_jack.c:341: > > undefined > > > reference to `jack_port_register' > > > > > I use Ubuntu. > > > Jack is installed with .deb > > > > > > maybe you need to install jack-dev. > > > > Also is it jack or jack2 installed ? > > > > > > _______________________________________________ > > [email protected] mailing list > > UNSUBSCRIBE and account-management -> > > http://lists.puredata.info/listinfo/pd-list > > > > > > > > -- > > > > http://audioblog.arteradio.com/caracteriel/ > > > > Combien de gens ne sont abstraits > > que pour paraître profond > > _______________________________________________ > > [email protected] mailing list > > UNSUBSCRIBE and account-management -> > > http://lists.puredata.info/listinfo/pd-list > > > > > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
