Csound Csound-dev Csound-tekno Search About

Re: plugin warnings

Date2007-08-18 09:00
FromVictor Lazzarini
SubjectRe: plugin warnings
>
>
> hello, does anyone maybe know what these two warnings
> might mean?
>
> WARNING: could not open library
> '/usr/lib/csound/plugins/libcsnd.so' (/usr/lib/c
> sound/plugins/libcsnd.so: undefined symbol:
> Tcl_GetStringFromObj)

I am little baffled by this first one, because libcsnd.so
normally does not link to the Tcl library, where
Tcl_GetStringFromObj resides (and it's not linked to it).

> WARNING: '/usr/lib/csound/plugins/libCsoundVST.so' is not
> a Csound plugin library

This one is simple. Csound tries to load all *.so in
the OPCODEDIR; when it finds one that is not a plugin,
it tells you.

Victor