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.)
- Re: perl@10517 (Fail) Jarkko Hietaniemi
- Re: perl@10517 (Fail) Wilfredo Sanchez
- Re: perl@10517 (Fail) Ken Williams
- Re: perl@10517 (Fail) Wilfredo Sanchez
- Re: perl@10517 (Fail) Jarkko Hietaniemi
- Re: perl@10517 (Fail) Peter Prymmer
- Re: perl@10517 (Fail) Wilfredo Sanchez
- Re: perl@10517 (Fail) Wilfredo Sanchez
- Re: perl@10517 (Fail) Nicholas Clark
- Re: perl@10517 (Fail) Wilfredo Sanchez
- Re: perl@10517 (Fail) Edward Moy
- Re: perl@10517 (Fail) Nicholas Clark
- Re: perl@10517 (Fail) Edward Moy
- Re: perl@10517 (Fail) Jarkko Hietaniemi
- Re: perl@10517 (Fail) Martin Redington
- Re: perl@10517 (Fail) Edward Moy
- Re: perl@10517 (Fail) Nick Ing-Simmons
- Re: perl@10517 (Fail) Edward Moy
- Re: perl@10517 (Fail) Jarkko Hietaniemi
- Re: perl@10517 (Fail) Edward Moy
- Re: perl@10517 (Fail) Andreas J. Koenig