Re: [PD] hints on how to compile for mac PPC on an intel

2019-06-13 Thread Alexandre Torres Porres
well, I have this case where a friend is having a hard time loading my externals on 10.6.8, so I'm trying to check it out. Seems I'll have to install that to test it but it's been a nightmare - it shouldn't be too hard, I'm almost giving it up! I was able to install 10.8 in a partition but nothing

Re: [PD] hints on how to compile for mac PPC on an intel

2019-06-13 Thread Dan Wilcox
You don't unless you have the 10.6 SDK installed and it somehow works with your version of Xcode. My 2 cents: Honestly, I wouldn't worry about it. Make your builds for i386 and x86_64 and someone with an old machine who has the interest to build and upload it can help you out. 10.6 came out 10

Re: [PD] help with armv6 vs armv7 test in raspberry pi

2019-06-13 Thread Alexandre Torres Porres
Em qui, 13 de jun de 2019 às 04:15, Joey Dodson escreveu: > a) installing else without the GUI > how about manually? Binaries are here: https://github.com/porres/pd-else/releases/tag/v1.0-beta20 more precisely here:

Re: [PD] Installing libraries/externals via terminal or using -nogui

2019-06-13 Thread Alexandre Torres Porres
Em qui, 13 de jun de 2019 às 09:27, IOhannes m zmoelnig escreveu: > > $ deken find else > Deken 0.5.2 > else/1.0beta20 uploaded by porres on 2019-05-09 03:11:47 for Linux-amd64-32 > URL: > [ >

Re: [PD] help with armv6 vs armv7 test in raspberry pi

2019-06-13 Thread Alexandre Torres Porres
Em qui, 13 de jun de 2019 às 04:27, IOhannes m zmoelnig escreveu: > > alex is mostly interested in benchmarks of the armv6 > binaries on the RPi3 as compared to the armv7 binaries. (we already know > that the armv7 binaries will **not work** on the RPi0; and that the > armv6 binaries should run

Re: [PD] pd crashes at launch

2019-06-13 Thread Csaba Láng
if I want to launch an older version of pd (0.48) with the command pd, terminal says: $ pd Error in startup script: couldn't read file "/usr/local/tcl//pd-gui.tcl": no such file or directory ^CPd: signal 2 There is a double slash in the path: //pd-gui.tcl How can I fix this? Popesz On Thu, Jun

Re: [PD] Latest pd version Armv7 Ubuntu 14.04

2019-06-13 Thread Csaba Láng
Thanks for your answers. I chose 14.04 because this image was available from the webpage of the producer of Orbbec Persee, an intergrated armv7 computer with a IR motion detector. Thought maybe I could compile from source if nothing is available from apt-get. Popesz On Thu, Jun 13, 2019 at 2:55

[PD] pd crashes at launch

2019-06-13 Thread Csaba Láng
Dear list, I updated my pylon files from the newest pylon5 installer, and since that time pd des not open, just blinks the window and disappears. In the terminal I cannot see anything special: $ puredata priority 8 scheduling failed. open: /etc/pd/gem.conf: No such file or directory open:

Re: [PD] Latest pd version Armv7 Ubuntu 14.04

2019-06-13 Thread Roman Haefeli
On Thu, 2019-06-13 at 11:03 +0200, Csaba Láng wrote: > what is the latest d version for armv7 processor? I installed it with > apt-get but got 0.45.2. With release based distros like Ubuntu or Debian (stable) - that are focused on regular stable (as opposed to bleeding edge) releases - there

Re: [PD] Installing libraries/externals via terminal or using -nogui

2019-06-13 Thread IOhannes m zmoelnig
On 13.06.19 14:25, IOhannes m zmoelnig wrote: > $ deken install else of course there seems to be a bug somewhere here. in the meantime, you can also do: $ deken download --ignore-missing-gpg else $ unzip else*.dek -d /path/to/pd/searchpath/ ("else" lacks gpg-signatures, and the deken-cmdline

Re: [PD] Installing libraries/externals via terminal or using -nogui

2019-06-13 Thread IOhannes m zmoelnig
On 13.06.19 11:09, Joey Dodson wrote: > I haven't had any luck figuring out what to do next. The documentation for > the command line tool seems a bit lacking as it doesn't have much > information via $ deken -h nor $ man deken nor in the README files on > github. If anyone can point me in the

Re: [PD] Latest pd version Armv7 Ubuntu 14.04

2019-06-13 Thread IOhannes m zmoelnig
On 13.06.19 11:03, Csaba Láng wrote: > Dear list, > what is the latest d version for armv7 processor? I installed it with it's Pd-0.49-0. e.g. here's the Debian package page: [https://packages.debian.org/search?arch=armhf=puredata] > apt-get but got 0.45.2. so? see

Re: [PD] Installing libraries/externals via terminal or using -nogui

2019-06-13 Thread Joey Dodson
Christof, I did manage to install the deken command line tool, however I've not been able to figure out how to install anything with it. The most I could do was use $ deken find to see that it does list else as follows: else/1.0beta20 uploaded by porres on 2019-06-11 22:20:32 for Linux-armv7-32

Re: [PD] Installing libraries/externals via terminal or using -nogui

2019-06-13 Thread Joey Dodson
Lucas, I had tk installed, so that was not the issue with X11 forwarding. I tested some other programs, like xterm and they also had issues, which I was able to track down to needing to set X11UseLocalhost no on the Rpi. I am now able to get X11 forwarding for xterm, but it's still not working

[PD] Latest pd version Armv7 Ubuntu 14.04

2019-06-13 Thread Csaba Láng
Dear list, what is the latest d version for armv7 processor? I installed it with apt-get but got 0.45.2. Best, Popesz ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] What happened to cyclone?

2019-06-13 Thread Joey Dodson
Hi Dana, Have you seen this page? It helped me make the transition recently! In particular, I am starting to work with "slash" declarations, which I never knew about using extended. I also found it useful to add search paths to the startup options, at least for zexy. Check out the guide here:

Re: [PD] help with armv6 vs armv7 test in raspberry pi

2019-06-13 Thread IOhannes m zmoelnig
On 13.06.19 09:12, Joey Dodson wrote: > I just got Pd running on my Pi 3. $ apt-get install puredata hooray! > I do have Pi Zero Ws as well, but I'm not > using them for audio. I wouldn't mind testing anything you like, however I > would need help with two things a) installing else without

Re: [PD] help with armv6 vs armv7 test in raspberry pi

2019-06-13 Thread Joey Dodson
I just got Pd running on my Pi 3. I do have Pi Zero Ws as well, but I'm not using them for audio. I wouldn't mind testing anything you like, however I would need help with two things a) installing else without the GUI (I haven't figured this out yet) and b) let me know what you would like to test.