This is the mail archive of the gdb-prs@sourceware.org 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/2377: Compilation error: ../gdb/tui/tui-command.c:26: tui/tui-data.h:38: syntax error before "WINDOW"


>Number:         2377
>Category:       build
>Synopsis:       Compilation error: ../gdb/tui/tui-command.c:26: tui/tui-data.h:38: syntax error before "WINDOW"
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 05 17:08:02 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     alan.x.uretsky@jpmchase.com
>Release:        gdb 6.7.1
>Organization:
>Environment:
Linux 2.6.9-22.0.1.ELsmp #1 SMP x86_64 GNU/Linux; compiler gcc32
>Description:
I'm building GDB 6.7.1 on Linux x86_64 
I'm using gcc32 compiler and explicitly specify it when running configure: 'configure CC=gcc32'
When I'm running 'make' I'm getting:
    In file included from ../gdb/tui/tui-command.c:26:
    tui/tui-data.h:38: syntax error before "WINDOW"
    cc1: warnings being treated as errors
    tui/tui-data.h:38: warning: no semicolon at end of struct or union
    tui/tui-data.h:50: syntax error before '}' token
    tui/tui-data.h:229: field `data_window' has incomplete type
    tui/tui-data.h:284: field `generic' has incomplete type
    tui/tui-data.h:295: confused by earlier errors, bailing out
    make[2]: *** [tui-command.o] Error 1
>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]