Hi,
i'm not sure if this is the right place to ask this - is it?
My problem was already discussed on the debian mailing lists (http://osdir.com/ml/debian-bugs-rc/2010-09/msg00857.html) but i was not able to find a solution there that fits to my distro. On packman (http://www.mail-archive.com/packman@links2linux.de/msg02711.html) the issue was also discussed but the solution there was to compile pd as 32 bit.
Here is what i did: I compiled pd-extended-0.42.5 on a 64bit slackware linux. Everything seemed to work fine until i try to run pdextended. I tried to fix the errors but after that i encountered new errors which i wasn't able to fix.
Here is the console output and my commands:
$ pdextended sh: /usr/bin/pd-gui: No such file or directory ^CPd: signal 2 $ locate pd-gui /usr/lib64/pd-extended/bin/pd-gui $ su # ln -s /usr/lib64/pd-extended/bin/pd-gui /usr/bin/pd-gui $ pdextended tcl: /usr/bin/pd.tk: can't open script ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM ??? snd_pcm_open (input): No such file or directory ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM ??? snd_pcm_open (output): No such file or directory invalid command name "pdtk_post" invalid command name "pdtk_post" invalid command name "pdtk_post" invalid command name "pdtk_pd_startup" pd: exiting $ su # ln -s /usr/lib64/pd-extended/bin/pd.tk /usr/bin/pd.tk $ pdextended ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM ??? snd_pcm_open (input): No such file or directory ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM ??? snd_pcm_open (output): No such file or directory tk scaling is 1.250351617440225 tcl: /usr/bin/pd.tk: can't open script invalid command name "pdtk_post" invalid command name "pdtk_post" invalid command name "pdtk_post" invalid command name "pdtk_pd_startup" pd: exiting
greets, Felix