From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17165 invoked by alias); 19 Sep 2006 17:52:49 -0000 Received: (qmail 17156 invoked by uid 22791); 19 Sep 2006 17:52:49 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 19 Sep 2006 17:52:46 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 15C4048CEAD; Tue, 19 Sep 2006 13:52:44 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03884-01-3; Tue, 19 Sep 2006 13:52:43 -0400 (EDT) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id A204E48CDF0; Tue, 19 Sep 2006 13:52:43 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 3D04447F00; Tue, 19 Sep 2006 10:52:43 -0700 (PDT) Date: Tue, 19 Sep 2006 17:52:00 -0000 From: Joel Brobecker To: Ray Duran Cc: gdb@sourceware.org Subject: Re: gdb build error Message-ID: <20060919175243.GX26334@adacore.com> References: <3CE39F664D1EE14293F6923CD00E42C705DDFF45@montremsg32.na.future.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CE39F664D1EE14293F6923CD00E42C705DDFF45@montremsg32.na.future.ca> User-Agent: Mutt/1.4i Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00104.txt.bz2 > I looked at the tarball after "untaring" file and I cannot see > ada-lex.c. Where can I find an insight tarball that I can build gdb( > with ada-lex.c) That's the problem - the tarball should include that file. What you need to do is to tell the people who created that tarball to make sure that ada-lex.c is included. Or perhaps it was an intentional decision on their part. This file is not part of the CVS tree, but is automatically created during the GDB release creation process. -- Joel