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

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).