Re: [PD] Wrong architecture - when compiling objects

2011-04-18 Thread Alexandre Porres
more of the error as it presents itself; ../roughness.pd_darwin, 10): no suitable image found. Did find: ../roughness.pd_darwin: mach-o, but wrong architecture cheers 2011/4/18 Alexandre Porres por...@gmail.com Hey folks, I really suck at compiling objects, and I'm getting this problem that

Re: [PD] Wrong architecture - when compiling objects

2011-04-18 Thread Mathieu Bouchard
On Mon, 18 Apr 2011, Alexandre Porres wrote: more of the error as it presents itself; ../roughness.pd_darwin, 10): no suitable image found.  Did find: ../roughness.pd_darwin: mach-o, but wrong architecture Will you release the source code and announce it ?

Re: [PD] Wrong architecture - when compiling objects

2011-04-18 Thread Hans-Christoph Steiner
You're best bet is to use the library/makefile template, it'll handle Debian/Ubuntu, GNU/Linux, Mac OS X Universal PowerPC/i386/x86_64, Windows/MinGW, Windows/Cygwin, Android and iOS. With most objects, you'll get that all with no extra effort:

Re: [PD] Wrong architecture - when compiling objects

2011-04-18 Thread Alexandre Porres
I worked it out just putting: -m32 it makes it compile for 32bits thanks 2011/4/18 Jaime Oliver jaime.oliv...@gmail.com well, in 10.6 I believe you should be trying to build a .d_fat external, not a .pd_darwin so, you should be executing: make roughness.d_fat and the make file something