This is the mail archive of the gcc-bugs@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]

java/parse.c not generated


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."

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