This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB 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]

tui/1460: Snapshot fails to compile with --enable-tui


>Number:         1460
>Category:       tui
>Synopsis:       Snapshot fails to compile with --enable-tui
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Nov 19 20:38:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     jneuheisel@msn.com
>Release:        snapshot on 11/19/03
>Organization:
>Environment:
0:BUILD:0$ uname -a
Linux --- 2.4.20 #15 SMP Mon Oct 27 10:26:40 EST 2003 i686 i686 i386 GNU/Linux

0:BUILD:0$ gcc --version
gcc (GCC) 3.4 20031117 (experimental)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

gdb configured with the following line:
/home/joshua/src/gdb/src/configure  --enable-tui --prefix=/home/joshua/local
>Description:
Compilation fails when configured with --enable-tui:

gcc -c -g -O2    -I. -I/home/joshua/src/gdb/src/gdb -I/home/joshua/src/gdb/src/gdb/config -DLOCALEDIR="\"/home/joshua/local/share/locale\"" -DH
AVE_CONFIG_H -I/home/joshua/src/gdb/src/gdb/../include/opcode -I/home/joshua/src/gdb/src/gdb/../readline/.. -I../bfd -I/home/joshua/src/gdb/src
/gdb/../bfd  -I/home/joshua/src/gdb/src/gdb/../include -I../intl -I/home/joshua/src/gdb/src/gdb/../intl  -DMI_OUT=1 -DTUI=1 -I/home/joshua/src/
gdb/src/gdb/tui -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral  /hom
e/joshua/src/gdb/src/gdb/tui/tuiSourceWin.c
/home/joshua/src/gdb/src/gdb/tui/tuiSourceWin.c: In function `tui_update_breakpoint_info':

/home/joshua/src/gdb/src/gdb/tui/tuiSourceWin.c:458: error: structure has no member named `address'
make[1]: *** [tuiSourceWin.o] Error 1
make: *** [all-gdb] Error 2
>How-To-Repeat:
Configure with --enable-tui and try to 'make'
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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