D.gnu - build error on MinGW
- Valery (12/12) Jul 04 2005 When I try to compile GDC on MinGW/MSYS, I get the following error :
-
David Friedman
(4/19)
Jul 05 2005
The file should be in
/gcc. You might want to try building the - Valery (3/26) Jul 09 2005 You're right, bison was missing :)
When I try to compile GDC on MinGW/MSYS, I get the following error : gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengtype.exe \ gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a ./gengtype ./input.h: No such file or directory make[1]: *** [s-gtype] Error 1 make[1]: Leaving directory `/c/gdc/build/gcc' make: *** [all-gcc] Error 2 What is that input.h file that is missing ? Valéry
Jul 04 2005
Valery wrote:When I try to compile GDC on MinGW/MSYS, I get the following error : gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengtype.exe \ gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a ./gengtype ./input.h: No such file or directory make[1]: *** [s-gtype] Error 1 make[1]: Leaving directory `/c/gdc/build/gcc' make: *** [all-gcc] Error 2 What is that input.h file that is missing ? ValéryThe file should be in <srcdir>/gcc. You might want to try building the compiler without gdc as a sanity check. David
Jul 05 2005
David Friedman a écrit :Valery wrote:You're right, bison was missing :) Now that works and I can debug programs on Windows, thanks !When I try to compile GDC on MinGW/MSYS, I get the following error : gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o gengtype.exe \ gengtype.o gengtype-lex.o gengtype-yacc.o ../libiberty/libiberty.a ./gengtype ./input.h: No such file or directory make[1]: *** [s-gtype] Error 1 make[1]: Leaving directory `/c/gdc/build/gcc' make: *** [all-gcc] Error 2 What is that input.h file that is missing ? ValéryThe file should be in <srcdir>/gcc. You might want to try building the compiler without gdc as a sanity check. David
Jul 09 2005