I'm not sure this is the right list to write to, anyway...
If you're writing to two different lists, at least one of them is
probably wrong. I'd suggest email@hidden .
/usr/include/architecture/ppc/math.h:361: error: declaration of C
function 'float acos(float)' conflicts with
/usr/include/architecture/ppc/math.h:360: error: previous
declaration 'double acos(double)' here
while in mat.h the second declaration is not "float acos(float)" but
"float acosf(float)". Why the letter "f" is not considered?
The same error is returned for many other declarations (sqrt, atan,
etc.).
There may be a file in your code with things like `#define acosf acos`.
--
Greg Parker email@hidden Runtime Wrangler
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/x11-users/email@hidden