From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13610 invoked by alias); 20 Feb 2007 19:37:58 -0000 Received: (qmail 13602 invoked by uid 22791); 20 Feb 2007 19:37:58 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 20 Feb 2007 19:37:52 +0000 Received: from dsl093-172-095.pit1.dsl.speakeasy.net ([66.93.172.95] helo=caradoc.them.org) by nevyn.them.org with esmtp (Exim 4.63) (envelope-from ) id 1HJao7-0007r9-Qk; Tue, 20 Feb 2007 14:37:47 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HJao7-00040i-2k; Tue, 20 Feb 2007 14:37:47 -0500 Date: Tue, 20 Feb 2007 19:37:00 -0000 From: Daniel Jacobowitz To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [RFA] Fix build failure with old versions of expat Message-ID: <20070220193746.GA15402@caradoc.them.org> Mail-Followup-To: Joel Brobecker , gdb-patches@sourceware.org References: <20070220193009.GO29202@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070220193009.GO29202@adacore.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00249.txt.bz2 On Tue, Feb 20, 2007 at 11:30:09AM -0800, Joel Brobecker wrote: > Hello, > > On certain machines we have, GDB fails to build because the libexpat > version it has installed is so old that the XMLCALL macro is not > defined (we have version 1.95.8). The attached patch should fix > the problem. > > 2007-02-20 Joel Brobecker > > * gdb_expat.h (XMLCALL): Define if not already defined. > > Tested on 2 different x86-linux machines: One that does have a recent > libexpat, and another that has an older one. > > OK to apply? Yes thanks. Sorry, I think I was supposed to take care of this for Denis too... -- Daniel Jacobowitz CodeSourcery