From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26114 invoked by alias); 15 May 2013 13:29:31 -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 26074 invoked by uid 89); 15 May 2013 13:29:31 -0000 X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 15 May 2013 13:29:30 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MMU00800DGELW00@a-mtaout20.012.net.il> for gdb@sourceware.org; Wed, 15 May 2013 16:29:19 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MMU00866DGU8RK0@a-mtaout20.012.net.il>; Wed, 15 May 2013 16:29:19 +0300 (IDT) Date: Wed, 15 May 2013 13:29:00 -0000 From: Eli Zaretskii Subject: Re: Why gdb fail to make In-reply-to: <20130515125611.GK32170@adacore.com> To: Joel Brobecker Cc: hitlar.india@gmail.com, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83d2ss5q38.fsf@gnu.org> References: <1368615049967-231905.post@n7.nabble.com> <20130515111056.GI32170@adacore.com> <83obcc5vvr.fsf@gnu.org> <20130515112932.GJ32170@adacore.com> <20130515125611.GK32170@adacore.com> X-SW-Source: 2013-05/txt/msg00066.txt.bz2 > Date: Wed, 15 May 2013 16:56:11 +0400 > From: Joel Brobecker > Cc: hitlar.india@gmail.com, gdb@sourceware.org > > > > > 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... > > Done: http://www.sourceware.org/ml/gdb-patches/2013-05/msg00522.html Thanks.