From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24215 invoked by alias); 24 May 2012 21:35:09 -0000 Received: (qmail 24123 invoked by uid 22791); 24 May 2012 21:35:08 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 May 2012 21:34:34 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4OLYMkX005879 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 24 May 2012 17:34:22 -0400 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q4OLYKRc019581 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 24 May 2012 17:34:21 -0400 Message-ID: <4FBEA95C.9080103@redhat.com> Date: Thu, 24 May 2012 21:35:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: Roland Schwingel CC: insight@sourceware.org Subject: Re: [PATCH] libgui: Make it compileable on windows with recent gcc versions and also on win64 References: <4F6C4EB9.4000003@onevision.com> In-Reply-To: <4F6C4EB9.4000003@onevision.com> Content-Type: text/plain; charset=ISO-8859-15; 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: 2012-q2/txt/msg00028.txt.bz2 On 03/23/2012 03:21 AM, Roland Schwingel wrote: > * src/tkWinPrintText.c (PrintTextCmd): Add #if case for compiling > against tcl 8.5 and up. > use dedicated windows structs/api. > (ide_delete_print_text_command): Delete unused static function. > (DisplayDLineToDrawable): Add #if case for compiling against tcl 8.5 and > up. Fix casting. This last bit here is being corrupted for some reason: $ patch -p1 < libgui_src.base.patch [snip] patch: **** malformed patch at line 877: @@ -403,7 +409,7 @@ Can you verify and resend this patch? Keith