Dear list, clicking on [pd~ start pd~-subprocess.pd( in the pd~-help does not open the subprocess window, it shows this error in the console
error: pd~: No such file or directory
(Ubuntu 12.04 32bit, latest pd-l2ork in /usr/local)
lw.
Just tested this. I can confirm it and have found where the problem occurs--still trying to figure out why it happens. This will be fixed in the next release, and will let you know as soon as git has the new version up. Thanks for the report!
On 01/23/2013 06:38 AM, Laurent Willkomm wrote:
Dear list, clicking on [pd~ start pd~-subprocess.pd( in the pd~-help does not open the subprocess window, it shows this error in the console
error: pd~: No such file or directory
(Ubuntu 12.04 32bit, latest pd-l2ork in /usr/local)
lw.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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.
-----Original Message----- From: Ivica Ico Bukvic [mailto:ico@vt.edu] Sent: Wednesday, January 23, 2013 9:20 AM To: Laurent Willkomm Cc: pd-list@iem.at Subject: Re: [PD] pd~ in l2ork
Just tested this. I can confirm it and have found where the problem occurs--still trying to figure out why it happens. This will be fixed in the next release, and will let you know as soon as git has the new version up. Thanks for the report!
On 01/23/2013 06:38 AM, Laurent Willkomm wrote:
Dear list, clicking on [pd~ start pd~-subprocess.pd( in the pd~-help does not open the subprocess window, it shows this error in the console
error: pd~: No such file or directory
(Ubuntu 12.04 32bit, latest pd-l2ork in /usr/local)
lw.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Ivica Ico Bukvic, D.M.A Composition, Music Technology Director, DISIS Interactive Sound & Intermedia Studio Director, L2Ork Linux Laptop Orchestra Head, ICAT IMPACT Studio Virginia Tech Department of Music Blacksburg, VA 24061-0240 (540) 231-6139 (540) 231-5034 (fax) disis.music.vt.edu l2ork.music.vt.edu ico.bukvic.net
OK, new version 20130123 is now up with this issue fixed. Again, thanks for the report!
On Wed, Jan 23, 2013 at 10:15 AM, Ivica Ico Bukvic ico@vt.edu 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.
-----Original Message----- From: Ivica Ico Bukvic [mailto:ico@vt.edu] Sent: Wednesday, January 23, 2013 9:20 AM To: Laurent Willkomm Cc: pd-list@iem.at Subject: Re: [PD] pd~ in l2ork
Just tested this. I can confirm it and have found where the problem occurs--still trying to figure out why it happens. This will be fixed in the next release, and will let you know as soon as git has the new version up. Thanks for the report!
On 01/23/2013 06:38 AM, Laurent Willkomm wrote:
Dear list, clicking on [pd~ start pd~-subprocess.pd( in the pd~-help does not open the subprocess window, it shows this error in the console
error: pd~: No such file or directory
(Ubuntu 12.04 32bit, latest pd-l2ork in /usr/local)
lw.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Ivica Ico Bukvic, D.M.A Composition, Music Technology Director, DISIS Interactive Sound & Intermedia Studio Director, L2Ork Linux Laptop Orchestra Head, ICAT IMPACT Studio Virginia Tech Department of Music Blacksburg, VA 24061-0240 (540) 231-6139 (540) 231-5034 (fax) disis.music.vt.edu l2ork.music.vt.edu ico.bukvic.net
Am 2013-01-24 11:06, schrieb Laurent Willkomm:
Am 2013-01-24 00:59, schrieb Ivica Bukvic:
OK, new version 20130123 is now up with this issue fixed. Again, thanks for the report!
Just installed pd-l2ork-i686-20130123, but the error remains the same. L. Willkomm
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Sorry for this post. Works.
L.Willkomm
Just installed pd-l2ork-i686-20130123, but the error remains the same. L. Willkomm
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Sorry for this post. Works.
L.Willkomm
So, all is well now?
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
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
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