I made a private copy of stdint.h and changed:

< #define INT32_MIN        -2147483648
---
 > #define INT32_MIN        -2147483647

After setting cflags to use my stdint.h, I rebuilt, and the build 
succeeded!  There were no "decimal constant is so large that it is 
unsigned" warnings.

I ran make test, and (after remembering to unsetenv LANG, which without it,
  causes bogus test failures), I get:

        Failed 3 test scripts out of 371, 99.19% okay.

More later....
--------------------------------------------------------------------------
Edward Moy
Apple Computer, Inc.
[EMAIL PROTECTED]

(This message is from me as a reader of this list, and not a statement
from Apple.)

Reply via email to