From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13920 invoked by alias); 16 Mar 2007 11:00:30 -0000 Received: (qmail 13911 invoked by uid 22791); 16 Mar 2007 11:00:29 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 16 Mar 2007 11:00:23 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 2D02C4B267; Fri, 16 Mar 2007 06:00:22 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 693A34B262; Fri, 16 Mar 2007 06:00:21 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HSAAR-0002pZ-1z; Fri, 16 Mar 2007 07:00:15 -0400 Date: Fri, 16 Mar 2007 11:00:00 -0000 From: Daniel Jacobowitz To: sameer sinha Cc: gdb@sourceware.org Subject: Re: gdb build fail Message-ID: <20070316110014.GA10831@caradoc.them.org> Mail-Followup-To: sameer sinha , gdb@sourceware.org References: <300287.45862.qm@web8509.mail.in.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <300287.45862.qm@web8509.mail.in.yahoo.com> User-Agent: Mutt/1.5.14+cvs20070313 (2007-03-13) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00210.txt.bz2 On Fri, Mar 16, 2007 at 06:32:07AM +0000, sameer sinha wrote: > hello, > i am trying to build gdb-6.6 and gdb-6.4 for > host=i686-pc-linux-gnu > for every version i tried i got the error as > shown below:- > > ./tui/tui-data.h:40: error: syntax error before > ‘WINDOW’ You are probably missing ncurses development headers. -- Daniel Jacobowitz CodeSourcery