QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2568|回复: 7

安装source navigator 出了个问题

[复制链接]
发表于 2009-7-3 20:36:32 | 显示全部楼层 |阅读模式
前面./configure
make
make instrall
还好。
但一运行就跳出来这一堆

[root@MagicLinux sourcenav-6.0]# snavigator
Can't find a usable tk.tcl in the following directories:
    /usr/local/share/tk8.3

/usr/local/share/tk8.3/tk.tcl: no event type or button # or keysym
no event type or button # or keysym
    while executing
"bind Listbox <MouseWheel> {
    %W yview scroll [expr {- (%D / 120) * 4}] units
}"
    (file "/usr/local/share/tk8.3/listbox.tcl" line 182)
    invoked from within
"source [file join $tk_library listbox.tcl]"
    invoked from within
"if {[string compare $tcl_platform(platform) "macintosh"] && \
        [string compare {} $tk_library]} {
    source [file join $tk_library button.tcl]
    so..."
    (file "/usr/local/share/tk8.3/tk.tcl" line 30
    invoked from within
"source /usr/local/share/tk8.3/tk.tcl"
    ("uplevel" body line 1)
    invoked from within
"uplevel \#0 [list source $file]"


This probably means that tk wasn't installed properly.
 楼主| 发表于 2009-7-3 20:39:35 | 显示全部楼层
网上找了一下好象要加一个补丁,补丁代码都找到了,但就是不知道这补丁如何打

补丁代码

tk runtime error:
tk8.3/tk.tcl: no event type or button # or keysym

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

--- ./tk/generic/tk.h.orig        2008-02-06 16:31:40.000000000 +0100
+++ ./tk/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 << 2
-
#define ActivateMask            (1L << 29)
#define VirtualEventMask    (1L << 30)
-#define TK_LASTEVENT            (LASTEvent + 4)


/*
回复

使用道具 举报

发表于 2009-7-3 20:49:01 | 显示全部楼层
cd 到 tk 的源码目录
patch -p0 -i tk-8.4-lastevent.patch

tcl/tk broken if built with x11-proto/xproto-7.0.13


需要系统的 tk 包更新了。。

谢谢 ljoolj 啦~
回复

使用道具 举报

 楼主| 发表于 2009-7-3 20:59:30 | 显示全部楼层
谢谢啦,
试一下先
回复

使用道具 举报

 楼主| 发表于 2009-7-3 21:50:44 | 显示全部楼层
出来啦
亲每一个人
回复

使用道具 举报

发表于 2009-7-26 15:13:35 | 显示全部楼层
楼主,你的问题解决了吗?我在Fedora 11下安装时也是这个问题,打了patch后,重新make install也不行,不知道是什么问题。
回复

使用道具 举报

 楼主| 发表于 2009-7-28 17:26:41 | 显示全部楼层
我的对了,

http://bugs.gentoo.org/show_bug.cgi?id=225999
找到 tk-8.4-lastevent.patch 补丁
cd 到 tk 的源码目录,运行这个
patch -p0 -i tk-8.4-lastevent.patch
就对了
回复

使用道具 举报

发表于 2009-7-28 17:49:21 | 显示全部楼层
顶上去~
magic 的包里有这个补丁么??
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 22:34 , Processed in 0.046931 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表