This is the mail archive of the
insight@sourceware.org
mailing list for the Insight project.
Re: [PATCH] libgui: Make it compileable on windows with recent gcc versions and also on win64
- From: Keith Seitz <keiths at redhat dot com>
- To: Roland Schwingel <roland at onevision dot com>
- Cc: insight at sourceware dot org
- Date: Thu, 24 May 2012 14:34:20 -0700
- Subject: Re: [PATCH] libgui: Make it compileable on windows with recent gcc versions and also on win64
- References: <4F6C4EB9.4000003@onevision.com>
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