[L2Ork-dev] updating cyclone

katja katjavetter at gmail.com
Sat Apr 1 10:21:02 UTC 2017


On Fri, Mar 31, 2017 at 4:36 PM, Jonathan Wilkes <jancsika at yahoo.com> wrote:
>> On Thu, Mar 30, 2017 at 8:46 PM, Jonathan Wilkes <jancsika at yahoo.com>
>> wrote:

[...]
> I also get this at the head of the make pd-cyclone output:
> ls: cannot access 'C:\Program Files/pd/bin': No such file or directory
> ls: cannot access 'C:\Program Files/pd/src': No such file or directory

'C:\Program Files/pd/bin' and 'C:\Program Files/pd/src' are default
search locations which are overridable but which pd-lib-builder tries
to verify anyhow. The error messages should better go to stderror, not
stdout, that's on my to do list.

If m_pd.h and pd.dll are both to be found in
'/home/USER/purr-data/pd/src/', specify this same path for
PDINCLUDEDIR and PDBINDIR. Important: do not specify or export PD_PATH
or PDDIR in this case, because these assume a tree layout with
pd/bin/pd.dll, and will mess up explicit paths.

By the way you can get the conventional tree with pd.dll in the bin
directory via makefile.mingw if you do a local install using the
DESTDIR variable.

Katja



> I imagine the problem is that we're still using the makefile.mingw script
> in pd/src, and it puts pd.dll in pd/src instead of pd/bin.  Still, the
> variables
> above should take care of that.
>
> -Jonathan
>
>> Katja


More information about the L2Ork-dev mailing list