You did say you built it from source anyway right? If so shouldn't matter.
yes I compiled pd vanilla 0.46-6 from Miller's website
Does seem like you're going to have to build the necessary externals.
well, i could get ggee working by getting it through apt-get and then moving it from /usr/lib to /usr/local/lib where is set up my pd.
How's it going with that? My memory is Cyclone could be a pain.
yes, getting Cyclone working was a pain ! But not it works. I also got iemlib from repository but half of the objects do no work (like [any] or [prepend], but I could replace them with [list] in most cases).
On 5 June 2015 at 16:14, Raphaël Ilias phae.ilias@gmail.com wrote:
To answer Katja & Julian, i don't know which debian version is distributed, Olimex call it : A20-OLinuXino-Lime Debian with kernel 3.4.90+ release 3
and here is my etc/apt/source.list :
deb http://ftp.debian.org/debian/ wheezy main contrib non-free deb-src http://ftp.debian.org/debian/ wheezy main contrib non-free
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free deb-src http://security.debian.org/ wheezy/updates main contrib non-free
deb http://apt.puredata.info/releases stable main
also, about that :
found a working solution in this thread : http://lists.puredata.info/pipermail/pd-list/2015-01/109000.html so i made $ apt-get build-dep puredata
apparently you also need to do "./autogen" again maybe obvious for many but...
and then
$ ./configure --enable-alsa $ make $ sudo make install
thanks everyone for help !
Raphaël