<div dir="ltr"><div>I compile Pure Data sources with my plugin, I use the GitHub Pure Data repository (<a href="https://github.com/pure-data/pure-data">https://github.com/pure-data/pure-data</a>).</div><div>I think the symbol is well exported :</div><div><br></div><div>nm camomile | grep s_signal<br>0000000000699a60 D _s_signal<br>000000000010c0c0 t _sys_signal<br><p>but I forget to give you the full error :</p>tried /Users/Pierre/GitHub/Camomile/Patches/freeverb~.pd_darwin and succeeded<br>verbose(4): /Users/Pierre/GitHub/Camomile/Patches/freeverb~.pd_darwin: dlopen(/Users/Pierre/GitHub/Camomile/Patches/freeverb~.pd_darwin, 10): Symbol not found: _s_signal<br>Referenced from: /Users/Pierre/GitHub/Camomile/Patches/freeverb~.pd_darwin<br>Expected in: dynamic lookup</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-03-10 0:17 GMT+01:00 IOhannes m zmölnig <span dir="ltr"><<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 03/09/2016 09:54 PM, Pierre Guillot wrote:<br>
> I'm working on a plugin that dynamically loads PD patches. Everything works<br>
> fine, I even manage the multiple instances issue. You can take a look at it<br>
> if you want : <a href="https://github.com/pierreguillot/Camomile" rel="noreferrer" target="_blank">https://github.com/pierreguillot/Camomile</a>. My problem is that<br>
> the plugin can't load dynamically the external libraries (I tried with<br>
> freeverb~ and other libraries and I got : Symbol not found: _s_signal<br>
<br>
</span>so what is the Pd-engine you use?<br>
is it loaded before trying to load the external?<br>
<br>
<br>_______________________________________________<br>
Pd-dev mailing list<br>
<a href="mailto:Pd-dev@lists.iem.at">Pd-dev@lists.iem.at</a><br>
<a href="http://lists.puredata.info/listinfo/pd-dev" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-dev</a><br>
<br></blockquote></div><br></div>