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