public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Runtime error with Insight-6.8 with recent build
@ 2009-07-14  3:34 Gene Smith
  2009-07-14  4:21 ` Keith Seitz
  2009-07-19 23:22 ` Keith Seitz
  0 siblings, 2 replies; 3+ messages in thread
From: Gene Smith @ 2009-07-14  3:34 UTC (permalink / raw)
  To: insight

This may already be noted on the list but I ran across it again when 
trying to run a 6.8 build on fedora 11 x86_64.

Specifically, I see the error noted here when starting insight:

http://bugs.gentoo.org/show_bug.cgi?id=225999

"Application initialization failed: Can't find a usable tk.tcl in the 
following
directories:
     /usr/lib64/tcl8.5/tk8.5 /usr/lib64/tk8.5 /lib/tk8.5 /usr/library ...
This probably means that tk wasn't installed properly."

I must apply this patch and rebuild to fix it:

http://bugs.gentoo.org/attachment.cgi?id=161242

--- generic/tk.h.orig	2008-02-06 16:31:40.000000000 +0100
+++ generic/tk.h	2008-07-24 08:21:46.000000000 +0200
@@ -635,17 +635,15 @@
   *
 
*---------------------------------------------------------------------------
   */
-#define VirtualEvent	    (LASTEvent)
-#define ActivateNotify	    (LASTEvent + 1)
-#define DeactivateNotify    (LASTEvent + 2)
-#define MouseWheelEvent     (LASTEvent + 3)
-#define TK_LASTEVENT	    (LASTEvent + 4)
+#define VirtualEvent	    (MappingNotify + 1)
+#define ActivateNotify	    (MappingNotify + 2)
+#define DeactivateNotify    (MappingNotify + 3)
+#define MouseWheelEvent     (MappingNotify + 4)
+#define TK_LASTEVENT	    (MappingNotify + 5)

  #define MouseWheelMask	    (1L << 28)
-
  #define ActivateMask	    (1L << 29)
  #define VirtualEventMask    (1L << 30)
-#define TK_LASTEVENT	    (LASTEvent + 4)


  /*

-gene





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Runtime error with Insight-6.8 with recent build
  2009-07-14  3:34 Runtime error with Insight-6.8 with recent build Gene Smith
@ 2009-07-14  4:21 ` Keith Seitz
  2009-07-19 23:22 ` Keith Seitz
  1 sibling, 0 replies; 3+ messages in thread
From: Keith Seitz @ 2009-07-14  4:21 UTC (permalink / raw)
  To: Gene Smith; +Cc: insight

On 07/13/2009 08:33 PM, Gene Smith wrote:
> This may already be noted on the list but I ran across it again when
> trying to run a 6.8 build on fedora 11 x86_64.
>
> Specifically, I see the error noted here when starting insight:
>
> http://bugs.gentoo.org/show_bug.cgi?id=225999

Thank you for reminding me that I need to check this out.  I've been 
having some hardware issues here (failing drive), and I've lost about 
the last week to getting everything back together.

I will try to take a look at this now that my machine is running f11.

If you don't hear from me on this by Friday, please ping me again!

Keith

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Runtime error with Insight-6.8 with recent build
  2009-07-14  3:34 Runtime error with Insight-6.8 with recent build Gene Smith
  2009-07-14  4:21 ` Keith Seitz
@ 2009-07-19 23:22 ` Keith Seitz
  1 sibling, 0 replies; 3+ messages in thread
From: Keith Seitz @ 2009-07-19 23:22 UTC (permalink / raw)
  To: Gene Smith; +Cc: insight

On 07/13/2009 08:33 PM, Gene Smith wrote:
> This may already be noted on the list but I ran across it again when
> trying to run a 6.8 build on fedora 11 x86_64.
>
> Specifically, I see the error noted here when starting insight:
>
> http://bugs.gentoo.org/show_bug.cgi?id=225999

Ok, I checked this out today... It turns out that this patch was already 
committed by Kevin Buettner in August 2008:

2008-08-05  Joe English  <jenglish@users.sourceforge.net>

         * generic/tk.h, generic/tkEvent.c: Fix for [Bug 2010422] "no event
         type or button # or keysym while executing " bind Listbox
         <MouseWheel>

Of course, this patch is NOT in the 6.8 release tar ball, but I've added 
it and uploaded the new tarball to the server.

I'm trying to update the web page, but it looks like I am encountering 
technical difficulties with the server right now. So I'll have to 
contact the sourceware overseers.

Keith

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-19 23:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-14  3:34 Runtime error with Insight-6.8 with recent build Gene Smith
2009-07-14  4:21 ` Keith Seitz
2009-07-19 23:22 ` Keith Seitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).