分页: 1 / 1

安装OpenQ求助!

发表于 : 2006-08-09 11:20
againstwar
.......
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for pkg-config... /usr/bin/pkg-config
checking for gaim... Package gaim was not found in the pkg-config search path. Perhaps you should add the directory containing `gaim.pc' to the PKG_CONFIG_PATH environment variable No package 'gaim' found
configure: error: Library requirements (gaim) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
但gaim是ubuntu自带的,我不知道它装在哪,找不到gaim.pc文件。还有就是PKG_CONFIG_PATH变量是怎么回事,它的默认值是多少,怎么改回去,多谢!!!

发表于 : 2006-08-11 10:42
chylli
建议安装gaim svn ,里面包含了openq
svn co https://svn.sourceforge.net/svnroot/gaim/trunk gaim
可能用到以下几个包(su下)
sudo aptitude install libglib2.0-dev
sudo aptitude install libgtk2.0-dev
sudo aptitude install libgnutls-dev

cd gaim
./autogen.sh
./configure --enable-gnutls=yes
make

sudo make install
昨天刚安装,效果不错

发表于 : 2006-08-12 19:07
jazzi
chylli 写了:昨天刚安装,效果不错
声音正常吗,能否提供个deb包

发表于 : 2007-10-20 12:38
千里觅封侯
have you installed gaim-dev?