bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

More problems installing gdb 6.1


From: Garr Lystad
Subject: More problems installing gdb 6.1
Date: Tue, 20 Apr 2004 12:48:42 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)

Quite some ways after the warning mentioned in my previous email I got the following:

checking for unistd.h... (cached) yes
checking for curses.h... no
checking for ncurses.h... no
checking for term.h... yes

...

In file included from ../../gdb-6.1/gdb/tui/tui-command.c:28:
../../gdb-6.1/gdb/tui/tui-data.h:40: parse error before `WINDOW'
../../gdb-6.1/gdb/tui/tui-data.h:40: warning: no semicolon at end of struct or union
../../gdb-6.1/gdb/tui/tui-data.h:52: parse error before `}'
../../gdb-6.1/gdb/tui/tui-data.h:224: field `data_window' has incomplete type
../../gdb-6.1/gdb/tui/tui-data.h:278: field `generic' has incomplete type
In file included from ../../gdb-6.1/gdb/tui/tui-command.c:29:
../../gdb-6.1/gdb/tui/tui-win.h:42: parse error before `tui_border_ulcorner'
../../gdb-6.1/gdb/tui/tui-win.h:42: warning: type defaults to `int' in declaration of `tui_border_ulcorner'
../../gdb-6.1/gdb/tui/tui-win.h:42: warning: data definition has no type or storage class
../../gdb-6.1/gdb/tui/tui-win.h:43: parse error before `tui_border_urcorner'
../../gdb-6.1/gdb/tui/tui-win.h:43: warning: type defaults to `int' in declaration of `tui_border_urcorner'
../../gdb-6.1/gdb/tui/tui-win.h:43: warning: data definition has no type or storage class
../../gdb-6.1/gdb/tui/tui-win.h:44: parse error before `tui_border_lrcorner'
../../gdb-6.1/gdb/tui/tui-win.h:44: warning: type defaults to `int' in declaration of `tui_border_lrcorner'
../../gdb-6.1/gdb/tui/tui-win.h:44: warning: data definition has no type or storage class
../../gdb-6.1/gdb/tui/tui-win.h:45: parse error before `tui_border_llcorner'
../../gdb-6.1/gdb/tui/tui-win.h:45: warning: type defaults to `int' in declaration of `tui_border_llcorner'
../../gdb-6.1/gdb/tui/tui-win.h:45: warning: data definition has no type or storage class
../../gdb-6.1/gdb/tui/tui-win.h:46: parse error before `tui_border_vline'
../../gdb-6.1/gdb/tui/tui-win.h:46: warning: type defaults to `int' in declaration of `tui_border_vline'
../../gdb-6.1/gdb/tui/tui-win.h:46: warning: data definition has no type or storage class
../../gdb-6.1/gdb/tui/tui-win.h:47: parse error before `tui_border_hline'
../../gdb-6.1/gdb/tui/tui-win.h:47: warning: type defaults to `int' in declaration of `tui_border_hline'
../../gdb-6.1/gdb/tui/tui-win.h:47: warning: data definition has no type or storage class
../../gdb-6.1/gdb/tui/tui-command.c: In function `tui_dispatch_ctrl_char':
../../gdb-6.1/gdb/tui/tui-command.c:51: `WINDOW' undeclared (first use in this function)
../../gdb-6.1/gdb/tui/tui-command.c:51: (Each undeclared identifier is reported only once
../../gdb-6.1/gdb/tui/tui-command.c:51: for each function it appears in.)
../../gdb-6.1/gdb/tui/tui-command.c:51: `w' undeclared (first use in this function)
../../gdb-6.1/gdb/tui/tui-command.c:81: warning: implicit declaration of function `wgetch'
../../gdb-6.1/gdb/tui/tui-command.c:82: `ERR' undeclared (first use in this function)
../../gdb-6.1/gdb/tui/tui-command.c:89: `KEY_PPAGE' undeclared (first use in this function)
../../gdb-6.1/gdb/tui/tui-command.c:91: `KEY_NPAGE' undeclared (first use in this function)
../../gdb-6.1/gdb/tui/tui-command.c:108: `KEY_DOWN' undeclared (first use in this function)
../../gdb-6.1/gdb/tui/tui-command.c:109: `KEY_SF' undeclared (first use in this function)
../../gdb-6.1/gdb/tui/tui-command.c:112: `KEY_UP' undeclared (first use in this function)
../../gdb-6.1/gdb/tui/tui-command.c:113: `KEY_SR' undeclared (first use in this function)
../../gdb-6.1/gdb/tui/tui-command.c:116: `KEY_RIGHT' undeclared (first use in this function)
../../gdb-6.1/gdb/tui/tui-command.c:119: `KEY_LEFT' undeclared (first use in this function)
../../gdb-6.1/gdb/tui/tui-command.c:103: warning: unreachable code at beginning of switch statement
*** Error code 1
make: Fatal error: Command failed for target `tui-command.o'
Current working directory /data/viewstore/garr/gdb61-bin/gdb
*** Error code 1
make: Fatal error: Command failed for target `all-gdb'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]