From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16601 invoked by alias); 12 Feb 2007 15:11:22 -0000 Received: (qmail 16592 invoked by uid 22791); 12 Feb 2007 15:11:22 -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; Mon, 12 Feb 2007 15:11:16 +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 1HGcpi-0006ms-Pi; Mon, 12 Feb 2007 10:11:10 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HGcph-0000Mu-Ka; Mon, 12 Feb 2007 10:11:09 -0500 Date: Mon, 12 Feb 2007 15:11:00 -0000 From: Daniel Jacobowitz To: Denis PILAT Cc: gdb-patches Subject: Re: Compilation error, expat version too old. Message-ID: <20070212151109.GA1336@caradoc.them.org> Mail-Followup-To: Denis PILAT , gdb-patches References: <45D03D17.1070907@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45D03D17.1070907@st.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/msg00169.txt.bz2 On Mon, Feb 12, 2007 at 11:10:31AM +0100, Denis PILAT wrote: > Hello, > > I am facing compilation error with xml-support.c, it comes from the > expat version I have, it should be too old to define XMLCALL I guess. > Bellow is the the error. What version of expat is it? We should either update the configure check to reject it, or provide a fallback definition of XMLCALL. > Shouldn't we provide expat required version with gdb distribution ? We decided not to do that for various reasons. -- Daniel Jacobowitz CodeSourcery