Dear list,
still I am having troubles in loading the externals so I suspect that either I have not understood something
fundamental or there is a bug or something needed to be done during configuring/building pd.
Just to remind you, I am using an odroid C2 board running ubuntu 16.04, and I built the last version of pd 0.47.1.
These are the trials I did.
In each trial I Inserted in the preferences the path /usr/lib/extra (where the externals are present).
For the sake of sempilicity I refer to the library cyclone and its object gate
Trial 1:
- I create the object "cyclone/gate" , without having created the object "declare".
Result: it works
Trial 2:
- I created an object "declare -stdpath cyclone"
Result: error couldn't create gate
However, if I create the object "cyclone/gate" it still works. Notably, if I then create an object "gate" (not "cyclone/gate")
the object can be created without errors.
Trial 3:
- I created an object "declare -path cyclone"
Result: error couldn't create gate
Trial 4:
- I created an object "declare -lib cyclone"
Result: error couldn't create gate
Trial 5:
- I created an object "declare -lib /usr/lib/extra/cyclone"
Result: error couldn't create gate
- In the Preferences I added the startup flag "-path cyclone"
Result: error couldn't create gate
Trial 7:
- In the Preferences I added the startup flag "-path /usr/lib/extra/cyclone"
Result: error couldn't create gate
Trial 8:
- In the Preferences I added the startup flag "-lib cyclone"
Result: error couldn't create gate
Trial 9:
- In the Preferences I added the startup flag "-lib /usr/lib/extra/cyclone"
Result: error couldn't create gate
Can anyone suggest how can I solve this problem? I would like to avoid to place cyclone in front
of every object gate, etc.
Thanks in advance
Best
Angelo