From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24695 invoked by alias); 4 Feb 2004 17:08:43 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 24682 invoked from network); 4 Feb 2004 17:08:42 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 4 Feb 2004 17:08:42 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id i14H8gb14314; Wed, 4 Feb 2004 12:08:42 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i14H8ga30523; Wed, 4 Feb 2004 12:08:42 -0500 Received: from [150.1.200.14] (vpn50-57.rdu.redhat.com [172.16.50.57]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id i14H8f2r021709; Wed, 4 Feb 2004 12:08:41 -0500 Subject: Re: Insight's dependance on libgui? From: Keith Seitz To: "insight@sources.redhat.com" Cc: gdb@sources.redhat.com In-Reply-To: <40211F2E.7060908@gnu.org> References: <40211F2E.7060908@gnu.org> Content-Type: text/plain Organization: Message-Id: <1075914823.1594.37.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Wed, 04 Feb 2004 17:08:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00028.txt.bz2 On Wed, 2004-02-04 at 08:34, Andrew Cagney wrote: > At present Insight depends on libgui. How strong is this dependency? > In particular, of the non Red Hat authored portions of the libgui > library, how much does Insight require? Is it possible to eliminate any > such dependencies? The only parts of libgui (which are not owned by Red Hat) that I am certain we use are src/tkTable* and library/combobox.tcl. The tkCanvas stuff was used by SourceNavigator. I see that Martin Hunt checked in changes to remove compilation of several files (including tkCanvas), but he did not remove them from the repository. The comobox, written by Brian Oakley, has a readme that says: * completely, totally, free. I retain copyright but you are free to use the code however you see fit. Don't be mean. A file describing the license for the tkTable widget, written/maintained by Jeffrey Hobbs, is in libgui/doc/tkTable_license.terms. Keith