Hi, I checked out the documentations from CVS because I wanted to try the External-making-howto. I compiled the helloworld-example there with the included Makefile. Compilation worked without any problems, but when I try to to load it in PD with pd -lib /home/chris/pd_externals/example1/helloworld.pd_linux it says "can't load library"
What am I doing wrong?
Thanks in advance.
Until someone else who knows how to make externals into libraries chimes in, you can try just putting it straight into your lib/pd/extra dir and then typing the name of the object :)
Kevin
On 4/29/07, Chris chris@proquariat.de wrote:
Hi, I checked out the documentations from CVS because I wanted to try the External-making-howto. I compiled the helloworld-example there with the included Makefile. Compilation worked without any problems, but when I try to to load it in PD with pd -lib /home/chris/pd_externals/example1/helloworld.pd_linux it says "can't load library"
What am I doing wrong?
Thanks in advance.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Try pd -path /home/chris/pd_externals/example1/ -lib helloworld
What you are doing wrong: you shouldn't specify the extension ".pd_linux"
Kevin McCoy wrote:
Until someone else who knows how to make externals into libraries chimes in, you can try just putting it straight into your lib/pd/extra dir and then typing the name of the object :)
Kevin
On 4/29/07, Chris chris@proquariat.de wrote:
Hi, I checked out the documentations from CVS because I wanted to try the External-making-howto. I compiled the helloworld-example there with the included Makefile. Compilation worked without any problems, but when I try to to load it in PD with pd -lib /home/chris/pd_externals/example1/helloworld.pd_linux it says "can't load library"
What am I doing wrong?
Thanks in advance.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list