From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4162 invoked by alias); 2 Aug 2008 23:46:57 -0000 Received: (qmail 4154 invoked by uid 22791); 2 Aug 2008 23:46:57 -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; Sat, 02 Aug 2008 23:46:12 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m72NkAh5017343 for ; Sat, 2 Aug 2008 19:46:10 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m72NkA46024959 for ; Sat, 2 Aug 2008 19:46:10 -0400 Received: from lindt.uglyboxes.com (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m72Nk76W017715 for ; Sat, 2 Aug 2008 19:46:09 -0400 Message-ID: <4894F1BF.7000802@redhat.com> Date: Sat, 02 Aug 2008 23:46:00 -0000 From: Keith Seitz User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 To: insight Subject: Re: [PATCH] Use system Tcl et al References: <4894DE8F.4090306@redhat.com> In-Reply-To: <4894DE8F.4090306@redhat.com> 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-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00020.txt.bz2 Just a quick follow-up... Keith Seitz wrote: > 2) I have not tested cygwin a lot [and mingw at all]. I hope to > investigate this more fully now that the initial support is in. You > *must* use in-tree Tcl/Tk/Itcl for Cygwin, since the 3.2 package of Itcl > that is distributed with Cygwin does not support the Tcl Extension > Architecture. I tried in-tree tcl/tk/itcl with Cygwin. With the libgui patch I just committed, this should now work. > 4) I haven't tried the testsuite yet. [I know, that's bad. Probably very > bad, but I'll address that in time.] Using system tcl/tk/itcl/itk/iwidgets, I can run the testsuite. It has 38 failures (most in c[pp]_variable.exp). That's all for now. Keith