Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Roman Haefeli
On Sun, 2021-09-12 at 03:36 +0200, Ingo wrote: > > The very first errors I get are > > iemlib/splitfilename > couldn't create > > mergefilename > ... couldn't create Did you follow IOhannes' and Christof's advice: [declare -path iemlib -path iemabs -lib iemlib -lib iemlib1 -lib iemlib2] You d

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Ingo
Declare is not the problem. The .pd_linux files are missing in both the "apt-get pd-iemlib" download as well as in the Deken files of the RPi armv7. All other libraries that I could find on Deken or apt-get were fine - just not iemlib. Ingo > -Original Message- > From: Pd-list [mailt

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Peter P.
* Ingo [2021-09-12 09:30]: > Declare is not the problem. > The .pd_linux files are missing in both the "apt-get pd-iemlib" download as > well as in the Deken files of the RPi armv7. Use dpkg -L pd-iemlib to show which files were installed where? __

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Christof Ressi
On 12.09.2021 09:29, Ingo wrote: Declare is not the problem. The .pd_linux files are missing in both the "apt-get pd-iemlib" download as If you look at the Debian package content list, you will see that it contains "iemlib1.pd_linux" and "iemlib2.pd_linux": https://packages.debian.org/stretch/

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Christof Ressi
I'm 100% sure that this is just a matter of correctly loading iemlib, see my other post. Other people have been using iemlib on the RPi without problems. Don't worry :-) On 12.09.2021 03:36, Ingo wrote: I'm aware of the fact that pretty much anything can be replaced. For compatibility reasons

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Roman Haefeli
On Sun, 2021-09-12 at 09:29 +0200, Ingo wrote: > Declare is not the problem. > The .pd_linux files are missing in both the "apt-get pd-iemlib" > download as > well as in the Deken files of the RPi armv7. On a Raspberry Pi 4 with Raspberry Pi OS (ex. Raspbian): $ uname -a Linux heidelbeeri 5.10.1

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Ingo
What if all .pd_linux files are missing? Where can I get them if not by downloading? Maybe by downloading and compiling the source - but I don't find instructions for that either . . . :-( > -Original Message- > From: Pd-list [mailto:pd-list-boun...@lists.iem.at] On Behalf Of Christof

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Christof Ressi
On 12.09.2021 10:19, Ingo wrote: What if all .pd_linux files are missing? Where can I get them if not by downloading? There is only iemlib.pd_linux (resp. iemlib1.pd_linux + iemlib2.pd_linux). It is all explained in this subthread: https://lists.puredata.info/pipermail/pd-list/2021-09/130014

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Ingo
OK, I have downloaded the iemlib from Deken. The iemlib from Deken (iemlib[v1.22] (Linux-armv7-32).dek is in one single folder called "iemlib". The file "iemlib.pd_linux" is inside of the folder. I have tried these options: [declare -lib iemlib] [declare -lib iemlib -path iemlib] [declare -lib

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Christof Ressi
On 12.09.2021 11:03, Ingo wrote: OK, I have downloaded the iemlib from Deken. The iemlib from Deken (iemlib[v1.22] (Linux-armv7-32).dek is in one single folder called "iemlib". The file "iemlib.pd_linux" is inside of the folder. I have tried these options: [declare -lib iemlib] [declare -lib

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Peter P.
* Ingo [2021-09-12 11:11]: > OK, > > I have downloaded the iemlib from Deken. > > The iemlib from Deken (iemlib[v1.22] (Linux-armv7-32).dek is in one single > folder called "iemlib". > The file "iemlib.pd_linux" is inside of the folder. > > I have tried these options: > > [declare -lib iemlib]

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Ingo
OK, some do create! I noticed that some objects (the ones that cause trouble for me) are totally missing. There is e. g. a [mergefilename-help.pd] object but no [mergefilename.pd], etc. Same thing for splitfilename and stripfilename . . . Others do work - except for the ones that I actually need

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Christof Ressi
On 12.09.2021 11:15, Ingo wrote: OK, some do create! I noticed that some objects (the ones that cause trouble for me) are totally missing. There is e. g. a [mergefilename-help.pd] object but no [mergefilename.pd], etc. Same thing for splitfilename and stripfilename . . . Because they are not

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Ingo
Yep, looks like [declare -path /usr/lib/puredata/extra/iemlib -lib iemlib] should work but it doesn't. I'm suspecting that certain objects are simply not compiled correctly. But at least on Deken it is the only arm version. I just downloaded from apt-get version 1.21 instead of 1.22 and it works!

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Roman Haefeli
On Sun, 2021-09-12 at 11:36 +0200, Ingo wrote: > Yep, looks like [declare -path /usr/lib/puredata/extra/iemlib -lib > iemlib] > should work but it doesn't. > I'm suspecting that certain objects are simply not compiled > correctly. I confirm iemlib 1.22 from Deken is broken for the Raspberry Pi OS

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Ingo
Thanks for confirming, Roman! > -Original Message- > From: Pd-list [mailto:pd-list-boun...@lists.iem.at] On Behalf Of Roman > Haefeli > Sent: Sunday, September 12, 2021 11:48 AM > To: pd-list@lists.iem.at > Subject: Re: [PD] external libraries for Raspberry Pi - how to compile? > > On Sun

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread IOhannes m zmölnig
Am 12. September 2021 11:48:22 MESZ schrieb Roman Haefeli : >On Sun, 2021-09-12 at 11:36 +0200, Ingo wrote: >> Yep, looks like [declare -path /usr/lib/puredata/extra/iemlib -lib >> iemlib] >> should work but it doesn't. >> I'm suspecting that certain objects are simply not compiled >> correctly. >

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Ingo
Yes! I can confirm it definitely! That's why I ran into these problems in the first place. Ingo > -Original Message- > From: Pd-list [mailto:pd-list-boun...@lists.iem.at] On Behalf Of IOhannes m > zmölnig > Sent: Sunday, September 12, 2021 1:10 PM > To: pd-list@lists.iem.at > Subject: Re:

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread IOhannes m zmölnig
On 9/12/21 21:03, Ingo wrote: Yes! I can confirm it definitely! That's why I ran into these problems in the first place. weird, because i cannot. right now, i can only test on a remote RPi4, so here's a no-gui test: ``` $ cat test.pd #N canvas 6 109 450 300 12; #X obj 113 164 mergefilename; #

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread IOhannes m zmölnig
On 9/12/21 11:36, Ingo wrote: Yep, looks like [declare -path /usr/lib/puredata/extra/iemlib -lib iemlib] should work but it doesn't. for what it is worth: - you should never use full paths with [declare]. - deken will usually not install into /usr/lib/puredata/extra/, but rather into ~/Docume

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Roman Haefeli
On Sun, 2021-09-12 at 13:09 +0200, IOhannes m zmölnig wrote: > Am 12. September 2021 11:48:22 MESZ schrieb Roman Haefeli < > reduz...@gmail.com>: > > On Sun, 2021-09-12 at 11:36 +0200, Ingo wrote: > > > Yep, looks like [declare -path /usr/lib/puredata/extra/iemlib > > > -lib > > > iemlib] > > > sho

Re: [PD] external libraries for Raspberry Pi - how to compile?

2021-09-12 Thread Roman Haefeli
On Sun, 2021-09-12 at 21:30 +0200, IOhannes m zmölnig wrote: > On 9/12/21 21:03, Ingo wrote: > > Yes! I can confirm it definitely! > > That's why I ran into these problems in the first place. This is somewhat contradictory to: On Sun, 2021-09-12 at 11:36 +0200, Ingo wrote: > I just downloaded fro