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]

build/1899: gdb-6.3 build fails on Solaris 9 and 10/x86


>Number:         1899
>Category:       build
>Synopsis:       gdb-6.3 build fails on Solaris 9 and 10/x86
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 22 03:28:00 UTC 2005
>Closed-Date:
>Last-Modified:
>Originator:     Fazal Majid
>Release:        6.3
>Organization:
>Environment:
Solaris 10/x86-64, Solaris 9/x86, gcc-3.4.2, ncurses installed.
>Description:
gcc -c -DHAVE_CURSES_H=1    -I. -I. -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../intl -I./../intl  -DMI_OUT=1 -DTUI=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -Wformat-nonliteral -Wunused-label -Wunused-function  ./tui/tui-hooks.c
cc1: warning: -Wuninitialized is not supported without -O
In file included from ./tui/tui.c:48:
/usr/include/term.h:1060: error: parse error before "SGTTY"
/usr/include/term.h:1120: error: parse error before '}' token
/usr/include/term.h:1197: error: conflicting types for 'tparm'
/usr/include/term.h:1197: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
/usr/local/include/ncurses/ncurses.h:715: error: previous declaration of 'tparm' was here
/usr/include/term.h:1197: error: conflicting types for 'tparm'
/usr/include/term.h:1197: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
/usr/local/include/ncurses/ncurses.h:715: error: previous declaration of 'tparm' was here
/usr/include/term.h:1205: error: conflicting types for 'putp'
/usr/local/include/ncurses/ncurses.h:663: error: previous declaration of 'putp' was here
/usr/include/term.h:1205: error: conflicting types for 'putp'
/usr/local/include/ncurses/ncurses.h:663: error: previous declaration of 'putp' was here
/usr/include/term.h:1207: error: conflicting types for 'vidputs'
/usr/local/include/ncurses/ncurses.h:721: error: previous declaration of 'vidputs' was here
/usr/include/term.h:1207: error: conflicting types for 'vidputs'
/usr/local/include/ncurses/ncurses.h:721: error: previous declaration of 'vidputs' was here
In file included from ./tui/tui.c:48:
/usr/include/term.h:1209:26: macro "resetterm" passed 1 arguments, but takes just 0
/usr/include/term.h:1209:41: macro "fixterm" passed 1 arguments, but takes just 0
/usr/include/term.h:1209:57: macro "saveterm" passed 1 arguments, but takes just 0
gmake[3]: *** [tui.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
gmake[3]: Leaving directory `/home/majid/src/gdb-6.3/gdb'
gmake[2]: *** [all-gdb] Error 2
gmake[2]: Leaving directory `/home/majid/src/gdb-6.3'
gmake[1]: *** [gdb-6.3/gdb/gdb] Error 2
gmake[1]: Leaving directory `/home/majid/src'
gmake: *** [gdb] Error 2
>How-To-Repeat:

>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]