Thanks Mathieu, i figured with the mach-o error which i recall from SGI days as 
well that it had to do with the CPU
Has anyone compiled vbap for Intel?
I am currently using panN~ from xjimmies2 which does not seem to use 
define_loudspeakers, but i am curious to try it regardless

pp
________________________________________
From: Mathieu Bouchard [ma...@artengine.ca]
Sent: Sunday, October 17, 2010 8:24 AM
To: Pagano, Patrick
Cc: pd-list@iem.at
Subject: Re: [PD] vbap/define_loudspeakers mach-o error

On Sun, 17 Oct 2010, Pagano, Patrick wrote:

> i am exploring panning for a project which has led me back to vbap and a
> bunch of other cool panners I want to use panN~ from xjimmies but i get
> this error when trying to get vbap & define_loudspeakers to load can
> anyone help me with this error?

The .pd_darwin files must be compiled for the same CPU type as the
Pd-extended you use. For example, if you have an Intel CPU, then
Pd-extended for Intel is more efficient than Pd-extended for PPC, but the
former can only load .pd_darwin files made for Intel, and the latter can
only load .pd_darwin files made for PPC.

OSX's mach-o format has the particularity of allowing to merge support for
several CPUs in the same file, but not everybody uses that all of the
time.

  _______________________________________________________________________
| Mathieu Bouchard ------------------------------ Villeray, Montréal, QC

_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to