Re: [PD] compiling Pd-extended on Ubuntu Netbook Remix 9.10

2010-04-03 Thread F. Medeiros
On Sat, 2010-04-03 at 21:06 -0400, Ichabod wrote: so I decided I'd just use vanilla Pd for the project I'm working on. But if anyone has a working build of Pd-extended for UNR 9.10, I'd love to see it. _ I am using pd-extend from the Nightly Auto-Builds on Ubuntu Netbook Remix 9.10 it is

Re: [PD] compiling Pd-extended on Ubuntu Netbook Remix 9.10

2010-03-31 Thread Roman Haefeli
On Tue, 2010-03-30 at 21:20 -0400, Ichabod wrote: Thanks, Roman. I did sudo make uninstall and then sudo aptitude build-dep puredata, then autoconf and ./configure again (also tried it with --enable-alsa), then make depend and sudo make install, but I still get the same problems. Am I doing

Re: [PD] compiling Pd-extended on Ubuntu Netbook Remix 9.10

2010-03-31 Thread Markus Demmel
I'm using Pd-0.41.4-extended from sourceforge. I guess you can either compile them manually in the externals directory or try out the scripts. I've tried the ./pd-extended-auto-builder.sh and i got this error message: recordQT4L.cpp: In function ‘lqt_file_type_t guess_qtformat(const char*)’:

Re: [PD] compiling Pd-extended on Ubuntu Netbook Remix 9.10

2010-03-31 Thread IOhannes m zmoelnig
On 2010-03-31 14:33, Markus Demmel wrote: I'm using Pd-0.41.4-extended from sourceforge. I guess you can either compile them manually in the externals directory or try out the scripts. I've tried the ./pd-extended-auto-builder.sh and i got this error message: recordQT4L.cpp: In function

Re: [PD] compiling Pd-extended on Ubuntu Netbook Remix 9.10

2010-03-31 Thread András Murányi
On Wed, Mar 31, 2010 at 3:47 PM, IOhannes m zmoelnig zmoel...@iem.atwrote: On 2010-03-31 14:33, Markus Demmel wrote: I'm using Pd-0.41.4-extended from sourceforge. I guess you can either compile them manually in the externals directory or try out the scripts. I've tried the

Re: [PD] compiling Pd-extended on Ubuntu Netbook Remix 9.10

2010-03-30 Thread Orm Finnendahl
Am Monday, den 29. March 2010 um 23:41:35 Uhr (-0400) schrieb Ichabod: I couldn't find any Pd-extended builds for Ubuntu Netbook Remix 9.10 (is there one anywhere?), and the autobuild for Ubuntu Karmic i386 didn't work, so I tried compiling from source.  I extracted the source and then

Re: [PD] compiling Pd-extended on Ubuntu Netbook Remix 9.10

2010-03-30 Thread Orm Finnendahl
Sorry, there was a typo in the command. It should read: sudo apt-get install tcl8.5-dev tk8.5-dev -- Orm ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] compiling Pd-extended on Ubuntu Netbook Remix 9.10

2010-03-30 Thread Ichabod
Thanks, Orm, that worked. I was able to install, but there are two problems: a) the Media menu doesn't give me options of sound servers to connect to (JACK, ALSA, OSS, etc.), and I'd like to use Pd with JACK, and b) externals don't seem to have compiled. Does anyone know how to fix this?

Re: [PD] compiling Pd-extended on Ubuntu Netbook Remix 9.10

2010-03-30 Thread Roman Haefeli
On Tue, 2010-03-30 at 17:40 -0400, Ichabod wrote: Thanks, Orm, that worked. I was able to install, but there are two problems: a) the Media menu doesn't give me options of sound servers to connect to (JACK, ALSA, OSS, etc.), and I'd like to use Pd with JACK, and b) externals don't seem to

Re: [PD] compiling Pd-extended on Ubuntu Netbook Remix 9.10

2010-03-30 Thread Ichabod
Thanks, Roman. I did sudo make uninstall and then sudo aptitude build-dep puredata, then autoconf and ./configure again (also tried it with --enable-alsa), then make depend and sudo make install, but I still get the same problems. Am I doing something wrong?

Re: [PD] compiling Pd-extended on Ubuntu Netbook Remix 9.10

2010-03-30 Thread Hans-Christoph Steiner
For all of Pd-extended, you'll need a lot of packages, check: http://puredata.info/docs/developer/Debian .hc On Mar 30, 2010, at 9:20 PM, Ichabod wrote: Thanks, Roman. I did sudo make uninstall and then sudo aptitude build-dep puredata, then autoconf and ./configure again (also tried it

[PD] compiling Pd-extended on Ubuntu Netbook Remix 9.10

2010-03-29 Thread Ichabod
I couldn't find any Pd-extended builds for Ubuntu Netbook Remix 9.10 (is there one anywhere?), and the autobuild for Ubuntu Karmic i386 didn't work, so I tried compiling from source. I extracted the source and then cd'ed to the ~/Pd-0.41.4-extended/pd/src folder and ran autoconf and then