<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2018-02-21 13:50 GMT-03:00 Alex <span dir="ltr"><<a href="mailto:x37v.alex@gmail.com" target="_blank">x37v.alex@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I have an external I've created that I've put into: /Users/alex/Documents/Pd/<wbr>externals/jit_expr/<br></div>the binary is called "jit_expr.pd_darwin" (...) when I [declare -stdlib jit_expr] I then fail to create [jit/expr]<div><div>On my home, linux machine, where my external folder is located at /home/alex/.local/lib/pd/<wbr>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></div></div></div></blockquote><div><br></div><div>Yes, I would call it a bug, of some sort.</div><div><br></div><div>The way things are now in regards to what a standard path is or should be is unclear to most people. And when the recent addition of the folder ~<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">/Documents/Pd/</span><wbr style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">externals (as you're using) was being included for macOS I really thought it should be then included as a new "standard path" - as you did too right now - and made a Pull Request for it, but it got rejected.<br><br>As it turns out, from the discussion on that Pull Request, the "Standard Path" is only supposed to be the "extra" folder.<br><br>This is ok, as long as it's made clear, and in fact, if you check Pd's manual, that's all you'll see, that the "standard folder" IS the "extra" folder. But is known by several Pd users that Pd has actually got other standard paths, for macOS, Windows and Linux. The one you are using for externals in Linux is actually considered by Pd a "standard folder", so this works there, but not in ~/Pd/Documents on a mac!<br><br>I still don't know why these extra standard folders came about, since the idea is that only "extra" should be a standard folder. I guess this was somehow included by "accident", or "unnoticed". But I know how the Pd community site has long well documented and talked about the existence of such additional standard folders. Maybe it was a practice from Pd Extended that somehow got into Pd? I don't know...<br><br>All I know is that we have this confusing scenario, and I've recently wrote a well detailed documentation on how to manage externals in Pd. But I'm holding it back until we have this situation better cleared out. There are also parallel discussions and suggestions being made currently to Pd, so I'm also waiting to see how that goes. See this for instance: <a href="https://github.com/pure-data/pure-data/pull/205">https://github.com/pure-data/pure-data/pull/205</a></span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">And the exact same issue as you pointed out was already opened on Pd's github as well, here it is: <a href="https://github.com/pure-data/pure-data/issues/237">https://github.com/pure-data/pure-data/issues/237</a></span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br></span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">It was closed cause, well, this is known and intentional, but I still think we have more to do. </span>Regarding this conflicting and confusion situation about additional and  "standard paths" that are in conflict to Pd's own documentation, I have a new PR suggesting to just get rid of them here: <a href="https://github.com/pure-data/pure-data/pull/183">https://github.com/pure-data/pure-data/pull/183</a></div><div><br></div><div>Cause, as I see it, we either clean this up, or we have all these current and known paths as "standard paths" and document them as so, and also include the new ~/Pd/Documents/externals on mac as a new one - but since that already got rejected, cleaning up is the only way to go as I see it.</div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><br><div class="gmail_quote"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">2018-02-21 14:39 GMT-03:00 Alex<span> </span></span><span dir="ltr" style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><<a href="mailto:x37v.alex@gmail.com" target="_blank" style="color:rgb(17,85,204)">x37v.alex@gmail.com</a>></span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">:</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><blockquote class="gmail_quote" style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">[declare -lib jit_expr] worked on my osx machine.<br></div></blockquote><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><br></div></div></span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Yeah, well, so, as I said, </span>you should not bother to use "-stdlib" or "-stdpath"  unless you were using the "extra" folder, so this is what you should do indeed.</div><div><br></div><div>cheers</div><div><br></div><div> </div></div></div></div>