<div dir="ltr">Thanks for clarifications IOhannes! <div>I would really prefer to not declare anything with specific path references like this one with the Gem-0.93.3 folder. I understand it will induce problems if shared and if drives/sticks changes places, OS´s. The reason the versioned folder got there was due to the suggestion from Oliver to unzip all Gem.zip into the "extra" folder, which I did and got it there. I also tried to set path preferences  (from menu - File-Preference-Path, also File-Preference-Startup, but it seems that neither of them are remembered after restart of Pd. </div><div><br></div><div>Will try to rename the versioned folder to just Gem.... instead of Gem-0.93.9  so to get rid of the dependecies. I hope it will work like that.</div><div><br></div><div>Guess I was happy that Gem finally started to work on this machine I am at, so didn´t see the fatalities of the versioned folder. (why is it anyway included in the zip-file if it causes this instabilties?)</div><div><br></div><div>All the best!</div><div>Björn Eriksson</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 4, 2016 at 1:25 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-08-04 03:23, Björn Eriksson wrote:<br>
> In the patch I do have to [declare -lib /Gem-0.93.3/Gem] or with direct<br>
> path where Gem is installed, on my external harddrive that is [declare -lib<br>
> G:/pd/extra/Gem-0.93.3/Gem].<br>
<br>
</span>well, that sounds like a bad layout.<br>
the point of using [declare] is to create patches with dependency<br>
information that is platform independent and sharable.<br>
<br>
for instance it makes little sense to use [declare -lib<br>
D:\bjoern\Pd-Projects\Gem-0.89\Gem]: while it might work, the patch will<br>
break as soon as you give it away (or port it to another computer, that<br>
is not running windows ANDOR has a cd-drive occupying the "D:" letter<br>
rather than yoiur USB-stick ANDOR has a different filesystem layout<br>
ANDOR ...<br>
<br>
sp, if you put your externals into extra/, then you shouldn't use<br>
version-prefixes.<br>
if you do want to organise the directories the way you like, use the<br>
preferences to add additional paths.<br>
<br>
e.g. extracting Gem to D:\bjoern\Pd-Projects\Gem-0.89\Gem\ you could add<br>
"D:\bjoern\Pd-Projects\Gem-0.89\" to your search-paths (in the<br>
Pd-preferences) and then use [declare -lib Gem] in your patch.<br>
then, if you want to migrate the patch to another machine, install Gem<br>
to /home/bobby/projects/2018/external-pool/Gem/ and add<br>
"/home/bobby/projects/2018/external-pool" to your Pd-preferences.<br>
then run your patch.<br>
without any modifications!<br>
<br>
<br>
fgasdmr<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="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
<br></blockquote></div><br></div>