From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1343 invoked by alias); 14 Mar 2006 19:12:12 -0000 Received: (qmail 1332 invoked by uid 22791); 14 Mar 2006 19:12:11 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 14 Mar 2006 19:12:10 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k2EJC8jI000604 for ; Tue, 14 Mar 2006 14:12:08 -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 k2EJC8121646 for ; Tue, 14 Mar 2006 14:12:08 -0500 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 k2EJC66a024311 for ; Tue, 14 Mar 2006 14:12:07 -0500 Message-ID: <44171586.3080001@redhat.com> Date: Tue, 14 Mar 2006 19:12:00 -0000 From: Keith Seitz User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: insight@sourceware.org Subject: Re: how to link insight against 'external' TclTk frameworks on OSX References: <441670B5.3070907@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2006-q1/txt/msg00086.txt.bz2 Hermann-Simon Lichte wrote: > Hello Richard, > >> what must i do to ensure insight's use of *my* tcl/tk frameworks? > > On http://sourceware.org/insight/faq.php it says: > > Right now, Insight MUST be built using the versions of Tcl, Tk, and Itcl > that come with the sources. We're working to fix that, but it is going > to take a lot of time. (Want to help?) Okay, well that's mostly true. For example, I just replaced the versions of tcl and tk that come with Insight with the latest stable release from ActiveState. Add the configure.in and Makefile.in from the sourceware.org versions, and poof! Insight built with tcl/tk 8.4.12. Now, as for using an external insight, the FAQ is correct. There is no way to do this just yet. It's going to require a bunch of autoconf hacking, and it could get tricky, since CVS will *always* have a copy Tcl around (for dejagnu). I just haven't had either the time or the motivation to embark on this. I'm just not sure it's worth it: insight is on its last legs, as it were. Keith