<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_ym19_1_1501449171389_8722">> yeah, this worked because of libdir. <br></div><div id="yui_3_16_0_ym19_1_1501449171389_8724"><br></div><div id="yui_3_16_0_ym19_1_1501449171389_8726">A few details:<br></div><div id="yui_3_16_0_ym19_1_1501449171389_8728"><br></div><div id="yui_3_16_0_ym19_1_1501449171389_8708">* The Pd extended libdir loader searches for a $LIBNAME-meta.pd file. If <br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1501449171389_8709">it finds it it adds the directory containing it to the global search path.</div><div dir="ltr" id="yui_3_16_0_ym19_1_1501449171389_8767">* namespace prefixes (probably better referred to as directory prefixes) will <br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1501449171389_8980">add the prefixed name to Pd's object creator methodspace.</div><div dir="ltr" id="yui_3_16_0_ym19_1_1501449171389_8854"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1501449171389_8855">So if you do this:</div><div dir="ltr" id="yui_3_16_0_ym19_1_1501449171389_8925">[foo/image]</div><div dir="ltr" id="yui_3_16_0_ym19_1_1501449171389_8926">[bar/image]</div><div dir="ltr" id="yui_3_16_0_ym19_1_1501449171389_8945">[/home/foo/decade_old_version/build/bin/image]</div><div dir="ltr" id="yui_3_16_0_ym19_1_1501449171389_8969"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1501449171389_8971">None will clash with the others.</div><div dir="ltr"><br></div><div dir="ltr">(Of course if you have /home/foo AND /home/bar/foo in your search path <br></div><div dir="ltr">then you are right back to depending on path search order...)</div><div dir="ltr"><br></div><div dir="ltr">-Jonathan<br></div></div></body></html>