>Hi!
>
[quoted text clipped - 16 lines]
>
>Is there any workaround?
in cstdlib_mach.h
change
char *user_from_uid(unsigned long, int);
to
//char *user_from_uid(unsigned long, int);
char *user_from_uid(unsigned int, int);
since a long and an int are the same 32 bit it shouldn't matter.
Ron

Signature
Metrowerks Community Forum is a free online resource for developers
to discuss CodeWarrior topics with other users and Metrowerks' staff
-- http://www.metrowerks.com/community --
Ron Liechty - MWRon@metrowerks.com - http://www.metrowerks.com