Hi !

just to give some news about this...
(...still trying to set up pd and some libs on a OlinuXino-A20 board from Olimex)

 
i'm trying to get iem library.
i managed to get it from source but some objects don't work
i'd like to try to get it with apt-get install
i could get ggee and zexy this way and both work properly.
but as said earlier with
$ sudo apt-get install pd-iemlib
i get :
E: Unable to locate package pd-iemlib

so I'm wondering what repository i should add to the source.list
wheezy ? stretch ?


So i added "jessie main" to /etc/apt/source.list
and apt now locates pd-iemlib and installs it !

but all the same : abstractions work (like [once]) and also most of the filters~, but other objects do not. As example, pd can't create [prepend] nor [any]

(also tried to install first iemlib dependencies, like puredata-core and libc6)

I then retried to compile from source provided on https://puredata.info/downloads/iemlib (R1.17)
but, when I do :
$ make
i get the following messages :

make -C iemlib1/src
make[1]: Entering directory `/home/olimex/setup/iemlib_R1.17/iemlib1/src'
touch FIR~.c
cc -DPD -DUNIX -W -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing -DDL_OPEN -fPIC -I. -I/usr/local/src/pd-0.39-2/src -c -o FIR~.o FIR~.c
touch biquad_freq_resp.c
cc -DPD -DUNIX -W -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing -DDL_OPEN -fPIC -I. -I/usr/local/src/pd-0.39-2/src -c -o biquad_freq_resp.o biquad_freq_resp.c
touch db2v.c
cc -DPD -DUNIX -W -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing -DDL_OPEN -fPIC -I. -I/usr/local/src/pd-0.39-2/src -c -o db2v.o db2v.c
touch f2note.c
cc -DPD -DUNIX -W -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing -DDL_OPEN -fPIC -I. -I/usr/local/src/pd-0.39-2/src -c -o f2note.o f2note.c
touch filter~.c
cc -DPD -DUNIX -W -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing -DDL_OPEN -fPIC -I. -I/usr/local/src/pd-0.39-2/src -c -o filter~.o filter~.c
touch forpp.c
cc -DPD -DUNIX -W -Werror -Wno-unused -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing -DDL_OPEN -fPIC -I. -I/usr/local/src/pd-0.39-2/src -c -o forpp.o forpp.c
touch gate.c

etc etc...

So obviously, i miss something in /usr/local/src/pd-0.39-2/src
and, in fact, /usr/local/src is empty

Any ideas ?

all the best,

Raphaël