分页: 1 / 1

[问题] g2ipmsg 0.9.1 make错误

发表于 : 2007-07-18 2:06
sducxh
配置
cxh@cxh-desktop:/media/sda5/G2ipmsg/g2ipmsg-0.9.1$ /configure --prefix=/usr --sysconfdir=/etc --enable-systray
bash: /configure: No such file or directory
cxh@cxh-desktop:/media/sda5/G2ipmsg/g2ipmsg-0.9.1$ ./configure --prefix=/usr --sysconfdir=/etc --enable-systray
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
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 dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for intltool >= 0.31... 0.35.0 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... msgfmt
checking for msgmerge... msgmerge
checking for xgettext... xgettext
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PACKAGE... yes
checking for SYSTRAY... yes
checking whether to enable systray... 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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... no
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for GST... no
configure: WARNING: You need GStreamer-0.10 or later installed if you need sound relevant functions
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

编译
make all-recursive
make[1]: Entering directory `/media/sda5/G2ipmsg/g2ipmsg-0.9.1'
Making all in src
make[2]: Entering directory `/media/sda5/G2ipmsg/g2ipmsg-0.9.1/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/media/sda5/G2ipmsg/g2ipmsg-0.9.1/src'
Making all in po
make[2]: Entering directory `/media/sda5/G2ipmsg/g2ipmsg-0.9.1/po'
file=`echo ja | sed 's,.*/,,'`.gmo \
&& rm -f $file && -o $file ja.po
/bin/sh: -o: not found
make[2]: *** [ja.gmo] 错误 127
make[2]: Leaving directory `/media/sda5/G2ipmsg/g2ipmsg-0.9.1/po'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/media/sda5/G2ipmsg/g2ipmsg-0.9.1'
make: *** [all] 错误 2

求助

需要额外的package

发表于 : 2007-08-12 13:42
fatboy401
sudo apt-get install gettext