Re: [PD] build pd with jack in raspbian on rpi?

2013-10-14 Thread IOhannes m zmölnig
On 2013-10-14 07:13, Julian Brooks wrote: Anyway, when typing 'pd' on the command line I get this: pd: error while loading shared libraries: libportaudio.so.2: cannot open shared object file: No such file or directory a few possibilities: #0 refresh your ldcache # ldconfig puredata should

Re: [PD] build pd with jack in raspbian on rpi?

2013-10-14 Thread IOhannes m zmölnig
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

Re: [PD] build pd with jack in raspbian on rpi?

2013-10-14 Thread Julian Brooks
Yet again, many thanks for the walkthrough IOhannes, loads of good info in there, esp like the portaudio stuff. And apologies again for the not refreshing problem (too early in the morning to have my brain refreshed). If only there was a 'mentalconfig' command to go with ldconfig. On 14

Re: [PD] build pd with jack in raspbian on rpi?

2013-10-13 Thread Julian Brooks
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

Re: [PD] build pd with jack in raspbian on rpi?

2013-10-13 Thread Julian Brooks
Pd seems to have built though I'm not sure if there would be some kind of 'that's it, your done, nothing to see here, move on' type message. Anyway, when typing 'pd' on the command line I get this: pd: error while loading shared libraries: libportaudio.so.2: cannot open shared object file: No

Re: [PD] build pd with jack in raspbian on rpi?

2013-10-13 Thread Julian Brooks
Sorry - to be clear, I did: cd ~/pure-data (after d/l from git) ./autogen.sh ./configure --enable-jack make sudo make install On 14 October 2013 06:08, Julian Brooks jbee...@gmail.com wrote: Pd seems to have built though I'm not sure if there would be some kind of 'that's it, your done,

Re: [PD] build pd with jack in raspbian on rpi?

2013-10-13 Thread Julian Brooks
Rebooted and typing: pd works just fine (whoo!) Apologies for the noise about the previous error message. Would still like to know about jackd1/2 though? On 14 October 2013 06:13, Julian Brooks jbee...@gmail.com wrote: Sorry - to be clear, I did: cd ~/pure-data (after d/l from git)

[PD] build pd with jack in raspbian on rpi?

2013-10-11 Thread Julian Brooks
Hi all, I'm attempting to build pd with jack in raspbian on rpi. I've got most recent pd from git. I'm following instructions from INSTALL.txt as I have a memory of IOhannes mentioning that's working again - and also it's the only way I know of adding the '--enable-jack' flag. Or so I thought

Re: [PD] build pd with jack in raspbian on rpi?

2013-10-11 Thread IOhannes m zmölnig
On 2013-10-11 09:23, Julian Brooks wrote: checking for jack_set_xrun_callback in -ljack... no checking for jack_set_error_function in -ljack... no you have to install libjack-dev. a good start to install all/most packages needed to build jack (at least with the same features as the puredata

Re: [PD] build pd with jack in raspbian on rpi?

2013-10-11 Thread Julian Brooks
Great stuff, nice one IOhannes. On 11 October 2013 10:03, IOhannes m zmölnig zmoel...@iem.at wrote: On 2013-10-11 09:23, Julian Brooks wrote: checking for jack_set_xrun_callback in -ljack... no checking for jack_set_error_function in -ljack... no you have to install libjack-dev. a