LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1475|回复: 6

求助:firefox3.0中chmreader插件无法使用(基于F9)

[复制链接]
发表于 2008-5-24 16:44:16 | 显示全部楼层 |阅读模式
我用的是F9。firefox3.0似乎无法使用chmreader插件,只要我一开chm文件,马上就导致firefox崩溃。有没有人和我出现一样到情况?不知道这是F9的问题,还是firefox问题,抑或是插件本身的问题?!!!

如果是插件问题,希望插件作者能更新一下,这是个好东西!
发表于 2008-5-24 18:21:53 | 显示全部楼层
很多插件在 firefox3 下都无法使用的。。。。。。
回复 支持 反对

使用道具 举报

发表于 2008-5-24 18:24:30 | 显示全部楼层
恩。
不过,还有很多选择的,用着都挺不错的啊
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-5-25 08:51:45 | 显示全部楼层
Post by shpchp;1854448
很多插件在 firefox3 下都无法使用的。。。。。。


用Nightly Tester Tools这个插件,基本上都可以解决。但对chmreader这个插件无效,使用chmreader甚至导致firefox崩溃。

如果是插件问题,那就要强烈呼唤chmreader作者来更新了。我记得作者的这个插件好像就是在这个论坛首发的吧??!!!!!
回复 支持 反对

使用道具 举报

发表于 2008-10-8 23:29:46 | 显示全部楼层
http://sourceforge.net/tracker/? ... amp;group_id=175748

Followups:

Comments

Date: 2008-09-20 10:43
Sender: mumhero
Thanks. This works for me too.
However, thare is a bug in the SConstruct file, there is no x86_64 in ms.
The following is the new SConstruct file

--- SConstruct  2008-09-20 18:29:58.000000000 +0800
+++ SConstruct.old      2008-09-20 18:40:23.000000000 +0800
@@ -24,7 +24,7 @@
def get_default_abi():
     ss = { 'Linux' : 'linux', 'Windows' : 'windows' }
     s = ss[system()]
-    ms = { 'i686' : 'x86', 'i586' : 'x86', 'i486' : 'x86', 'i386' : 'x86'
, 'x86_64' : 'x86_64'}
+    ms = { 'i686' : 'x86', 'i586' : 'x86', 'i486' : 'x86', 'i386' :
'x86'}
     m = ms[machine()]
     cs = { 'Linux' : 'gcc3', 'Windows' : 'msvc' }
     c = cs[system()]
                                                       

Date: 2008-09-20 05:53
Sender: nobody
Had the same issue as you, got it solved by compiling the package myself
under arch x86_64.

export GECKO_SDK=/usr/lib/xulrunner-devel-1.9.0.1/
make package
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-10-14 22:49:07 | 显示全部楼层
Post by abcmike;1891892
http://sourceforge.net/tracker/? ... amp;group_id=175748

Followups:

Comments

Date: 2008-09-20 10:43
Sender: mumhero
Thanks. This works for me too.
However, thare is a bug in the SConstruct file, there is no x86_64 in ms.
The following is the new SConstruct file

--- SConstruct  2008-09-20 18:29:58.000000000 +0800
+++ SConstruct.old      2008-09-20 18:40:23.000000000 +0800
@@ -24,7 +24,7 @@
def get_default_abi():
     ss = { 'Linux' : 'linux', 'Windows' : 'windows' }
     s = ss[system()]
-    ms = { 'i686' : 'x86', 'i586' : 'x86', 'i486' : 'x86', 'i386' : 'x86'
, 'x86_64' : 'x86_64'}
+    ms = { 'i686' : 'x86', 'i586' : 'x86', 'i486' : 'x86', 'i386' :
'x86'}
     m = ms[machine()]
     cs = { 'Linux' : 'gcc3', 'Windows' : 'msvc' }
     c = cs[system()]
                                                       

Date: 2008-09-20 05:53
Sender: nobody
Had the same issue as you, got it solved by compiling the package myself
under arch x86_64.

export GECKO_SDK=/usr/lib/xulrunner-devel-1.9.0.1/
make package


不太懂什么意思!能否解释一下?!
以下是我的尝试:
[root@localhost Jet.Z]# export GECKO_SDK=/usr/lib/xulrunner-devel-1.9.0.1/
[root@localhost Jet.Z]# make package
make: *** No rule to make target `package'.  Stop.
回复 支持 反对

使用道具 举报

发表于 2008-10-15 01:23:49 | 显示全部楼层
升级到ff3以后,我就只用chmsee了
回复 支持 反对

使用道具 举报

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

本版积分规则

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