LinuxSir.cn,穿越时空的Linuxsir!

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

编译gaim 1.5时出错(解决)现在找QQ插件中

[复制链接]
发表于 2005-11-3 13:21:34 | 显示全部楼层 |阅读模式
错在make 这一步,代码如下:
  1. popups.c:-28122: internal compiler error: Segmentation fault
  2. Please submit a full bug report,
  3. with preprocessed source if appropriate.
  4. See <URL:http://gcc.gnu.org/bugs.html> for instructions.
  5. make[4]: *** [popups.lo] Error 1
  6. make[4]: Leaving directory `/root/gaim-1.5.0/src/protocols/oscar'
  7. make[3]: *** [all-recursive] Error 1
  8. make[3]: Leaving directory `/root/gaim-1.5.0/src/protocols'
  9. make[2]: *** [all-recursive] Error 1
  10. make[2]: Leaving directory `/root/gaim-1.5.0/src'
  11. make[1]: *** [all-recursive] Error 1
  12. make[1]: Leaving directory `/root/gaim-1.5.0'
  13. make: *** [all] Error 2
复制代码


然后make install 也出错,
  1. gtkimhtmltoolbar.c:361: internal compiler error: Segmentation fault
  2. Please submit a full bug report,
  3. with preprocessed source if appropriate.
  4. See <URL:http://gcc.gnu.org/bugs.html> for instructions.
  5. make[2]: *** [gtkimhtmltoolbar.o] Error 1
  6. make[2]: Leaving directory `/root/gaim-1.5.0/src'
  7. make[1]: *** [install-recursive] Error 1
  8. make[1]: Leaving directory `/root/gaim-1.5.0/src'
  9. make: *** [install-recursive] Error 1
复制代码

运行gaim时是这样:

  1. root@n3v3r:~/gaim-1.5.0# gaim

  2. (gaim:13802): Gdk-CRITICAL **: gdk_display_get_name: assertion `GDK_IS_DISPLAY (display)' failed

  3. ** (gaim:13802): WARNING **: cannot open display: unset
  4. root@n3v3r:~/gaim-1.5.0#
复制代码

大家帮看看。
发表于 2005-11-3 13:51:50 | 显示全部楼层
Slackware不是带了吗
为什么还要编译?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-11-3 16:01:45 | 显示全部楼层
……刚才发现……呵呵
回复 支持 反对

使用道具 举报

发表于 2005-11-3 16:27:27 | 显示全部楼层
参考windrose@Linuxsir.org
下载所需文件:
Gaim:http://gaim.sourceforge.net/downloads.php
nspr: ftp://ftp.mozilla.org/pub/mozilla.org/nspr/
nss: ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/
其中nspr和nss分别到相应的releases目录下找最新版Linux2.4_x86_glibc_PTH_OPT.OBJ或者Linux2.6_x86_glibc_PTH_OPT.OBJ

Install
安装nspr和nss,其中所下载的都已经编译好,所以只需解压缩,复制就可以!

  1. #mkdir /usr/include/nspr /usr/include/nss

  2. #tar xvfz nspr-version.tar.gz
  3. #cp -r nspr-version/include/* /usr/include/nspr
  4. #cp nspr-version/lib/* /usr/lib

  5. #tar zxvf nss-version.tar.gz
  6. #cp -r nss-version/include/* /usr/include/nss
  7. #cp nss-version/lib/* /usr/lib
复制代码


编译安装Gaim

  1. #./configure --with-nspr-includes=/usr/include/nspr --with-nspr-libs=/usr/lib --with-nss-includes=/usr/include/nss --with-nss-libs=/usr/lib
  2. #make
  3. #make install
复制代码


That's OK!
Enjoy!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-11-3 16:40:35 | 显示全部楼层
请问哪里下载1.5版的QQ和Google talk 插件?版里搜到的都是老版本哎……
回复 支持 反对

使用道具 举报

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

本版积分规则

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