hiya,
...just upgraded to 10.2 this weekend, and have started back in
on GEM...when right off the bat, there's now a definition problem with
something in m_pd.h...specifically:
#ifdef MACOSX
#define cabs()
smerdyakov(void)
#endif
...this now conflicts with:
/*
* BSD math library entry points
*/
extern double cabs ( _complex z );
...which is included from /usr/include/math.h in the
CoreFoundation.framework...is it ok to remove the old define in m_pd.h
in favor of this new (hopefully correct) implementation?
tanx,
jamie