Re: [PD] compiling externals for pd on OS X yosemite

2015-07-05 Thread IOhannes m zmölnig
On 07/05/2015 01:57 AM, Dan Wilcox wrote: They have? https://github.com/pure-data/pd-lib-builder has that ever been announced? if so, i missed it; sorry. gfdsr IOhannes signature.asc Description: OpenPGP digital signature ___

Re: [PD] compiling externals for pd on OS X yosemite

2015-07-05 Thread katja
On Sun, Jul 5, 2015 at 8:21 PM, IOhannes m zmölnig zmoel...@iem.at wrote: On 07/05/2015 01:57 AM, Dan Wilcox wrote: They have? https://github.com/pure-data/pd-lib-builder has that ever been announced? if so, i missed it; sorry. No it isn't announced yet. The helloworld project in the same

Re: [PD] compiling externals for pd on OS X yosemite

2015-07-04 Thread IOhannes m zmölnig
On 07/04/2015 03:21 PM, Alexandre Matheson wrote: Hello list, I’m following a pdf tutorial a pdf tutorial??? on creating externals for PD and I'm compiling using gcc and the terminal. I believe there is another step afterward to get pd to recognize the object as an external but I can’t

Re: [PD] compiling externals for pd on OS X yosemite

2015-07-04 Thread Dan Wilcox
They have? https://github.com/pure-data/pd-lib-builder https://github.com/pure-data/pd-lib-builder and a helloworld https://github.com/pure-data/helloworld example Dan Wilcox @danomatika https://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com

[PD] compiling externals for pd on OS X yosemite

2015-07-04 Thread Alexandre Matheson
Hello list, I’m following a pdf tutorial on creating externals for PD and I'm compiling using gcc and the terminal. I believe there is another step afterward to get pd to recognize the object as an external but I can’t seem to find the info for os X. gcc -c helloworld.c -o helloworld.o ld

Re: [PD] compiling externals for pd on OS X yosemite

2015-07-04 Thread Antoine Villeret
Hi, .pd_linux is the extension for Linux. Try with .pd_darwin After that, launch pd with -verbose option. It should display all the paths where it search a candidate when you add a box. ++ A Le sam. 4 juil. 2015 15:22, Alexandre Matheson alexandre.mathe...@gmail.com a écrit : Hello list,