This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Missing tree-check.h when building gcc 2000-12-17 cvs snapshot on win2k/pro with cygwin
- To: "gcc" <gcc at gcc dot gnu dot org>
- Subject: Missing tree-check.h when building gcc 2000-12-17 cvs snapshot on win2k/pro with cygwin
- From: Christian Jönsson <chj at lin dot foa dot se>
- Date: Mon, 18 Dec 2000 10:37:21 +0100
- Organization: Sweden's Defence Research Est.
I tried compiling the gcc cvs sources 2000-12-17 (about 20:41 + 01:00)
on my win2k/pro box using a cygwin 1.1.7s(0.31/3/2) 2000-12-13 23:55
snapshot. I also applied the getopt patch suggested in
http://gcc.gnu.org/ml/gcc-patches/2000-11/msg00908.html
Here's where it got me:
gcc -c -DIN_GCC -g -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
-DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I../../gcc/gcc
-I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include \
splay-tree.c -o splay-tree.o
In file included from ../../gcc/gcc/config/i386/winnt.c:24:
../../gcc/gcc/rtl.h:1526: genrtl.h: No such file or directory
In file included from ../../gcc/gcc/config/i386/winnt.c:28:
../../gcc/gcc/tree.h:325: tree-check.h: No such file or directory
make[2]: *** [winnt.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory
`/usr/local/src/objdir-gcc-2000-12-17-2041+0100/gcc'
make[1]: *** [stage_a] Error 2
make[1]: Leaving directory
`/usr/local/src/objdir-gcc-2000-12-17-2041+0100/gcc'
make: *** [bootstrap-lean] Error 2
Any ideas?
/ChJ