<div dir="ltr">thanks IOhannes, <div><br></div><div>verbose mode helped us realise that the file wasn't being found. </div><div><br></div><div>we found the culprit.  i had shared the file via facebook chat, and it had clipped the tilde off the file name. </div><div><br></div><div>seems to be working now!</div><div><br></div><div>cheers</div><div>Matt</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 10, 2016 at 7:57 PM, IOhannes m zmoelnig <span dir="ltr"><<a href="mailto:zmoelnig@iem.at" target="_blank">zmoelnig@iem.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2016-02-10 10:24, i go bananas wrote:<br>
> i just made my first proper external, and was so super chuffed that i got<br>
> it working.<br>
><br>
> i'm on osx, so using .pd_darwin extension.<br>
><br>
> i put it in my extra folder, made a demo patch in pd, and it works fine.<br>
><br>
> only problem is, when i shared the .pd_darwin with 2 friends, it didn't<br>
> work for either of them. (i checked they had put it in the extra folder)<br>
><br>
> does anyone have an idea what might be wrong?<br>
<br>
</span>how about:<br>
<br>
tell them to Pd in verbose-mode ("-verbose"), and see whether the<br>
external can be found (and if it can't be found, this will give you a<br>
clue where Pd searches for the libraries).<br>
<br>
if it can be found, try to find out whether the dylib loader throws an<br>
error (e.g. on the stderr/stdout; so you might need to start Pd from the<br>
cmdline).<br>
<br>
do you use the same Pd version?<br>
Pd's API is very stable, but every now and then a new function is added.<br>
if you use such a new function in your code, then you cannot use the<br>
external with a version of Pd that predates the introduction of said<br>
function).<br>
<br>
do you (dynamically) link against non-standard libraries?<br>
are they present (and in a searched-for location) on your friends machine?<br>
<br>
fgmasdr<br>
<span class="HOEnZb"><font color="#888888">IOhannes<br>
<br>
</font></span><br>_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div>