This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gnu/gcj/io/shs.cc doesn't compile on Solaris 2.5.1 (bootstrap failure)
Tom Tromey writes:
> >>>>> "Rainer" == Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> writes:
>
> Rainer> # if HAVE_STDINT_H
> Rainer> # include <stdint.h>
> Rainer> +# else
>
> Does the else really belong here?
> Solaris has <inttypes.h> but it doesn't define these types?
no, Solaris 2.5.1 has neither inttypes.h nor stdint.h. inttypes.h first
appeared in 2.6. Only Solaris 2.5.1 pthread.h has {u,}int<n>_t
definitions.
Rainer