From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22660 invoked by alias); 13 Oct 2007 14:02:12 -0000 Received: (qmail 22650 invoked by uid 22791); 13 Oct 2007 14:02:11 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 13 Oct 2007 14:02:05 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-11-70.inter.net.il [80.230.11.70]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id IAE58466 (AUTH halo1); Sat, 13 Oct 2007 15:59:16 +0200 (IST) Date: Sat, 13 Oct 2007 15:28:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: brobecker@adacore.com, pedro_alves@portugalmail.pt, gdb-patches@sourceware.org In-reply-to: <20071013135220.GB22505@caradoc.them.org> (message from Daniel Jacobowitz on Sat, 13 Oct 2007 09:52:20 -0400) Subject: Re: Windows DLL support update (a bit slimmer version) Reply-to: Eli Zaretskii References: <46C8BEC4.3030807@portugalmail.pt> <20070903174605.GK12440@caradoc.them.org> <20071012213136.GG8721@adacore.com> <20071012215251.GA6302@caradoc.them.org> <20071012220715.GC4038@adacore.com> <20071013135220.GB22505@caradoc.them.org> X-IsSubscribed: yes 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: 2007-10/txt/msg00359.txt.bz2 > Date: Sat, 13 Oct 2007 09:52:20 -0400 > From: Daniel Jacobowitz > Cc: Joel Brobecker , pedro_alves@portugalmail.pt, > gdb-patches@sourceware.org > > On Sat, Oct 13, 2007 at 12:05:12PM +0200, Eli Zaretskii wrote: > > > DLL support is pretty important in my opinion, and some users might > > > be surprised to see it disappear silently because their system does > > > not have libexpat installed. > > > > Yes. How about adding a warning message to GDB stating that lack of > > libexpat causes the related feature to not work, when the user tries > > to invoke a command that's affected? > > Yes, this is done: > > warning (_("Can not parse XML library list; XML support was disabled " > "at compile time")); Then Joel, why do you say above ``disappear silently''? Can you describe a situation where this warning is not displayed?