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

Build error: xgcc: java/parse-scan.c: No such file or directory


Hi,
I downloaded gcc 4.2.0 source and I got the following during the compilation

make[3]: Entering directory `/home/macekt/Instalace/GCC/gcc-4.2.0/host-i686-pc-linux-gnu/gcc'
/home/macekt/Instalace/GCC/gcc-4.2.0/missing bison -t -o java/parse-scan.c ../.././gcc/java/parse-scan.y
WARNING: `bison' missing on your system. You should only need it if
you modified a `.y' file. You may need the `Bison' package
in order for those modifications to take effect. You can get
`Bison' from any GNU archive site.
/home/macekt/Instalace/GCC/gcc-4.2.0/host-i686-pc-linux-gnu/prev-gcc/xgcc -B/home/macekt/Instalace/GCC/gcc-4.2.0/host-i686-pc-linux-gnu/prev-gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute -Wno-error -DHAVE_CONFIG_H -I. -Ijava -I../.././gcc -I../.././gcc/java -I../.././gcc/../include -I../.././gcc/../libcpp/include -I../.././gcc/../libdecnumber -I../libdecnumber java/parse-scan.c -o java/parse-scan.o
xgcc: java/parse-scan.c: No such file or directory
xgcc: no input files
make[3]: *** [java/parse-scan.o] Error 1
make[3]: Leaving directory `/home/macekt/Instalace/GCC/gcc-4.2.0/host-i686-pc-linux-gnu/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/home/macekt/Instalace/GCC/gcc-4.2.0'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/home/macekt/Instalace/GCC/gcc-4.2.0'
make: *** [all] Error 2



I'm running openSuse 10.1 (2.6.16.13). I also tried installing bison, but it didn't help.


Thanks for help,
Martin


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