From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 305 invoked by alias); 17 Feb 2003 20:32:37 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 32762 invoked from network); 17 Feb 2003 20:32:35 -0000 Received: from unknown (HELO gadolinium.btinternet.com) (194.73.73.111) by 172.16.49.205 with SMTP; 17 Feb 2003 20:32:35 -0000 Received: from host213-122-224-23.in-addr.btopenworld.com ([213.122.224.23] helo=btinternet.com) by gadolinium.btinternet.com with esmtp (Exim 3.22 #23) id 18krwG-0006ja-00; Mon, 17 Feb 2003 20:32:32 +0000 Message-ID: <3E514718.1040307@btinternet.com> Date: Mon, 17 Feb 2003 20:32:00 -0000 From: Graham Stott User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb@sources.redhat.com, ac131313@redhat.com Subject: Re: Todays CVS checkout fails on frv, ppceabi, mips, ... References: <3E513BBF.2080403@btinternet.com> <20030217195040.GA22727@nevyn.them.org> <3E513DF9.90303@btinternet.com> <20030217195807.GA23031@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00284.txt.bz2 Daniel Jacobowitz wrote: > On Mon, Feb 17, 2003 at 07:54:33PM +0000, Graham Stott wrote: > >>Daniel Jacobowitz wrote: >> >>>On Mon, Feb 17, 2003 at 07:45:03PM +0000, Graham Stott wrote: >>> >>> >>>>Hi >>>> >>>>Anyone know what's changed since the 16th to cause this : >>>> >>>>--------------------------------------------- >>>>/usr/local/src/uberbaum/gdb/gregset.h:32: error: parse error before >>>>"gdb_gregset_t" >>> >>> >>>Where's it getting included from? >>> >>> >> >>gdb/linux-proc.c > > > Is the target != host block at the end of configure.in triggering? > Andrew changed that today but I can't see any problem with his change. > I think I can see what's wrong ${host} and ${target} need to ${gdb_host_cpu} and ${gdb_target_cpu} respect. Graham