Configure and make seem to go fine but when I try to launch...
Error in startup script: couldn't read file "/usr/local/lib/pd/tcl//pd-gui.tcl": no such file or directory
...perhaps I'm missing something? I'm no Linux expert.
Thanks, John.
Hi,
saint wrote:
Configure and make seem to go fine but when I try to launch...
Error in startup script: couldn't read file "/usr/local/lib/pd/tcl//pd-gui.tcl": no such file or directory
Quoting myself :
Date: Sun, 13 Mar 2011 02:02:44 +0100 I got the same error, took me some time to understand. At the moment you can cd to the lib/pd-extended/bin directory and run ./pd Don't forget to switch/remove your .pdextended/.pdrc file.
By lurking on pd-dev I understood there's a bit of reorganization going on pd-extended git these days.
cheers, Charlot
got the same error on a fresh install pd-vanilla on ubuntu 10.10- configure & install no problemo but starting pd hangs up:
was... 1 Error in startup script: couldn't read file "/usr/local/lib/pd/tcl//pd-gui.tcl": no such file or directory watchdog: signaling pd...
i've tk8.5 and tcl8.5 installed
any hints welcome thanks ø
On 03/22/2011 12:02 PM, saint wrote:
Configure and make seem to go fine but when I try to launch...
Error in startup script: couldn't read file "/usr/local/lib/pd/tcl//pd-gui.tcl": no such file or directory
...perhaps I'm missing something? I'm no Linux expert.
Thanks, John.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
The only way I suceeded was executing the binary straight from the source:
cd to your src directory:
$ cd /usr/src/pd-0.43/bin/ $ ./pd
I still have some doubts on setting 0.43 to find the right tcl version, once 2 gui plugins (gtk open/save and kiosk) don't find those:
UNHANDLED ERROR: version conflict for package "Tcl": have 8.4, need 8.5 while executing "package require Tcl 8.5"
Oddly, other gui-plugins that also require tcl 8.5, loaded smoothly ( autocompletion-plugin, menubar-plugin and buttonbar-plugin)
cheers
2011/4/13 olsen sesselastronaut@googlemail.com
got the same error on a fresh install pd-vanilla on ubuntu 10.10- configure & install no problemo but starting pd hangs up:
was... 1
Error in startup script: couldn't read file "/usr/local/lib/pd/tcl//pd-gui.tcl": no such file or directory watchdog: signaling pd...
i've tk8.5 and tcl8.5 installed
any hints welcome thanks ø
On 03/22/2011 12:02 PM, saint wrote:
Configure and make seem to go fine but when I try to launch...
Error in startup script: couldn't read file "/usr/local/lib/pd/tcl//pd-gui.tcl": no such file or directory
...perhaps I'm missing something? I'm no Linux expert.
Thanks, John.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- ETs DNA will not be televised http://hasa-labs.org
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I think I fixed the install issues out in this patch: http://sourceforge.net/tracker/?func=detail&aid=3248426&group_id=557...
.hc
On Apr 13, 2011, at 10:59 AM, Daniel Roviriego wrote:
The only way I suceeded was executing the binary straight from the
source:cd to your src directory:
$ cd /usr/src/pd-0.43/bin/ $ ./pd
I still have some doubts on setting 0.43 to find the right tcl
version, once 2 gui plugins (gtk open/save and kiosk) don't find
those:UNHANDLED ERROR: version conflict for package "Tcl": have 8.4, need
8.5 while executing "package require Tcl 8.5"Oddly, other gui-plugins that also require tcl 8.5, loaded smoothly
( autocompletion-plugin, menubar-plugin and buttonbar-plugin)cheers
2011/4/13 olsen sesselastronaut@googlemail.com got the same error on a fresh install pd-vanilla on ubuntu 10.10-
configure & install no problemo but starting pd hangs up:was... 1
Error in startup script: couldn't read file "/usr/local/lib/pd/tcl// pd-gui.tcl": no such file or directory watchdog: signaling pd...
i've tk8.5 and tcl8.5 installed
any hints welcome thanks ø
On 03/22/2011 12:02 PM, saint wrote: Configure and make seem to go fine but when I try to launch...
Error in startup script: couldn't read file "/usr/local/lib/pd/tcl// pd-gui.tcl": no such file or directory
...perhaps I'm missing something? I'm no Linux expert.
Thanks, John.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- ETs DNA will not be televised http://hasa-labs.org
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Daniel Roviriego (21) 35920701 (16) 99645077 M2D multi_meios
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are
deliberately throwing it away to benefit those who profit from
scarcity." -John Gilmore
Hi
thanks for the replies - i applied the patch from hans the common way:
patch -p1 < 0001-fix-install-targets-add-enable-unix-layout-and-insta.patch
execting ./pd from the bin directory works now but regular startup still errörs: olsen@ll-928:~$ pd Error in startup script: couldn't read file "/usr/local/lib/pd/tcl//pd-gui.tcl": no such file or directory watchdog: signaling pd..
i'm on the road with the following tcl/tk stuff: tcl 8.4.16-2 The Tool Command Language (default version) - run-time files tcl8.4 8.4.19-4 Tcl (the Tool Command Language) v8.4 - run-time files tcl8.5 8.5.8-2build1 Tcl (the Tool Command Language) v8.5 - run-time files tcl8.5-dev 8.5.8-2build1 Tcl (the Tool Command Language) v8.5 - development files tcllib 1.12-dfsg-2 the Standard Tcl Library tk8.4 8.4.19-4 Tk toolkit for Tcl and X11, v8.4
tk8.5 8.5.8-1 Tk toolkit for Tcl and X11, v8.5
tk8.5-dev 8.5.8-1 Tk toolkit for Tcl and X11, v8.5
& i didn't wan't to remove 8.4 as proposed by John as this ends up in the removal of pd-extended.
but at least i now have a somehow usable version of 0.43 Vanilla
salutis ø
On 04/13/2011 05:13 PM, Hans-Christoph Steiner wrote:
I think I fixed the install issues out in this patch: http://sourceforge.net/tracker/?func=detail&aid=3248426&group_id=557... http://sourceforge.net/tracker/?func=detail&aid=3248426&group_id=55736&atid=478072
.hc
On Apr 13, 2011, at 10:59 AM, Daniel Roviriego wrote:
The only way I suceeded was executing the binary straight from the source:
cd to your src directory:
$ cd /usr/src/pd-0.43/bin/ $ ./pd
I still have some doubts on setting 0.43 to find the right tcl version, once 2 gui plugins (gtk open/save and kiosk) don't find those:
UNHANDLED ERROR: version conflict for package "Tcl": have 8.4, need 8.5 while executing "package require Tcl 8.5"
Oddly, other gui-plugins that also require tcl 8.5, loaded smoothly ( autocompletion-plugin, menubar-plugin and buttonbar-plugin)
cheers
2011/4/13 olsen <sesselastronaut@googlemail.com mailto:sesselastronaut@googlemail.com>
got the same error on a fresh install pd-vanilla on ubuntu 10.10- configure & install no problemo but starting pd hangs up: was... 1 Error in startup script: couldn't read file "/usr/local/lib/pd/tcl//pd-gui.tcl": no such file or directory watchdog: signaling pd... i've tk8.5 and tcl8.5 installed any hints welcome thanks ø On 03/22/2011 12:02 PM, saint wrote: Configure and make seem to go fine but when I try to launch... Error in startup script: couldn't read file "/usr/local/lib/pd/tcl//pd-gui.tcl": no such file or directory ...perhaps I'm missing something? I'm no Linux expert. Thanks, John. _______________________________________________ Pd-list@iem.at <mailto:Pd-list@iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list -- ETs DNA will not be televised http://hasa-labs.org _______________________________________________ Pd-list@iem.at <mailto:Pd-list@iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Daniel Roviriego (21) 35920701 (16) 99645077 M2D multi_meios
Pd-list@iem.at mailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Quoting olsen sesselastronaut@googlemail.com:
Hi
thanks for the replies - i applied the patch from hans the common way:
patch -p1 < 0001-fix-install-targets-add-enable-unix-layout-and-insta.patch
btw, for whatever reasons i have not had any problems with Pd-vanilla
0.43 on debian at all.
(well, i think there is one, when trying to start pd via the pd-gui,
but i never do this)
fgmasdr IOhannes
PS: i seem to remember that i have written this before, so sorry for any dupes
This message was sent using IMP, the Internet Messaging Program.
On Thu, 2011-04-14 at 18:37 +0200, zmoelnig@iem.at wrote:
Quoting olsen sesselastronaut@googlemail.com:
Hi
thanks for the replies - i applied the patch from hans the common way:
patch -p1 < 0001-fix-install-targets-add-enable-unix-layout-and-insta.patch
btw, for whatever reasons i have not had any problems with Pd-vanilla
0.43 on debian at all. (well, i think there is one, when trying to start pd via the pd-gui,
but i never do this)fgmasdr IOhannes
PS: i seem to remember that i have written this before, so sorry for any dupes
Olsen,
Its working for me too on Ubuntu and Mac OS X (installed UNIX style into /usr/local). My guess is that you have multiple Pds installed and they are conflicting.
.hc
hm this is on a funkyfresh machine that i set up last week - aside i've pd-extended Pd-0.42.5 installed but this shouldn't make any difference & removing/purging it doesn't change anything. i also tried this on another fresh ubuntu 10.04 without any pd installed before & same errör there! i do not know how to hunt this bug - but let me know when i can help!
greets ø
On 04/14/2011 07:26 PM, Hans-Christoph Steiner wrote:
On Thu, 2011-04-14 at 18:37 +0200, zmoelnig@iem.at wrote:
Quoting olsensesselastronaut@googlemail.com:
Hi
thanks for the replies - i applied the patch from hans the common way:
patch -p1< 0001-fix-install-targets-add-enable-unix-layout-and-insta.patch
btw, for whatever reasons i have not had any problems with Pd-vanilla 0.43 on debian at all. (well, i think there is one, when trying to start pd via the pd-gui, but i never do this)
fgmasdr IOhannes
PS: i seem to remember that i have written this before, so sorry for any dupes
Olsen,
Its working for me too on Ubuntu and Mac OS X (installed UNIX style into /usr/local). My guess is that you have multiple Pds installed and they are conflicting.
.hc
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Olsen,
I had the same problem (ubuntu 10.04 & pd-0.43-0). This is what I did to solve it:
Remove the existing bin-folder of the previous version (pd-0.42-5 (vanilla));
$ sudo rm -r /usr/local/lib/pd/bin
install the new version;
$ cd ~pd/src/pd-0.43-0/src $ ./configure --enable-jack $ sudo make && make install
create a tcl-folder at /usr/local/lib/pd/ and copy pd-gui.tcl
$ mkdir tcl $ sudo cp ~pd/src/pd-0.43-0/tcl/pd-gui.tcl /usr/local/lib/pd/tcl/
Pd started complaining about pd_connect so I decided to copy the whole tcl-folder.
$ sudo cp ~pd/src/pd-0.43-0/tcl/* /usr/local/lib/pd/tcl/
After that executing ``pd'' worked.
I hope this information might be helpful.
Funs
He Funs thanks for your reply - i 'solved' the problem the same way:
$ sudo cp ~pd/src/pd-0.43-0/tcl/* /usr/local/lib/pd/tcl/
salutis ø
After that executing ``pd'' worked.
I hope this information might be helpful.
Funs