bug-gdb
[Top][All Lists]
Advanced

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

gdb 6.7 make failure


From: mearvk
Subject: gdb 6.7 make failure
Date: Sat, 9 Feb 2008 13:18:31 -0800 (PST)
User-agent: G2/1.0

I get the following data doing a 'make' on a Redhat 2.6.9-55.ELsmp
x86_64 server:


[OUTPUT]
...

In file included from .././gdb/tui/tui-command.c:26:
./tui/tui-data.h:38: error: syntax error before "WINDOW"
./tui/tui-data.h:50: error: syntax error before '}' token
./tui/tui-data.h:229: error: field `data_window' has incomplete type
./tui/tui-data.h:284: error: field `generic' has incomplete type
In file included from .././gdb/tui/tui-command.c:27:
./tui/tui-win.h:41: error: syntax error before "tui_border_ulcorner"
./tui/tui-win.h:42: error: syntax error before "tui_border_urcorner"
./tui/tui-win.h:43: error: syntax error before "tui_border_lrcorner"
./tui/tui-win.h:44: error: syntax error before "tui_border_llcorner"
./tui/tui-win.h:45: error: syntax error before "tui_border_vline"
./tui/tui-win.h:46: error: syntax error before "tui_border_hline"
.././gdb/tui/tui-command.c: In function `tui_dispatch_ctrl_char':
.././gdb/tui/tui-command.c:79: error: `WINDOW' undeclared (first use
in this function)
.././gdb/tui/tui-command.c:79: error: (Each undeclared identifier is
reported only once
.././gdb/tui/tui-command.c:79: error: for each function it appears
in.)
.././gdb/tui/tui-command.c:79: error: `w' undeclared (first use in
this function)
.././gdb/tui/tui-command.c:84: warning: implicit declaration of
function `wgetch'
.././gdb/tui/tui-command.c:85: error: `ERR' undeclared (first use in
this function)
.././gdb/tui/tui-command.c:92: error: `KEY_PPAGE' undeclared (first
use in this function)
.././gdb/tui/tui-command.c:94: error: `KEY_NPAGE' undeclared (first
use in this function)
.././gdb/tui/tui-command.c:112: error: `KEY_DOWN' undeclared (first
use in this function)
.././gdb/tui/tui-command.c:113: error: `KEY_SF' undeclared (first use
in this function)
.././gdb/tui/tui-command.c:116: error: `KEY_UP' undeclared (first use
in this function)
.././gdb/tui/tui-command.c:117: error: `KEY_SR' undeclared (first use
in this function)
.././gdb/tui/tui-command.c:120: error: `KEY_RIGHT' undeclared (first
use in this function)
.././gdb/tui/tui-command.c:123: error: `KEY_LEFT' undeclared (first
use in this function)
make[2]: *** [tui-command.o] Error 1
make[2]: Leaving directory `/home/boinc/gdb/gdb-6.7/gdb'
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory `/home/boinc/gdb/gdb-6.7'
make: *** [all] Error 2

[/OUTPUT]

What files are needed that I don't have? What do I need to do to get
this to compile?

Thanks.


reply via email to

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