Am Montag, 29. Mai 2006 18:43 schrieb Oliver Bengs:
> I have compailed MusE for SuSE 10.1. Compile works fine but at start i
> become the follow error message:
> Unabel to find ladspa_descriptor() function in plugin library file
> "/usr/lib/ladspa/sine.so":/usr/lub/sine.so: undefined symbol:
> ladspa_descriptor.
>
> Anyone an idea Why i can't rebuild it?
>
> Oliver Bengs
because sine.cpp is a cpp-Source and not a c-source you have to demangle the
exported name of the ladspa_descriptor function:
change the source sine.cpp:
#ifdef __cplusplus
extern "C" {
#endif
... old function code
#ifdef __cplusplus
}
#endif
and it should work
have fun
oc2pus
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]