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]

Re: tui/1751: tui/tui-data.h:40: warning: no semicolon at end ofstruct or union


The following reply was made to PR tui/1751; it has been noted by GNATS.

From: Andrew Cagney <ac131313@redhat.com>
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: tui/1751: tui/tui-data.h:40: warning: no semicolon at end of
 struct or union
Date: Tue, 24 Aug 2004 15:08:50 -0400

 It would appear that gdb_curses.h didn't manage to #include a curses 
 header, and hence, didn't define WINDOW.
 
 Can you look at:
 
 	gdb_curses.h
 
 and compare it against the file .../gdb/config.h.
 
 The other thing is to study the configure output to see if configure 
 thinks that there is a curses library available.  If there isn't the tui 
 should not be built.
 
 Andrew
 


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