From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11177 invoked by alias); 15 May 2013 11:29:41 -0000 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 Received: (qmail 11163 invoked by uid 89); 15 May 2013 11:29:41 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 15 May 2013 11:29:41 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B68382EA10; Wed, 15 May 2013 07:29:39 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id THj2FkWAeBTk; Wed, 15 May 2013 07:29:39 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 4437B2E669; Wed, 15 May 2013 07:29:39 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 18245C26E7; Wed, 15 May 2013 15:29:33 +0400 (RET) Date: Wed, 15 May 2013 11:29:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: hitlar.india@gmail.com, gdb@sourceware.org Subject: Re: Why gdb fail to make Message-ID: <20130515112932.GJ32170@adacore.com> References: <1368615049967-231905.post@n7.nabble.com> <20130515111056.GI32170@adacore.com> <83obcc5vvr.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83obcc5vvr.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-05/txt/msg00064.txt.bz2 > > You can probably work-around the problem by adding > > > > #include "exceptions.h" > > > > around the start of utils.h. > > My understanding was that this is the solution, not a work-around. I meant that the patching by hand until we get the fix in CVS as the workaround. I will commit a fix momentarily, since I am hacking on GDB at the moment... -- Joel