<div class="markdown_content"><hr />
<p><strong> <a class="alink" href="http://sourceforge.net/p/pure-data/bugs/1212">[bugs:#1212]</a> <span><span>[declare -stdpath]</span></span> does not work on Windows</strong></p>
<p><strong>Status:</strong> open<br />
<strong>Group:</strong> v0.46<br />
<strong>Created:</strong> Sat Jul 04, 2015 11:37 AM UTC by Roman Haefeli<br />
<strong>Last Updated:</strong> Sat Jul 04, 2015 11:37 AM UTC<br />
<strong>Owner:</strong> Miller Puckette</p>
<p><span>[declare -stdpath]</span> doesn't expand any paths (or at least not the expected ones) on Windows.</p>
<p>When using <span>[declare -stdpath extra/osc]</span> in Linux, <span>[packOSC]</span> can be loaded (at least) from the following locations:</p>
<p>/usr/lib/pd/extra/osc<br />
/home/user/pd-externals/osc</p>
<p>When using <span>[declare -stdpath extra/osc]</span> on Windows XP, <span>[packOSC]</span> is not found, while osc is installed in one of those folders:</p>
<p>C:\Documents and Settings\user\Application Data\Pd\osc<br />
C:\Program Files\Common Files\pd\osc<br />
<pd-install-path>\extra\osc</p>
<p>However, when Pd is installed in C:\Program Files\pd, this <em>is</em> searched:</p>
<p>C:\Program Files\pd\extra\osc</p>
<p>(but not the other standard paths).</p>
<p>There seems to be no issue with the -stdlib flag. When using <span>[declare -stdlib extra/zexy]</span>, zexy objects can be instantiated when zexy is installed in one of those locations:</p>
<p>C:\Documents and Settings\user\Application Data\Pd\zexy<br />
C:\Program Files\Common Files\pd\zexy<br />
<pd-install-path>\extra\zexy</p>
<hr />
<p>Sent from sourceforge.net because pd-dev@lists.iem.at is subscribed to <a href="https://sourceforge.net/p/pure-data/bugs">https://sourceforge.net/p/pure-data/bugs/</a></p>
<p>To unsubscribe from further messages, a project admin can change settings at <a href="https://sourceforge.net/p/pure-data/admin/bugs/options.">https://sourceforge.net/p/pure-data/admin/bugs/options.</a>  Or, if this is a mailing list, you can unsubscribe from the mailing list.</p></div>