[PD-dev] [pure-data:bugs] #1212 [declare -stdpath] does not work on Windows

Roman Haefeli rdz at users.sf.net
Sat Jul 4 13:37:01 CEST 2015




---

** [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 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20150704/ce8d71f2/attachment.html>


More information about the Pd-dev mailing list