From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28744 invoked by alias); 30 Mar 2012 13:48:25 -0000 Received: (qmail 28583 invoked by uid 22791); 30 Mar 2012 13:48:22 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00 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; Fri, 30 Mar 2012 13:47:59 +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 q2UDlnLf003752; Fri, 30 Mar 2012 15:47:54 +0200 Received: from [192.168.5.32] ([192.168.5.32]) by sanders.onevision.de (Lotus Domino Release 8.5.1FP3) with ESMTP id 2012033015474447-7183 ; Fri, 30 Mar 2012 15:47:44 +0200 Message-ID: <4F75B980.5070109@onevision.com> Date: Fri, 30 Mar 2012 13:48: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: "Pierre Muller" , insight@sourceware.org, Keith Seitz Subject: RE: [PATCH] Add missing prototype in gdbtk.c 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/msg00057.txt.bz2 Hi Pierre... insight-owner@sourceware.org wrote on 30.03.2012 15:31:24: > > I wasn't sure about the fact that this is a real > Prototype requirement or not, so I wanted to ask anyway... > > Patch committed. > > Roland, could you please confirm that > this also works for mingw64. You have been faster than me on this... Yes it works here, too - as already replied in my other post. > > By the way, I got a working insight for mingw32, > which I was unable to get for a lllloooonnngggg time! > A really big thank to Roland for this! You are welcome. I am also happy to have both a 32bit and 64bit insight! It was worth the effort. > PS: I treid to compiled a mingw64 version of insight, > but I get failures here: There is IMHO no way to get insight running on 64bit windows using the current intree tcl/tk 8.4. I am using tcl/tk 8.6 for this. I am not done with sending all my patches for building a 64bit windows insight. There is still some way to go! See my description here http://sourceware.org/ml/insight/2012-q1/msg00050.html and here http://sourceware.org/ml/insight/2012-q1/msg00017.html If you like to I can supply you a 64bit binary (but have to check whether I have enabled pascal in my gdb sources ;-) Roland