Re: [PD] probleme with make after ./configure --enable-jack

2012-02-14 Thread Iain Mott
just to set the record straight, the idea of linking with -ljack2 was completely misguided - all it succeeded in doing was to break jack in the final build of pd-extended. Had more luck building pd-extended from the svn trunk today - seems like it's all working on ubuntu 11.10 amd64. i On Thu,

Re: [PD] probleme with make after ./configure --enable-jack

2012-02-09 Thread Hans-Christoph Steiner
That would be good ot have in a bug report so we can fix Pd's ./configure to handle this. .hc On Wed, 2012-02-08 at 18:48 -0200, Iain Mott wrote: 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

Re: [PD] probleme with make after ./configure --enable-jack

2012-02-08 Thread Iain Mott
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:

Re: [PD] probleme with make after ./configure --enable-jack

2012-02-08 Thread Iain Mott
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

Re: [PD] probleme with make after ./configure --enable-jack

2012-01-15 Thread Hans-Christoph Steiner
You also need jackd2 installed. I also had trouble with this. It seems that there is some wierd trickery in the libjack-dev package if you've installed it, then upgraded it. It worked fine for me on clean installs. .hc On Wed, Dec 28, 2011, at 11:55, prince ba wrote: Hi, Jack2 is

Re: [PD] probleme with make after ./configure --enable-jack

2011-12-28 Thread Charles Goyard
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 ? ___

Re: [PD] probleme with make after ./configure --enable-jack

2011-12-28 Thread prince ba
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 c...@fsck.fr prince ba wrote: /home/caracteriel/Pd-0.42.5-extended/pd/src/s_audio_jack.c:341: undefined reference to

[PD] probleme with make after ./configure --enable-jack

2011-12-27 Thread prince ba
Hi When I compile pd-extended after ./configure --enable-jack I get : etc … undefined reference to `jack_port_register' /home/caracteriel/Pd-0.42.5-extended/pd/src/s_audio_jack.c:341: undefined reference to `jack_port_register' s_audio_jack.o: In function `jack_connect_ports':