[PD] Externals - Compilation or Usage Problems

2007-04-29 Thread Chris
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

Re: [PD] Externals - Compilation or Usage Problems

2007-04-29 Thread Kevin McCoy
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 [EMAIL PROTECTED] wrote: Hi, I checked out the documentations from CVS because I

[PD] Externals - Compilation or Usage Problems

2007-04-29 Thread Chris
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

[PD] Externals - Compilation or Usage Problems

2007-04-29 Thread Chris
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

Re: [PD] Externals - Compilation or Usage Problems

2007-04-29 Thread Claude Heiland-Allen
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

Re: [PD] Externals - Compilation or Usage Problems

2007-04-29 Thread Martin Peach
Chris 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