/Developer/SDKs/MacOSX10.4u.sdk/usr/include/architecture/ppc/math.h:578:30:
error: macro "gamma" passed 1 arguments, but takes just 0
What this tells you is that in your code you cannot have both
#define gamma() somethingorother
and
#include <math.h>
--
Martin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Unix-porting mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden