OK, the git has now a new version. Binaries will be up hopefully in another 24 hours or so. You can just build the pd-l2ork binary to see if it works ok. Let me know.
From: Ivica Bukvic [mailto:ico@vt.edu] Sent: Friday, January 25, 2013 8:01 AM To: Laurent Willkomm Cc: pd-list Subject: Re: [PD] pd~ in l2ork
Ugh... Let me investigate...
On Jan 25, 2013 5:48 AM, "Laurent Willkomm" willkomm@pt.lu wrote:
On 01/23/2013 04:15 PM, Ivica Ico Bukvic wrote:
OK, this is now fixed in pd-l2ork git (pd/src/s_main.c is the only file that was changed). Binary builds should be up in the next 24-48 hours.
New problem: the last version does not start when clicking on menu entry (KDE).
Typing "pd-l2ork" in Konsole opens the version installed in /usr/local.
Typing "/usr/local/bin/pd-l2ork" in Konsole gives this error:
sh: 1: /usr/bin/pd-gui: not found
So pd-l2ork is looking for a pd version in /usr/bin instead of /usr/local/bin, which will fail or start the wrong one.
L.Willkomm