Re: [PD-dev] multicast patch to OSCx

2007-01-17 Thread Hans-Christoph Steiner
On Jan 8, 2007, at 12:08 PM, Stephen Sinclair wrote: It builds on Mac OS X and GNU/Linux (i.e. works on UNIX), but dies on Windows/MinGW: Hello, You can find my patch for this on the patch tracker. I still don't know why the changes don't seem to work for sendOSC in Windows, but at least

Re: [PD-dev] multicast patch to OSCx

2007-01-08 Thread Stephen Sinclair
It builds on Mac OS X and GNU/Linux (i.e. works on UNIX), but dies on Windows/MinGW: Hello, You can find my patch for this on the patch tracker. I still don't know why the changes don't seem to work for sendOSC in Windows, but at least it compiles correctly now. Steve

Re: [PD-dev] multicast patch to OSCx

2007-01-02 Thread Hans-Christoph Steiner
I'm not going to do it, but feel free to do it yourself. Or you can use the Pd-extended build system, it works and is maintained on many platforms, including yours. For this, you would: cd pure-data/externals make oscx .hc On Jan 2, 2007, at 10:59 AM, Stephen Sinclair wrote: That's

Re: [PD-dev] multicast patch to OSCx

2007-01-02 Thread Hans-Christoph Steiner
It builds on Mac OS X and GNU/Linux (i.e. works on UNIX), but dies on Windows/MinGW: cd src make make[4]: Entering directory `/home/pd/auto-build/pd-extended/ externals/OSCx/src' gcc -g -O2 -mms-bitfields -Wall -Wimplicit -Wunused -Wmissing- prototypes -O3 -I../libOSC -I../../pd/src

Re: [PD-dev] multicast patch to OSCx

2007-01-01 Thread Hans-Christoph Steiner
I committed it without the changes to configure.ac since those broke the Pd-extended build stuff. We'll see tomorrow whether it builds on Windows... .hc On Dec 28, 2006, at 3:11 PM, Stephen Sinclair wrote: Hi, I did this patch quickly because I needed it. The changes are _very_