This is the mail archive of the gdb-patches@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: [PATCH] fix -Werrors from new readline


Daniel Jacobowitz writes:
 > On Sun, Dec 08, 2002 at 08:23:40PM -0500, Elena Zannoni wrote:
 > > 
 > > 
 > > And the makefile.
 > > 
 > > 2002-12-08  Elena Zannoni  <ezannoni@redhat.com>
 > > 
 > > 	* Makefile.in (readline_h): Define.
 > > 	(completer.o): Depend on readline_h.
 > > 	(corelow.o): Ditto.
 > > 	(event-top.o): Ditto.
 > > 	(exec.o): Ditto.
 > > 	(solib.o): Ditto.
 > > 	(source.o): Ditto. 
 > > 	(symfile.o): Ditto. 
 > > 	(symmisc.o): Ditto. 
 > > 	(top.o): Ditto.
 > > 	(tracepoint.o): Ditto. 
 > > 	(utils.o): Ditto.
 > > 	(cli-dump.o): Ditto.
 > > 	(tui-hooks.o): Ditto. 
 > > 	(tuiWin.o): Ditto. 
 > 
 > > +readline_h = 	$(READLINE_SRC)/readline.h
 > 
 > Erk, is this necessary?  It comes from the combined source tree, but
 > it's basically a 'system' header.  I compile using the system readline
 > instead of the included one; this is just another thing which would get
 > in the way of doing that.
 > 

Hmm, but what happens if the system readline and gdb's readline get
out of sync again?  BTW, there was a readline_h already used in some
tui files, but it wasn't defined.

Rereading your sentence... you are trying to get rid of src/readline?

 > (The patches to do this are getting smaller; I'll finish and post them,
 > really I will!)
 > 
 > -- 
 > Daniel Jacobowitz
 > MontaVista Software                         Debian GNU/Linux Developer


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