<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Can you try on you osx [declare -lib jit_expr] or [declare -lib full/path/to/jit_expr]?</p>
<p>I'm not sure if -stdlib is currently covering the .../documents/pd/externals/* on all platforms.</p>
<p>see <a moz-do-not-send="true" href="https://puredata.info/docs/faq/how-do-i-install-externals-and-help-files">
https://puredata.info/docs/faq/how-do-i-install-externals-and-help-files</a> for the paths that -stdlib covers.<br>
</p>
<p>there's a discussion here : <a moz-do-not-send="true" href="https://github.com/pure-data/pure-data/pull/205">
https://github.com/pure-data/pure-data/pull/205</a><br>
</p>
<p>---<br>
</p>
<p>I think there will be no name clashes if you keep your [jit_expr] naming. If you use [expr] it will clash with Pd's [expr].</p>
<p><br>
</p>
<p><br>
</p>
<p>--<br>
</p>
<pre class="moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<div class="moz-cite-prefix">On 2/21/2018 1:50 PM, Alex wrote:<br>
</div>
<blockquote type="cite" cite="mid:CAOGs2RABaUf3y8exixfnq6vYFF3t2ZndbykWgtqj6SM7XwBZ=g@mail.gmail.com">
<div dir="ltr">
<div>I have an external I've created that I've put into: /Users/alex/Documents/Pd/externals/jit_expr/<br>
</div>
the binary is called "jit_expr.pd_darwin"<br>
<div>
<div><br>
xnor-work:~/projects/perfect/center$ ls /Users/alex/Documents/Pd/externals/jit_expr/<br>
LICENSE-parser     LICENSE-pd         LICENSE-xnor       jit_expr-help.pd   jit_expr.pd_darwin<br>
<br>
</div>
<div>In the binary, the externals themselves are named "jit/expr" "jit/expr~" and "jit/fexpr~"<br>
</div>
<br>
On my work, osX machine, when I [declare -stdlib jit_expr] I then fail to create [jit/expr]<br>
</div>
<div>
<div>On my home, linux machine, where my external folder is located at /home/alex/.local/lib/pd/externals/jit_expr and appropriately named jit_expr.pd_linux<br>
</div>
<div>I succeed to create [jit/expr] after [declare -stdlib jit_expr]<br>
<br>
</div>
<div>Is this a bug am I not following some naming convention that I should be?<br>
<br>
</div>
<div>I could see wanting to put my external in a folder called "jit" and then naming them "expr", "expr~" etc but I could imagine "jit" is more likely to collide and so "jit_expr" seemed more reasonable.<br>
</div>
<div>maybe I should just call the whole thing "jit_expr", and just call the objects "expr" etc without the prefix in the code and then be able to create [jit_expr/expr] with no declare because it'll be in the stdlib already?<br>
</div>
<div>Am I confusing conventions that exist for single binary libraries with multiple objects and binaries with only one?<br>
</div>
<div><br>
</div>
<div>Either way, should I file a bug that the behavior isn't the same on osx and linux?<br>
<br>
</div>
<div>thanks,<br>
</div>
<div>Alex<br>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset> <br>
<pre wrap="">_______________________________________________
Pd-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pd-dev@lists.iem.at">Pd-dev@lists.iem.at</a>
<a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-dev">https://lists.puredata.info/listinfo/pd-dev</a>
</pre>
</blockquote>
<br>
</body>
</html>