From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26743 invoked by alias); 12 Sep 2005 16:12:07 -0000 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org Received: (qmail 26627 invoked by uid 22791); 12 Sep 2005 16:12:02 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 12 Sep 2005 16:12:02 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j8CGC19n029868 for ; Mon, 12 Sep 2005 12:12:01 -0400 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 j8CGC0V16051; Mon, 12 Sep 2005 12:12:00 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j8CGBwYo025800; Mon, 12 Sep 2005 12:11:59 -0400 Message-ID: <4325A8CE.60109@redhat.com> Date: Mon, 12 Sep 2005 16:12:00 -0000 From: Keith Seitz User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720) MIME-Version: 1.0 To: "Kingston Co." CC: insight@sources.redhat.com Subject: Re: Insight Configuration Problems References: <61972A9D-3CA7-4845-9CF7-D16AF8167975@sb.net> In-Reply-To: <61972A9D-3CA7-4845-9CF7-D16AF8167975@sb.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-q3/txt/msg00102.txt.bz2 Kingston Co. wrote: > Printed in the directions for building and installing insight it states: > Right now, Insight MUST be built using the versions of Tcl, Tk, Itcl, > and Tix that come with the sources. > My question is: I found Tcl, Tk, and Itcl in the source distribution, > but Tix is missing. Which version of Tix do I download and install for > Insight to work properly? Are there any special instructions about Tix > that I need to know in order to install it correctly? Hi, Sadly, the documentation is incorrect, and has been for some time. [I'm not entirely sure how long.] As it is, when you checkout Insight from CVS (or download a snapshot), you will get everything you need to build Insight, including tcl, tk, itcl, and libgui. Although the goal is to get rid of the dependency on our built-in versions of tcl, tk, and itcl for "standard" releases, we're not quite there yet. Actually, I bet we're *awfully* close. Just a lot of configury changes need to be made, I think; this has been true for some time since we moved to more standard versions of tcl, tk, and itcl in the repository. One of these days, I'm gonna hack the configury to allow us to build using pre-installed versions of these things. Keith