分页: 1 / 1

请高手帮忙,编译飞鸽传书gnome版本的错误

发表于 : 2007-05-13 19:57
zsulinjia
GNOME2 IP Messenger 下载地址:http://www.ipmsg.org/archive/g2ipmsg-0.9.1.tar.gz
./configure时,其中有这样几项:
checking for gawk... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether we are cross compiling... no
checking for strerror in -lcposix... no
checking whether to enable systray... no
checking for GST... no
configure: WARNING: You need GStreamer-0.10 or later installed if you need sound relevant functions

make时出现:
/bin/sh: -o: not found
make[2]: *** [ja.gmo] Error 127
make[2]: Leaving directory `/home/linjia/soft/g2ipmsg-0.9.1/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/linjia/soft/g2ipmsg-0.9.1'
make: *** [all] Error 2

发表于 : 2007-05-13 20:01
eexpress
都没编译环境吧。安装build-essential
这软件,源里面有吧

发表于 : 2007-05-21 14:28
shuhill
不是说了嘛.
configure: WARNING: You need GStreamer-0.10 or later installed if you need sound relevant functions

安装一下GStreamer的dev包应该就可以了。

我以前编译过一次,但是只要启动了托盘图标,程序就不能运行。一直没找到原因。

发表于 : 2007-06-12 3:19
yzd8023
sudo apt-get install gettext intltool

发表于 : 2007-08-09 11:32
xell
我也遇到了同样的问题,装了LS说的两个包,还是一样,有什么办法吗?

【已解决】重新./configure一次就好了

不过请问着两个包是做什么用的?