Re: gdb compilation error
On Sunday, March 30 2014, William A. Gueble wrote: > During the compilation of my gdb download, the process terminates after > failing to locate the config.h file. However, several lines before, it is > clear that the config.h file was created, right after the creation of a > Makefile. This occurs during the configuration of ./libdecnumber. I really > need to use this program to help me debug some code for my homework > assignment that is due later today, so I was hoping that you could shed > some light on this error. Hello William, Without output from your terminal, and descriptions of how you are compiling GDB, it is very hard to emit some opinion. You should also provide information about the system you are running, etc. Thanks, -- Sergio ___ bug-gdb mailing list bug-gdb@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gdb
gdb compilation error
During the compilation of my gdb download, the process terminates after failing to locate the config.h file. However, several lines before, it is clear that the config.h file was created, right after the creation of a Makefile. This occurs during the configuration of ./libdecnumber. I really need to use this program to help me debug some code for my homework assignment that is due later today, so I was hoping that you could shed some light on this error. Thank You, Will Gueble ___ bug-gdb mailing list bug-gdb@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gdb
GDB compilation error
SunOS amber.elektron.pl 5.7 Generic_106542-09 i86pc i386 i86pc gcc version 2.95.2 19991024 (release) gdb-4.18.tar.gz gcc -c -g -O2-I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./.. /readline/.. -I../bfd -I./../bfd -I./../include -I../intl -I./../intl -I./tui utils.c In file included from utils.c:31: /usr/include/term.h:1034: parse error before `bool' /usr/include/term.h:1034: warning: no semicolon at end of struct or union /usr/include/term.h:1035: warning: data definition has no type or storage class /usr/include/term.h:1060: parse error before `SGTTY' /usr/include/term.h:1060: warning: no semicolon at end of struct or union /usr/include/term.h:1081: parse error before `sgr_mode' /usr/include/term.h:1081: warning: data definition has no type or storage class /usr/include/term.h:1082: parse error before `sgr_faked' /usr/include/term.h:1082: warning: data definition has no type or storage class /usr/include/term.h:1092: parse error before `funckeystarter' /usr/include/term.h:1092: warning: data definition has no type or storage class /usr/include/term.h:1094: parse error before `_fl_rawmode' /usr/include/term.h:1097: warning: data definition has no type or storage class /usr/include/term.h:1101: parse error before `_input_queue' /usr/include/term.h:1101: warning: data definition has no type or storage class /usr/include/term.h:1108: parse error before `*' /usr/include/term.h:1108: warning: data definition has no type or storage class /usr/include/term.h:: parse error before `bit_vector' /usr/include/term.h:: warning: data definition has no type or storage class /usr/include/term.h:1115: parse error before `check_turn_off' /usr/include/term.h:1115: warning: data definition has no type or storage class /usr/include/term.h:1116: parse error before `non_faked_mode' /usr/include/term.h:1116: warning: data definition has no type or storage class /usr/include/term.h:1117: parse error before `_cur_pair' /usr/include/term.h:1117: warning: data definition has no type or storage class /usr/include/term.h:1118: parse error before `*' /usr/include/term.h:1118: warning: data definition has no type or storage class /usr/include/term.h:1120: parse error before `}' /usr/include/term.h:1209: parse error before `int' /usr/include/term.h:1209: `vidputs' declared as function returning a function /usr/include/term.h:1209: parse error before `)' gmake[1]: *** [utils.o] Error 1 gmake[1]: Leaving directory `/tmp/gdb/gdb-4.18/gdb'