LinuxSir.cn,穿越时空的Linuxsir!

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

[已解决]chmsee 不能用了

[复制链接]
发表于 2008-7-1 13:10:11 | 显示全部楼层 |阅读模式
自从升级到 firefox3,chmsee 就不好用了,报错说 libxul.so libgtkembedmoz.so 找不到。
发表于 2008-7-1 13:59:49 | 显示全部楼层
chmsee-1.0.0 依赖 xulrunner-1.8
最近 xulrunner 升级到 1.9 了

解决办法:
1) 用 chmsee-0.96 (不依赖 xulrunner)
2) 用 chmsee-1.0.1 (依赖 xulrunner-1.9)

chmsee-1.0.1 的方案:
  1. pkgname=chmsee
  2. pkgver=1.0.1
  3. pkgrel=1
  4. arch=('i686')
  5. pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
  6. url="http://chmsee.gro.clinux.org/"
  7. license="GPL"
  8. depends=(gtk2 libglade chmlib libgcrypt xulrunner)
  9. source=(http://gro.clinux.org/frs/download.php/2245/chmsee-1.0.1.tar.gz)
  10. md5sums=(0ea3d439ab240f12bc0f35632bbe114d)
  11. build() {
  12.         cd $srcdir/$pkgname-$pkgver
  13. #        ./autogen.sh
  14.         ./configure --prefix=/usr --with-gecko=libxul
  15.         make || return 1
  16.         make prefix=$pkgdir/usr install
  17. }
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-7-1 17:12:05 | 显示全部楼层
@nat

好了,谢谢!!!
回复 支持 反对

使用道具 举报

发表于 2008-10-21 19:04:05 | 显示全部楼层
楼上两位能说说具体的解决过程吗?
回复 支持 反对

使用道具 举报

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

本版积分规则

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