Hello, My attempt to run Pd on an sg Indy (IRIX 6.5) fails at tcl/tk. I have tcl/tk 8.2.3, which compiled and installed without complaint. Pd says it needs 7.*, and that tcl may be installed wrongly. If I put a reference to the directory which <does> have a tclinit, renaming it as tcl8.0 (it doesn't like 8.2.3, but gives up its insistence on 7.*), it reports an inconsistency with the 8.2.3 which the tcl/tk files then announce themselves to be. Any ideas - or do I simply have to recompile, configuring for 8.2.3? Thanks, Jonathan
Jonathan Impett a écrit :
I have tcl/tk 8.2.3, which compiled and installed without complaint. Pd says it needs 7.*, and that tcl may be installed wrongly.
7.*? My PD installation (0.32 patch1) asked for 8 something. I have tcl/tk 8.3, so I had to create a few symbolic links.
In /usr/lib/: libtcl.so -> libtcl8.3.so libtcl8.0.so -> libtcl8.3.so libtcl8.2.so -> libtcl8.3.so libtk.so -> libtk8.3.so libtk8.0.so -> libtk8.3.so libtk8.2.so -> libtk8.3.so
I don't know which ones are revelant for PD, but it works...