<div dir="ltr">verbose:<div>amongst the paths that fail is "tried /Users/(user)/Desktop/Gem/Gem.pd_darwin and succeeded" </div><div>and yet "/Users/(user)/Desktop/Gem: can't load library" at the end</div><div>(not other unique message types)</div><div><br></div><div>i attached two images.  the first shows root after compile and the second shows the actual location of Gem.pd_darwin after "Show Original" on the alias (it's in Gem/src/.libs)</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 2, 2016 at 4:22 AM, IOhannes m zmölnig <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>On 05/01/2016 12:00 AM, j-p k wrote:<br>
> ...and it builds w/ no errors.  at the root level are aliases pointing to<br>
> the darwins, including gem.pd_darwin.<br>
<br>
</span>note, that while your filesystem might be case-insensitive, Pd is not.<br>
Gem is written with a capital G, so it should be Gem.pd_darwing, and<br>
(more importantly), you should use "-lib /path/to/Gem" to load the<br>
externals /path/to/Gem.pd_darwin.<br>
<br>
you also might want to run this from the cmdline and with a high<br>
verbosity, to see whether the loading throws any helpful errors.<br>
<br>
$ /Applications/Pd-0.37-5.app/Contents/Resources/bin/pd \<br>
    -verbose -verbose -lib /path/to/Gem<br>
<br>
<br>
<br>
<br>_______________________________________________<br>
GEM-dev mailing list<br>
<a href="mailto:GEM-dev@lists.iem.at" target="_blank">GEM-dev@lists.iem.at</a><br>
<a href="https://lists.puredata.info/listinfo/gem-dev" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/gem-dev</a><br>
<br></blockquote></div><br></div></div>