Re: [PD] build Pd from source on Raspberry Pi

2013-05-23 Thread Miller Puckette
Actually I never use the "autoget" system - I just cd to src and hit 'make -f makefile.gnu'. But I think yes you ned tk8.5 devel, plus the alsa libraries (alsa-devel?) cheers M On Thu, May 23, 2013 at 09:34:45AM +0100, Julian Brooks wrote: > Hello Miller, > > Thanks for wading in with this. >

Re: [PD] build Pd from source on Raspberry Pi

2013-05-23 Thread Julian Brooks
Hello Miller, Thanks for wading in with this. Failed here in 'make' (and hope I've included all the necessary info) mv -f .deps/stdout.Tpo .deps/stdout.Plo /bin/bash ../../libtool --tag=CC --mode=link gcc -O6 -funroll-loops -fomit-frame-pointer -module -avoid-version -shared -shrext .pd_linu

Re: [PD] build Pd from source on Raspberry Pi

2013-05-22 Thread Miller Puckette
Looks like x_array.c and x_scalar.c were missing from the file list in Makefile.am (I just added these files) - try to update the source and recompile now... cheers Miller On Thu, May 23, 2013 at 03:03:47AM +0100, Julian Brooks wrote: > Hi, > > Been wanting to do this for a while but it always k

[PD] build Pd from source on Raspberry Pi

2013-05-22 Thread Julian Brooks
Hi, Been wanting to do this for a while but it always keeps failing so could do with some tips. I have the source from git git clone git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data Then (as it's a minimal RPi image) have installed automake (and dependencies: autoconf, autotools-