Hello everybody,
complete beginner speaking... I managed to install Pd-extended. I now try to use pdp and pidip objects but they "don't create". Reading through the list archive, I understood that i was supposed to load the library pdp, but there i'm not quite sure of what i'm doing.
is this correct : ? pd -lib /usr/local/app/Pd-0.39.2-extended-test1-linux-i686/lib/pd/extra/pdp.pd_linux/pdp
If yes, why do I get "/usr/local/app/Pd-0.39.2-extended-test1-linux-i686/lib/pd/extra/pdp.pd_linux: can't load library" ?
If pdp has to be loaded starting PD, is there any other package I'm supposed to load ?
Thanks you,
Nicolaos.
Hallo, Nicolas Sauret hat gesagt: // Nicolas Sauret wrote:
complete beginner speaking... I managed to install Pd-extended. I now try to use pdp and pidip objects but they "don't create". Reading through the list archive, I understood that i was supposed to load the library pdp, but there i'm not quite sure of what i'm doing.
is this correct : ? pd -lib /usr/local/app/Pd-0.39.2-extended-test1-linux-i686/lib/pd/extra/pdp.pd_linux/pdp
No, you need to omit the ".pd_linux"-part and use: $ pd -lib /usr/local/app/Pd-0.39.2-extended-test1-linux-i686/lib/pd/extra/pdp
Frank Barknecht _ ______footils.org_ __goto10.org__
On Mar 3, 2006, at 8:39 AM, Nicolas Sauret wrote:
complete beginner speaking...
...welcome...
I managed to install Pd-extended. I now try to use pdp and pidip
objects but they "don't create". Reading through the list archive, I understood that i was supposed
to load the library pdp, but there i'm not quite sure of what i'm
doing.is this correct : ? pd -lib /usr/local/app/Pd-0.39.2-extended-test1-linux-i686/lib/pd/ extra/pdp.pd_linux/pdp
...not correct, and there are three ways to fix it:
extra/pdp.pd_linux
or
extra -lib pdp.pd_linux
or
...this last one works because "lib/pd/extra" is usually
automatically in the list of paths that pd will search for externals...
If yes, why do I get "/usr/local/app/Pd-0.39.2-extended-test1-linux- i686/lib/pd/extra/pdp.pd_linux: can't load library" ?
If pdp has to be loaded starting PD, is there any other package I'm
supposed to load ?
...you might also want to load pidip.pd_linux...
james