<div dir="ltr">Dear list,<div>still I am having troubles in loading the externals so I suspect that either I have not understood something </div><div>fundamental or there is a bug or something needed to be done during configuring/building pd.</div><div>Just to remind you, I am using an odroid C2 board running ubuntu 16.04, and I built the last version of pd 0.47.1.</div><div><br></div><div>These are the trials I did. </div><div>In each trial I Inserted in the preferences the path /usr/lib/extra (where the externals are present).</div><div>For the sake of sempilicity I refer to the library cyclone and its object gate</div><div><br></div><div><br></div><div>Trial 1:</div><div>- I create the object "cyclone/gate" , without having created the object "declare".<br></div><div>Result: it works</div><div><br></div><div><br></div><div>Trial 2:</div><div>- I created an object "declare -stdpath cyclone"</div><div>Result: error couldn't create gate</div><div><br></div><div>However, if I create the object "cyclone/gate" it still works. Notably, if I then create an object "gate" (not "cyclone/gate")</div><div>the object can be created without errors.</div><div><br></div><div><div><br class="">Trial 3:</div><div>- I created an object "declare -path cyclone"</div><div>Result: error couldn't create gate</div></div><div><br></div><div><br></div><div><div><div><div>Trial 4:</div><div>- I created an object "declare -lib cyclone"</div><div>Result: error couldn't create gate</div></div><div><br></div></div></div><div><div><div><br></div><div>Trial 5:</div><div>- I created an object "declare -lib /usr/lib/extra/cyclone"</div><div>Result: error couldn't create gate</div></div><div><br></div></div><div><br></div><div><div></div>Trial 6:</div><div>- In the Preferences I added the startup flag "-path cyclone" </div><div>Result: error couldn't create gate<br></div><div><br></div><div><br></div><div><div>Trial 7:</div><div>- In the Preferences I added the startup flag "-path /usr/lib/extra/cyclone" </div></div><div>Result: error couldn't create gate<br></div><div><br></div><div><br></div><div><div>Trial 8:</div><div>- In the Preferences I added the startup flag "-lib cyclone" </div><div>Result: error couldn't create gate<br></div><div><br></div><div><br></div><div><div>Trial 9:</div><div>- In the Preferences I added the startup flag "-lib /usr/lib/extra/cyclone" </div></div><div>Result: error couldn't create gate<br></div></div><div><br></div><div><br></div><div>Can anyone suggest how can I solve this problem? I would like to avoid to place cyclone in front</div><div>of every object gate, etc.</div><div><br></div><div>Thanks in advance</div><div><br></div><div>Best</div><div><br></div><div>Angelo</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 5, 2016 at 7:30 PM, Lucas Cordiviola <span dir="ltr"><<a href="mailto:lucarda27@hotmail.com" target="_blank">lucarda27@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p></p>
<div>I`m not a Linux user so not sure:</div><span class="">
<div><br>
</div>
<p></p>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px">
<p></p>
<div><i>I want to avoid using the name of the package before each external I need to </i></div>
<p></p>
<p></p>
<div><i>use. So I created an object with "declare -stdpath /usr/lib/pd/extra/osc".</i>  </div>
<p></p>
</blockquote>
<p></p>
<div><br>
</div>
</span><div>Isn't this [declare -stdpath osc] ?</div><span class="">
<div><br>
</div>
<p></p>
<blockquote style="margin:0 0 0 40px;border:none;padding:0px">
<p></p>
<div><i>So I tried to set the startup flags e.g. -lib /usr/lib/pd/extra/osc but when I </i></div>
<p></p>
<p></p>
<div><i>launch pd I get "can't load library"</i> </div>
<p></p>
</blockquote>
<p></p>
<div><br>
</div>
</span><div>Sure on this, Osc is not a lib. Libs are Gem and Zexy 2.2.6svn …</div>
<div><br>
</div>
<div>try:</div>
<div><br>
</div>
<div>-path /usr/lib/pd/extra/osc</div>
<div><br>
</div>
<div>But probably with the above [declare] you got it.</div>
<br>
<p></p>
<p><br>
</p>
<div><font face="Courier New, Courier, Monospace" size="2">Mensaje telepatico asistido por maquinas.</font>
</div>
<br>
<br>
<div style="color:rgb(0,0,0)">
<hr style="display:inline-block;width:98%">
<div dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Pd-list <<a href="mailto:pd-list-bounces@lists.iem.at" target="_blank">pd-list-bounces@lists.iem.at</a>> on behalf of Angelo Arcadi <<a href="mailto:angelo.arcadi.mailinglist@gmail.com" target="_blank">angelo.arcadi.mailinglist@<wbr>gmail.com</a>><br>
<b>Sent:</b> Friday, August 5, 2016 11:01 PM<br>
<b>To:</b> <a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a><br>
<b>Subject:</b> [PD] External libraries not found via declare object or startup flags (pd 0.47.1, linux)</font>
<div> </div>
</div><div><div class="h5">
<div>
<div dir="ltr">Dear list,
<div>I get an unwanted beheaviour with the location of the externals libraries installed on pd 0.47.1. Pd was compiled from sources, on ubuntu 16.04 linux running on the odroid-c2 board (armv8-64)</div>
<div><br>
</div>
<div>I installed the externals I needed via apt-get install pd-name_package.<br>
The package got installed in /usr/lib/pd/extra. I have added such folder in the <br>
search path.<br>
<br>
Now in pd I want to use some of those externals, let's say "packOSC". <br>
At this stage If I create an object with "osc/packOSC" it works. <br>
<br>
<br>
I want to avoid using the name of the package before each external I need to <br>
use. So I created an object with "declare -stdpath /usr/lib/pd/extra/osc". <br>
<br>
The problem is that pd seems to ignore that command, or the analog ones with -path and -lib.</div>
<div><br>
</div>
<div>So I tried to set the startup flags e.g. -lib /usr/lib/pd/extra/osc but when I
<br>
launch pd I get "can't load library"<br>
<br>
Any suggestion or workaround? Is there maybe a bug?<br>
<br>
Thanks in advance<br>
<br>
Best<br>
<br>
Angelo<br>
</div>
</div>
</div>
</div></div></div>
</div>
</div>

</blockquote></div><br></div>