QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 4218|回复: 21

关于gaim0.76-qq编译后无法选择表情问题(已解决)

[复制链接]
发表于 2004-4-23 08:38:47 | 显示全部楼层 |阅读模式
gaim0.76的编译需要gtk-2.4支持,ml1.2p6自带是2.35,下载gtk2.4编译安装后就可以正常编译出带表情支持的gaim-qq。
发表于 2004-4-23 13:29:58 | 显示全部楼层
能说说简单步骤吗?谢谢!另外gtk2.4在哪里下呢??
回复

使用道具 举报

 楼主| 发表于 2004-4-23 13:56:06 | 显示全部楼层
ftp://ftp.gtk.org/pub/gtk/v2.4/下载源码包:
glib-2.4.0.tar.gz
atk-1.6.0.tar.gz
pango-1.4.0.tar.gz
gtk+-2.4.0.tar.gz
并按照上面顺序编译安装。

或者到lonestar维护的gnome站上下载他编译好的rpm包
http://auvtech.com/~xinzhen/downloads/GNOME/2.6/2.6.0/rpms.magic/
安装好gtk2.4后,按照
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=62824
中的步骤编译安装即可。

若不用gaim上msn,便不需要nss库。可直接到gaimqq源码包中运行:
./autogen.sh --prefix=your custom path              (针对gaim-CVS版本)
./configure --prefix=your custom path                  (对gaim正式版)
make && make install
回复

使用道具 举报

发表于 2004-4-23 17:27:32 | 显示全部楼层
装后个的时候,检测依赖时,总是前一个没有安装,版本总是rpm包的版本我的gaim现在都没得QQ那项
回复

使用道具 举报

发表于 2004-4-23 18:03:17 | 显示全部楼层
可以到gnome-cn.org下载gnome2.6 for magic的rpm包。地址:http://auvtech.com/~xinzhen/downloads/GNOME/2.6/2.6.0/rpms.magic/。如果遇到依赖关系,到http://auvtech.com/~xinzhen/downloads/apt/magic/RPMS.updates/这个地址找。我是把这两个地址的所有包都下载下来,rpm -Uvh *.rpm后就把gnome2.6装上了。
回复

使用道具 举报

发表于 2004-4-23 20:03:34 | 显示全部楼层
失败了!!
[root@MagicLinux gtk+-2.4.0]# ./configure
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 native Win32... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for some Win32 platform... no
checking whether build environment is sane... yes
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0 >= 2.4.0    atk >= 1.0.1    pango >= 1.4.0... Requested 'glib-2.0 >= 2.4.0' but version of GLib is 2.3.5

configure: error: Library requirements (glib-2.0 >= 2.4.0    atk >= 1.0.1    pango >= 1.4.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
回复

使用道具 举报

发表于 2004-4-23 20:49:21 | 显示全部楼层
[root@MagicLinux atk-1.6.0]# ./configure
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... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fl32... no
checking for af77... no
checking for fort77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for lf95... no
checking for g95... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking for Win32... no
checking for aclocal flags...
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.3.5)
checking for glib-2.0 >= 2.0.0 gobject-2.0 gmodule-2.0... yes
checking DEP_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
checking DEP_LIBS... -Wl,--export-dynamic -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  af am az be bg bn ca cs cy da de en_CA en_GB el eo es et fa fi fr ga he hi hr hu kn ko id is it ja li lv lt ml mk mn ms ne nl nn no pl pt pt_BR ro ru sk sl sq sr sr@ije sr@Latn sv ta tr uk vi yi zh_CN zh_TW
checking for bind_textdomain_codeset... (cached) yes
checking for gawk... (cached) gawk
checking for perl5... no
checking for perl... perl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating atk.pc
config.status: creating atk-uninstalled.pc
config.status: creating atk/Makefile
config.status: creating atk/atk.rc
config.status: creating tests/Makefile
config.status: creating docs/Makefile
config.status: creating docs/version.xml
config.status: creating atk.spec
config.status: creating atk-zip.sh
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
回复

使用道具 举报

发表于 2004-4-23 20:52:16 | 显示全部楼层
gaim 0.76cvs

Build Protocol Plugins........ : yes
Protocols to link statically.. :
Protocols to build dynamically : qq gg irc jabber msn napster oscar toc yahoo zephyr

