From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3123 invoked by alias); 9 Dec 2002 01:37:48 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3115 invoked from network); 9 Dec 2002 01:37:47 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by sources.redhat.com with SMTP; 9 Dec 2002 01:37:47 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 18LEkA-0001e2-00 for ; Sun, 08 Dec 2002 21:38:06 -0600 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 18LCsQ-00077f-00 for ; Sun, 08 Dec 2002 20:38:30 -0500 Date: Sun, 08 Dec 2002 18:44:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] fix -Werrors from new readline Message-ID: <20021209013830.GA27320@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <15859.59924.42114.329528@localhost.redhat.com> <15859.61596.274561.455522@localhost.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15859.61596.274561.455522@localhost.redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2002-12/txt/msg00272.txt.bz2 On Sun, Dec 08, 2002 at 08:23:40PM -0500, Elena Zannoni wrote: > > > And the makefile. > > 2002-12-08 Elena Zannoni > > * 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. (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