java/parse.c not generated
Levente Farkas
lfarkas@mindmaker.hu
Wed Jul 5 08:43:00 GMT 2000
hi,
if I delete the bison generated files like java/parse.c this file (the
other files like cp/parse.c are ok) are not regenerated (may be those
which comes later also not generated):
---------------------
cd cp && make ../../../gcc/cp/parse.c
make[3]: Entering directory `/home/redhat/BUILD/gcc/obj-i386-redhat-linux/gcc/cp
'
expect 33 shift/reduce conflicts and 58 reduce/reduce conflicts.
cd ../../../gcc/cp; bison -d -o parse.c parse.y
parse.y contains 33 shift/reduce conflicts and 58 reduce/reduce conflicts.
cd ../../../gcc/cp; grep '^#define[ ]*YYEMPTY' parse.c >>parse.h
make[3]: Leaving directory `/home/redhat/BUILD/gcc/obj-i386-redhat-linux/gcc/cp'
make[2]: *** No rule to make target `../../gcc/java/parse.c', needed by `intl.al
l'. Stop.
make[2]: Leaving directory `/home/redhat/BUILD/gcc/obj-i386-redhat-linux/gcc'
make[1]: *** [bootstrap-lean] Error 2
make[1]: Leaving directory `/home/redhat/BUILD/gcc/obj-i386-redhat-linux/gcc'
make: *** [bootstrap-lean] Error 2
---------------------
yours.
-- Levente
"The only thing worse than not knowing the truth is
ruining the bliss of ignorance."
More information about the Gcc-bugs
mailing list