From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19867 invoked by alias); 8 Mar 2012 13:47:11 -0000 Received: (qmail 19857 invoked by uid 22791); 8 Mar 2012 13:47:08 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_40 X-Spam-Check-By: sourceware.org Received: from outdoor.onevision.de (HELO outdoor.onevision.de) (212.77.172.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Mar 2012 13:46:55 +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 q28DklYv024447 for ; Thu, 8 Mar 2012 14:46:52 +0100 Received: from [192.168.5.32] ([192.168.5.32]) by sanders.onevision.de (Lotus Domino Release 8.5.1FP3) with ESMTP id 2012030814464198-108666 ; Thu, 8 Mar 2012 14:46:41 +0100 Message-ID: <4F58B842.3000206@onevision.com> Date: Thu, 08 Mar 2012 13:47:00 -0000 From: Roland Schwingel User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: insight@sourceware.org Subject: [SOLVED]: Insight 64bit windows version References: <4F578652.9040401@onevision.com> In-Reply-To: <4F578652.9040401@onevision.com> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-15; format=flowed 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: 2012-q1/txt/msg00015.txt.bz2 Hi... Am 07.03.2012 17:01, schrieb Roland Schwingel: > Hi... > > Has anyone already tried that too? Any experiences? > > Since a few days I am trying to build an insight (based on gdb 7,4) > for windows 64bit using mingw-w64 compilers. > I got already quite far, but not far enough. > > I got a big problem in the beginning with the intree tcl/tk/itcl/itk > 8.4 based versions. They are IMHO way to old to work on 64bit windows. > I looked at tcl 8.5 which is already way better in regard of win64bit > but still not as good as win64 friendly as tcl/tk 8.6beta. > > So I updated my system to the current tcl/tk 8.6 source from the > tcl/tk repos. When running tk's 64bit wish on windows 7 64 I can run > the tk supplied tests just fine. I upgraded itcl/itk also to the most > recent versions (4.0beta) to match the tcl/tk versions. I am using > iwidgets 4.0.2. > > I also had to give some love to libgui in regard of windows 64bit. It > hasn't got any attention for around a decade so it just refused to > build for win64. > > So I can link insight now. For regressions reasons I am also compiling > insight for windows 32 bit and linux 32 bit from the very same source > with the very same compilers and the very same settings. On all > platforms I do get the very same result. Insight bails out with some > tcl errors on startup. I am just starting out to learn tcl to get > insight going but maybe someone can give me a hint whats going wrong > here. My tcl knowledge is still VERY MUCH limited. [....] After a sleepless night and a bunch of searching up and down the internet I finally have a working version of a native 64bit windows insight! Hooray! itcl/itk4 do not work very well at present. So I made myself a chimera version of itcl 3.4.1/itk 3.3 that (appears to) work fine with tcl/tk 8.6. And voila: Insight starts up and appears to work! Roland