Note that as of Xcode 4.x, the ppc is no longer supported. You have to build with Xcode 3.2.x to get ppc support(and possibly also build for minimum OS version = 10.4.x, as not all ppc machines will necessarily have upgraded to Leopard). Sometimes it is easier to buid on a G4-based machine (using Xcode 3.x) and then add the binary to the intel builds with lipo. There remains the question of how long one should go on supporting the ppc. A three-way fat binary makes for a large file, and 95% (?) of the time the 1/3rd that is the ppc version is just dead weight.
Richard Dobson On 15/12/2011 16:42, René Dudfield wrote: > Hello, > > I'm trying to get a binary of portmidi that works on ppc, x86, and x86 64... > > I've been trying to compile it on Lion, with no luck. > > Does anyone provide a binary somewhere? Or can anyone help me compile it? > > > cheers, > > > > _______________________________________________ > media_api mailing list > [email protected] > http://lists.create.ucsb.edu/mailman/listinfo/media_api _______________________________________________ media_api mailing list [email protected] http://lists.create.ucsb.edu/mailman/listinfo/media_api
