Hi,
the last version for stable debian/ubuntu of tcl/tk is 8.4, however I compiled last stable of tcl proyect: 8.5. I'm having the same problem (adjunt)
Hi Victor,
On Thu, 2007-06-21 at 20:58 +0200, victor wrote:
> I compiled dssi~ on debian etch (adjunt) but dont appear the text of
> object's box, using pd extended. I supose the use is:
> [dssi~ /path/to/plugin]
>
> ========================================
> dssi~: DSSI/LADSPA host - version 0.96
> ========================================
>
> dssi~: error: plugin not loaded
>
dssi~ has one compulsary creation argument. This should be either the
plugin label:
[dssi~ sine_faaa]
..or the path to the library and the plugin label separated by a colon:
[dssi~ /path/to/sine.so:sine_faaa]
There is a file called dssi-manual.txt in the doc/ directory that comes
with the dssi~ source tarball that explains this and some other pretty
essential info.
> After that error message I must to restart pd, because only may to see
> object lines, not text.
I think this is due to a bug in a certain Tcl/Tk version. If you can,
you should try to upgrade to a more recent version. Let me know if this
_doesn't_ fix the problem.
best,
Jamie