LinuxSir.cn,穿越时空的Linuxsir!

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

Gaim QQ 0.2.7 发布了

[复制链接]
发表于 2004-4-12 11:14:50 | 显示全部楼层
出错了
[root@localhost gaim-cvs-0319]# ./autogen.sh --prdfix=/opt/gaim-qq
Generating configuration files for Gaim, please wait....

Running gettextize, please ignore non-fatal messages....
Creating directory m4
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/isc-posix.m4
Copying file m4/lcmessage.m4
Copying file m4/progtest.m4
Running libtoolize, please ignore non-fatal messages....
configure: error: unrecognized option: --prdfix=/opt/gaim-qq
Try `./configure --help' for more information.
发表于 2004-4-12 11:15:57 | 显示全部楼层
出错了
[root@localhost gaim-cvs-0319]# ./autogen.sh --prdfix=/opt/gaim-qq
Generating configuration files for Gaim, please wait....

Running gettextize, please ignore non-fatal messages....
Creating directory m4
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/isc-posix.m4
Copying file m4/lcmessage.m4
Copying file m4/progtest.m4
Running libtoolize, please ignore non-fatal messages....
configure: error: unrecognized option: --prdfix=/opt/gaim-qq
Try `./configure --help' for more information.
发表于 2004-4-12 11:43:47 | 显示全部楼层
最初由 三水 发表
出错了
[root@localhost gaim-cvs-0319]# ./autogen.sh --prdfix=/opt/gaim-qq
Generating configuration files for Gaim, please wait....

Running gettextize, please ignore non-fatal messages....
Creating directory m4
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/isc-posix.m4
Copying file m4/lcmessage.m4
Copying file m4/progtest.m4
Running libtoolize, please ignore non-fatal messages....
configure: error: unrecognized option: --prdfix=/opt/gaim-qq
Try `./configure --help' for more information.


应该是“./autogen.sh --prefix=/opt/gaim-qq”
不是--prdfix。
发表于 2004-4-12 12:58:28 | 显示全部楼层
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
*** development headers installed. The latest version of GLib is
*** always available at http://www.gtk.org/.
发表于 2004-4-12 13:00:37 | 显示全部楼层
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
*** development headers installed. The latest version of GLib is
*** always available at http://www.gtk.org/.
发表于 2004-4-12 13:31:15 | 显示全部楼层
我用glib-2.4.0的安装帮助文件安装glib
  % gzip -cd glib-2.4.0.tar.gz | tar xvf -  # unpack the sources
  % cd glib-2.4.0                           # change to the toplevel directory
  % ./configure                             # run the `configure' script
  % make                                    # build GLIB

  [ Become root if necessary ]
  % rm -rf /install-prefix/include/glib.h /install-prefix/include/gmodule.h
  % make install                            # install GLIB

后才安装QQ一样提示glib版本低了。
发表于 2004-4-12 14:54:17 | 显示全部楼层
-------------------------------------------
[root@pjsh gaim-cvs-0319]# sudo make install
Making install in sounds
make[1]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/sounds'
make[2]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/sounds'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /opt/gaim-qq/share/sounds/gaim
/usr/bin/install -c -m 644 arrive.wav /opt/gaim-qq/share/sounds/gaim/arrive.wav /usr/bin/install -c -m 644 leave.wav /opt/gaim-qq/share/sounds/gaim/leave.wav
/usr/bin/install -c -m 644 receive.wav /opt/gaim-qq/share/sounds/gaim/receive.wav
/usr/bin/install -c -m 644 redalert.wav /opt/gaim-qq/share/sounds/gaim/redalert.wav
/usr/bin/install -c -m 644 send.wav /opt/gaim-qq/share/sounds/gaim/send.wav
make[2]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/sounds'
make[1]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/sounds'
Making install in plugins
make[1]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins'
Making install in docklet
make[2]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/docklet'
make[3]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/docklet'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /opt/gaim-qq/lib/gaim
/bin/sh ../../libtool --silent --mode=install /usr/bin/install -c  docklet.la /opt/gaim-qq/lib/gaim/docklet.la
libtool: install: warning: remember to run `libtool --finish /usr/local/lib/gaim'
make[3]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/docklet'
make[2]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/docklet'
Making install in gaim-remote
make[2]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/gaim-remote'
make[3]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/gaim-remote'
/bin/sh ../../mkinstalldirs /opt/gaim-qq/lib
/bin/sh ../../libtool --silent --mode=install /usr/bin/install -c  libgaim-remote.la /opt/gaim-qq/lib/libgaim-remote.la
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
/bin/sh ../../mkinstalldirs /opt/gaim-qq/include/gaim-remote
/usr/bin/install -c -m 644 remote-socket.h /opt/gaim-qq/include/gaim-remote/remote-socket.h
/usr/bin/install -c -m 644 remote.h /opt/gaim-qq/include/gaim-remote/remote.h
/bin/sh ../../mkinstalldirs /opt/gaim-qq/lib/gaim
/bin/sh ../../libtool --silent --mode=install /usr/bin/install -c  gaim-remote.la /opt/gaim-qq/lib/gaim/gaim-remote.la
libtool: install: error: cannot install `gaim-remote.la' to a directory not ending in /usr/local/lib/gaim
make[3]: *** [install-pluginLTLIBRARIES] 错误 1
make[3]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/gaim-remote'
make[2]: *** [install-am] 错误 2
make[2]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/gaim-remote'
make[1]: *** [install-recursive] 错误 1
make[1]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins'
make: *** [install-recursive] 错误 1
[root@pjsh gaim-cvs-0319]#

