LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: puzzlebird

Gaim QQ 0.2.7 发布了

[复制链接]
发表于 2004-3-31 13:25:55 | 显示全部楼层
最初由 redfoxnet 发表
我是菜鸟,能不能告诉我哪里有下载这个gettext?怎么安装?谢谢


ftp://ftp.gnu.org/gnu/gettext/gettext-0.14.1.tar.gz

这个你要自己编译, 大概步骤是:

1 tar -zxvf gettext-0.14.1.tar.gz
2 cd gettext-0.14.1/
3 ./configure && make
4 su
5 make install

或者你去找你用的Linux版本的安装软件包。
发表于 2004-3-31 13:39:04 | 显示全部楼层
最初由 rakescar 发表
ftp://ftp.gnu.org/gnu/gettext/gettext-0.14.1.tar.gz

这个你要自己编译, 大概步骤是:

1 tar -zxvf gettext-0.14.1.tar.gz
2 cd gettext-0.14.1/
3 ./configure && make
4 su
5 make install

或者你去找你用的Linux版本的安装软件包。

我用的是redhat9.0
发表于 2004-3-31 14:18:30 | 显示全部楼层

报告一个bug

在显示未在线好友时,每个好友会显示两个图标.
发表于 2004-3-31 14:49:49 | 显示全部楼层
rackscar我试过了
[root@localhost root]# cd /root/gettext-0.14.1
[root@localhost gettext-0.14.1]# ./configure && make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
configure: creating ./config.status
config.status: creating Makefile
configure: configuring in autoconf-lib-link
configure: running /bin/sh './configure' --prefix=/usr/local  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
configure: error: /bin/sh './configure' failed for autoconf-lib-link
[root@localhost gettext-0.14.1]# su
[root@localhost gettext-0.14.1]# make install
Making install in autoconf-lib-link
make[1]: Entering directory `/root/gettext-0.14.1/autoconf-lib-link'
make[1]: *** No rule to make target `install'.  Stop.
make[1]: Leaving directory `/root/gettext-0.14.1/autoconf-lib-link'
make: *** [install-recursive] Error 1
[root@localhost gettext-0.14.1]#
怎么办啊?是什么问题?
发表于 2004-3-31 15:02:20 | 显示全部楼层
我是菜鸟,下载了一个gettext-0.11.4-3.i386.rpm,不知道怎么用,请详悉的指点一下,我从来没有用过linux

谢谢
 楼主| 发表于 2004-3-31 15:02:42 | 显示全部楼层
报告一个bug

在显示未在线好友时,每个好友会显示两个图标.


不是bug, 自己读pdf的帮助文件,我解释过好几次了。
发表于 2004-3-31 16:38:13 | 显示全部楼层
最初由 redfoxnet 发表
rackscar我试过了
[root@localhost root]# cd /root/gettext-0.14.1
[root@localhost gettext-0.14.1]# ./configure && make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
configure: creating ./config.status
config.status: creating Makefile
configure: configuring in autoconf-lib-link
configure: running /bin/sh './configure' --prefix=/usr/local  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
configure: error: /bin/sh './configure' failed for autoconf-lib-link
[root@localhost gettext-0.14.1]# su
[root@localhost gettext-0.14.1]# make install
Making install in autoconf-lib-link
make[1]: Entering directory `/root/gettext-0.14.1/autoconf-lib-link'
make[1]: *** No rule to make target `install'.  Stop.
make[1]: Leaving directory `/root/gettext-0.14.1/autoconf-lib-link'
make: *** [install-recursive] Error 1
[root@localhost gettext-0.14.1]#
怎么办啊?是什么问题?


checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH


你的系统连C语言的编译器都没有??? 那你装了gettext也没用,因为还是无法编译OpenQ的源码。

你的系统配置实在是奇怪。你可以试试自己装gcc,还有gcc依赖的其他一些相关软件。不然你还是等有人做好了RPM包你再下吧。
发表于 2004-3-31 16:44:50 | 显示全部楼层
rakescar,我下载了一个gettext-0.11.4-7.i386.rpm,运行后也不对
[root@localhost root]# rpm -ivh gettext-0.11.4-7.i386.rpm
error: Failed dependencies:
        libgcj.so.3 is needed by gettext-0.11.4-7
请问是什么原因,谢谢
发表于 2004-3-31 16:56:11 | 显示全部楼层
最初由 redfoxnet 发表
rakescar,我下载了一个gettext-0.11.4-7.i386.rpm,运行后也不对
[root@localhost root]# rpm -ivh gettext-0.11.4-7.i386.rpm
error: Failed dependencies:
        libgcj.so.3 is needed by gettext-0.11.4-7
请问是什么原因,谢谢


就是说gettext依赖libgcj,你要先装libgcj才能装gettext。

不过你装了gettext也没用,你连C语言编译器都没有,怎么编译OpenQ的源码?
发表于 2004-3-31 17:28:58 | 显示全部楼层

./config可去掉拼写检查

./configure --disable-gtkspell
cd qq-0.2.7.1-p1/gaim-cvs-0319
cp mkinstalldirs ../
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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