From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14417 invoked by alias); 21 Jan 2014 12:00:35 -0000 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 Received: (qmail 14392 invoked by uid 89); 21 Jan 2014 12:00:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_50 autolearn=ham version=3.3.2 X-HELO: outdoor.onevision.de Received: from outdoor.onevision.de (HELO outdoor.onevision.de) (212.77.172.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 21 Jan 2014 12:00:32 +0000 Received: from sanders.onevision.de (moonrace [212.77.172.62]) by outdoor.onevision.de (8.14.3/8.13.7/ROSCH/DDB) with ESMTP id s0LC0NNn007238 for ; Tue, 21 Jan 2014 13:00:28 +0100 Received: from [192.168.5.32] ([192.168.5.32]) by sanders.onevision.de (Lotus Domino Release 8.5.3) with ESMTP id 2014012113001820-47245 ; Tue, 21 Jan 2014 13:00:18 +0100 Message-ID: <52DE6150.5040102@onevision.com> Date: Tue, 21 Jan 2014 12:00:00 -0000 From: Roland Schwingel User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: insight@sourceware.org Subject: Re: Bundled TCL/TK - update needed Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-15; format=flowed X-SW-Source: 2014-q1/txt/msg00009.txt.bz2 Hi Pavel, insight-owner@sourceware.org wrote on 21.01.2014 12:33:37: > I build Insight for MinGW64, and want to try to do it for Cygwin64. > However i prefer to use TCL version which is included in Insight > repository. There is no binary TCL package available for MinGW64, > and Cygwin version of TCL/TK uses X11, which i don't want to > deal with. Presently I build using tcl/tk 8.6 out of the insight tree for mingw64 The intree 8.4 is IMHO way to old and not suitable for windows Vista and beyond not to mention 64bit. > May i ask to update TCL ? > Currently i have to patch it in order to build for 64 bits, > and it has some bugs. AFAIK Tcl/tk 8.4 is out of service. I wanted to update the intree versions to 8.6 some time ago, but I was shifted away to do other projects after I did the initial porting of insight to 64bit windows. I haven't built a cygwin version of insight for a long time. I am mainly using insight on mingw64 - where it runs very good as I am debugging mainly mingw64 code. Roland