From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5011 invoked by alias); 4 Jul 2008 01:54:23 -0000 Received: (qmail 4903 invoked by uid 22791); 4 Jul 2008 01:54:23 -0000 X-Spam-Check-By: sourceware.org Received: from pool-72-93-245-95.bstnma.fios.verizon.net (HELO ednor.cgf.cx) (72.93.245.95) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 04 Jul 2008 01:53:57 +0000 Received: by ednor.cgf.cx (Postfix, from userid 201) id 50A32129781; Thu, 3 Jul 2008 21:53:55 -0400 (EDT) Date: Fri, 04 Jul 2008 01:54:00 -0000 From: Christopher Faylor To: Michael Snyder , gdb-patches@sources.redhat.com, Joel Brobecker Subject: Re: Can't build current gdb source tree -- gnulib dependency? Message-ID: <20080704015355.GB1982@ednor.casa.cgf.cx> Mail-Followup-To: Michael Snyder , gdb-patches@sources.redhat.com, Joel Brobecker References: <1215131443.3549.86.camel@localhost.localdomain> <20080704010632.GB11650@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080704010632.GB11650@adacore.com> User-Agent: Mutt/1.5.16 (2007-06-09) 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: 2008-07/txt/msg00047.txt.bz2 On Thu, Jul 03, 2008 at 06:06:32PM -0700, Joel Brobecker wrote: >> (of course there's no gnulib in my source tree -- does it >> need to be added to the gdb module?) > >That's really strange... I just did a checkout of the GDB sources >(I used "cvs -d sourceware.org:/cvs/src co gdb"), and it contains >the gnulib directory, as well as gnulib/Makefile.in. Are you sure >your checkout went OK? Just to make sure, I also built the debugger >from this checkout and things went fine. Maybe a "cvs update -d" is required? cgf