UI Library.................... : GTK 2.x
SSL Library/Libraries......... : Mozilla NSS

Build with Plugin support..... : yes
Build with Perl support....... : yes
Build with Tcl support........ : no
Build with Tk support......... : no
Build with Audio support...... : yes
Build with NAS support........ : no
Build with GtkSpell support... : no

Use kerberos 4 with zephyr.... : no
Use external libzephyr........ : no

Use XScreenSaver Extension.... : yes
Use X Session Management...... : yes
Use startup notification.......: no

Print debugging messages...... : no

Gaim will be installed in /opt/gaim-qq/bin.

configure complete, now type 'make'
回复

使用道具 举报

发表于 2004-4-23 20:53:17 | 显示全部楼层
[root@MagicLinux gaim-cvs-0319]# make && make install
make  all-recursive
make[1]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319'
Making all in sounds
make[2]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/sounds'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/sounds'
Making all in plugins
make[2]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins'
Making all in docklet
make[3]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/docklet'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/docklet'
Making all in gaim-remote
make[3]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/gaim-remote'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/gaim-remote'
Making all in gestures
make[3]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/gestures'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/gestures'
Making all in perl
make[3]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/perl'
Writing Makefile for Gaim
make[4]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/perl/common'
gcc -c  -I. -I. -I../../.. -I../../../src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE  -g -O2 -Wall -g3 -O2 -g -pipe -march=i686   -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE"   Account.c
gcc -c  -I. -I. -I../../.. -I../../../src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE  -g -O2 -Wall -g3 -O2 -g -pipe -march=i686   -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE"   BuddyList.c
gcc -c  -I. -I. -I../../.. -I../../../src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE  -g -O2 -Wall -g3 -O2 -g -pipe -march=i686   -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE"   BuddyList_Buddy.c
gcc -c  -I. -I. -I../../.. -I../../../src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE  -g -O2 -Wall -g3 -O2 -g -pipe -march=i686   -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE"   BuddyList_Chat.c
gcc -c  -I. -I. -I../../.. -I../../../src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE  -g -O2 -Wall -g3 -O2 -g -pipe -march=i686   -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE"   BuddyList_Group.c
gcc -c  -I. -I. -I../../.. -I../../../src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE  -g -O2 -Wall -g3 -O2 -g -pipe -march=i686   -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE"   Connection.c
gcc -c  -I. -I. -I../../.. -I../../../src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE  -g -O2 -Wall -g3 -O2 -g -pipe -march=i686   -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE"   ConvWindow.c
gcc -c  -I. -I. -I../../.. -I../../../src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE  -g -O2 -Wall -g3 -O2 -g -pipe -march=i686   -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE"   Conversation.c
gcc -c  -I. -I. -I../../.. -I../../../src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE  -g -O2 -Wall -g3 -O2 -g -pipe -march=i686   -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE"   Conversation_Chat.c
gcc -c  -I. -I. -I../../.. -I../../../src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE  -g -O2 -Wall -g3 -O2 -g -pipe -march=i686   -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE"   Conversation_IM.c
gcc -c  -I. -I. -I../../.. -I../../../src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm  -I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE  -g -O2 -Wall -g3 -O2 -g -pipe -march=i686   -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.8.3/i386-linux-thread-multi/CORE"   Gaim.c
Running Mkbootstrap for Gaim ()
chmod 644 Gaim.bs
rm -f blib/arch/auto/Gaim/Gaim.so
LD_RUN_PATH="" gcc  -shared -L/usr/local/lib Account.o BuddyList.o BuddyList_Buddy.o BuddyList_Chat.o BuddyList_Group.o Connection.o ConvWindow.o Conversation.o Conversation_Chat.o Conversation_IM.o Gaim.o  -o blib/arch/auto/Gaim/Gaim.so
chmod 755 blib/arch/auto/Gaim/Gaim.so
cp Gaim.bs blib/arch/auto/Gaim/Gaim.bs
chmod 644 blib/arch/auto/Gaim/Gaim.bs
Manifying blib/man3/Gaim.3pm
make[4]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/perl/common'
make[3]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/perl'
Making all in ssl
make[3]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/ssl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/ssl'
Making all in ticker
make[3]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/ticker'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins/ticker'
make[3]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins'
make[2]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/plugins'
Making all in pixmaps
make[2]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps'
Making all in smileys
make[3]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps/smileys'
Making all in default
make[4]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps/smileys/default'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps/smileys/default'
make[4]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps/smileys'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps/smileys'
make[3]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps/smileys'
Making all in status
make[3]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps/status'
Making all in default
make[4]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps/status/default'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps/status/default'
make[4]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps/status'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps/status'
make[3]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps/status'
make[3]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps'
make[2]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/pixmaps'
Making all in doc
make[2]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/doc'
Making all in po
make[2]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/po'
Making all in intl
make[2]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/intl'
Making all in src
make[2]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/src'
Making all in protocols
make[3]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/src/protocols'
Making all in qq
make[4]: Entering directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/src/protocols/qq'
/bin/sh ../../../libtool --silent --mode=link gcc -DDATADIR=\"/opt/gaim-qq/share\" -g -O2 -Wall -g3   -o libqq.la -rpath /opt/gaim-qq/lib/gaim -module -avoid-version `pkg-config --libs gtk+-2.0` my_utils.lo packet_parse.lo qq_buddy_info.lo qq_buddy_list.lo qq_buddy_opt.lo qq_buddy_status.lo qq_char_conv.lo qq_header_info.lo qq_crypt.lo qq_keep_alive.lo qq_im.lo qq_infodlg.lo qq_login_logout.lo qq_ip_location.lo qq_proxy.lo qq_recv_core.lo qq_send_core.lo qq_sendqueue.lo qq_show.lo qq_sys_msg.lo qq_udp_proxy_s5.lo qq.lo  -lnsl
grep: /usr/lib/libgobject-2.0.la: No such file or directory
/bin/sed: can't read /usr/lib/libgobject-2.0.la: No such file or directory
libtool: link: `/usr/lib/libgobject-2.0.la' is not a valid libtool archive
make[4]: *** [libqq.la] 错误 1
make[4]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/src/protocols/qq'
make[3]: *** [all-recursive] 错误 1
make[3]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/src/protocols'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/root/qq-0.2.7.1-p1/gaim-cvs-0319'
make: *** [all] 错误 2
回复

使用道具 举报

发表于 2004-4-23 21:27:56 | 显示全部楼层
好象是缺少ibgobject-2.0.la文件,请问在哪里可以找到呢?
回复

使用道具 举报

发表于 2004-4-23 22:43:02 | 显示全部楼层
到 lonestar维护的gnome站上下载他编译好的rpm包
http://auvtech.com/~xinzhen/downloads/GNOME/2.6/2.6.0/rpms.magic/

升级时出错:
rpm -Uvh --nodeps gtk2-2.4.0-1.i586.rpm

Preparing...                ########################################### [100%]
   1:gtk2                   ########################################### [100%]
error: unpacking of archive failed on file /usr/share/themes/Default/gtk-2.0/gtkrc;               40892577: cpio: open failed - 不是目录
回复

使用道具 举报

发表于 2004-4-23 22:56:05 | 显示全部楼层
经查,Magic Linux 1.2pre6 中,/usr/share/themes/Default/gtk-2.0为一文件而非目录,导致cpio覆盖出错。
我将/usr/share/themes/Default/gtk-2.0删除掉再更新的。
回复

使用道具 举报

 楼主| 发表于 2004-4-23 23:50:26 | 显示全部楼层
[quote:bf685063df="zslevin"]经查,Magic Linux 1.2pre6 中,/usr/share/themes/Default/gtk-2.0为一文件而非目录,导致cpio覆盖出错。
我将/usr/share/themes/Default/gtk-2.0删除掉再更新的。[/quote]

对,就是这样   
回复

使用道具 举报

发表于 2004-4-24 23:48:02 | 显示全部楼层
[root@liangzc glib-2.4.0]#./configure
........................
.....................

configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
回复

使用道具 举报

发表于 2004-4-27 01:13:58 | 显示全部楼层
编译成功以后居然没有图象可以显示,表情都是方框
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-5-14 21:12 , Processed in 0.237160 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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