This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sparc-sun-solaris2.8 bootstrap failure


Phil Edwards writes:

> I also get a bootstrap failure, but at a different point, using trunk
> sources from about ten minutes ago:
> 
> 
> /bin/sh ../../trunk/gcc/move-if-change tmp-gtyp.h gtyp-gen.h
> gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common   -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../trunk/gcc -I../../trunk/gcc/. -I../../trunk/gcc/config -I../../trunk/gcc/../include  \
>   ../../trunk/gcc/gengtype.c -o gengtype.o
> gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common -Wno-error  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I../../trunk/gcc -I../../trunk/gcc/. -I../../trunk/gcc/config -I../../trunk/gcc/../include  \
>   ../../trunk/gcc/gengtype-lex.c -o gengtype-lex.o
> -:24:55: stdint.h: No such file or directory

This is most likely related to the version of flex you've installed: I'm
still using flex 2.5.4, and there's no reference to stdint.h in my
gengtype-lex.c.

	Rainer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]