----------------------------------------------------------
发表于 2004-4-12 14:56:10 | 显示全部楼层
-------------------------------------------
[root@pjsh gaim-cvs-0319]# sudo make install
Making install in sounds
make[1]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/sounds'
make[2]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/sounds'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /opt/gaim-qq/share/sounds/gaim
/usr/bin/install -c -m 644 arrive.wav /opt/gaim-qq/share/sounds/gaim/arrive.wav /usr/bin/install -c -m 644 leave.wav /opt/gaim-qq/share/sounds/gaim/leave.wav
/usr/bin/install -c -m 644 receive.wav /opt/gaim-qq/share/sounds/gaim/receive.wav
/usr/bin/install -c -m 644 redalert.wav /opt/gaim-qq/share/sounds/gaim/redalert.wav
/usr/bin/install -c -m 644 send.wav /opt/gaim-qq/share/sounds/gaim/send.wav
make[2]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/sounds'
make[1]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/sounds'
Making install in plugins
make[1]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins'
Making install in docklet
make[2]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/docklet'
make[3]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/docklet'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /opt/gaim-qq/lib/gaim
/bin/sh ../../libtool --silent --mode=install /usr/bin/install -c  docklet.la /opt/gaim-qq/lib/gaim/docklet.la
libtool: install: warning: remember to run `libtool --finish /usr/local/lib/gaim'
make[3]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/docklet'
make[2]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/docklet'
Making install in gaim-remote
make[2]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/gaim-remote'
make[3]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/gaim-remote'
/bin/sh ../../mkinstalldirs /opt/gaim-qq/lib
/bin/sh ../../libtool --silent --mode=install /usr/bin/install -c  libgaim-remote.la /opt/gaim-qq/lib/libgaim-remote.la
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
/bin/sh ../../mkinstalldirs /opt/gaim-qq/include/gaim-remote
/usr/bin/install -c -m 644 remote-socket.h /opt/gaim-qq/include/gaim-remote/remote-socket.h
/usr/bin/install -c -m 644 remote.h /opt/gaim-qq/include/gaim-remote/remote.h
/bin/sh ../../mkinstalldirs /opt/gaim-qq/lib/gaim
/bin/sh ../../libtool --silent --mode=install /usr/bin/install -c  gaim-remote.la /opt/gaim-qq/lib/gaim/gaim-remote.la
libtool: install: error: cannot install `gaim-remote.la' to a directory not ending in /usr/local/lib/gaim
make[3]: *** [install-pluginLTLIBRARIES] 错误 1
make[3]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/gaim-remote'
make[2]: *** [install-am] 错误 2
make[2]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/gaim-remote'
make[1]: *** [install-recursive] 错误 1
make[1]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins'
make: *** [install-recursive] 错误 1
[root@pjsh gaim-cvs-0319]#

----------------------------------------------------------
发表于 2004-4-13 12:30:43 | 显示全部楼层
最初由 三水 发表
我用glib-2.4.0的安装帮助文件安装glib
  % gzip -cd glib-2.4.0.tar.gz | tar xvf -  # unpack the sources
  % cd glib-2.4.0                           # change to the toplevel directory
  % ./configure                             # run the `configure' script
  % make                                    # build GLIB

  [ Become root if necessary ]
  % rm -rf /install-prefix/include/glib.h /install-prefix/include/gmodule.h
  % make install                            # install GLIB

后才安装QQ一样提示glib版本低了。

是要安装glib的devel包
发表于 2004-4-13 18:27:53 | 显示全部楼层
不能用群啊?
顺便提点小建议 声音能换成qq的就好了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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