<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 15, 2014 at 2:24 PM, Phil CM <span dir="ltr"><<a href="mailto:philcm@gnu.org" target="_blank">philcm@gnu.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello LADs<br>
<br>
I'm trying to make a GUI for a LV2 synth based on so-404. In fact, I'm trying to learn C / C++.<br>
<br>
I got everything to build OK, but I'm stuck on a hard to read execution error ; when I load the plugin in jalv, it loads it OK, but fails to load the UI and says :<br>
<br>
suil error: Unable to open UI library /usr/local/lib/lv2/kis.lv2/<u></u>kis_gui.so (/usr/local/lib/lv2/kis.lv2/<u></u>kis_gui.so: undefined symbol: _Z17instantiateSO_404PK15_LV2_<u></u>DescriptordPKcPKPK12_LV2_<u></u>Feature)<br></blockquote><div><br><br>% echo _Z17instantiateSO_404PK15_LV2_DescriptordPKcPKPK12_LV2_Feature | c++filt <br>instantiateSO_404(_LV2_Descriptor const*, double, char const*, _LV2_Feature const* const*)<br>% <br><br></div><div>your plugin is missing a symbol (instantiateSO_404(...)), apparently.<br></div><div><br></div></div></div></div>