打印

求助:在CYGWIN下安装SKYEYE出现错误,试了三天了

求助:在CYGWIN下安装SKYEYE出现错误,试了三天了

安装cygwin-for-skyeye-allinone.tar.bz2后,安装skyeye-0.8.8.5.tar.bz2
解压缩,执行make时有错,执行make install也有错,如下
file=./`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH msgfmt -o $file fr.po
/bin/sh: msgfmt: command not found
make[2]: *** [fr.gmo] Error 127
make[2]: Leaving directory `/usr/src/skyeye/bfd/po'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/src/skyeye/bfd'
make: *** [install-bfd] Error 2
不知道该怎样解决?请帮忙看看啊!

TOP

You need the GNU msgfmt which is part of the GNU i18n package gettext. You should be able to download it from any GNU mirror.

TOP

安装最新版本的skyeye吧。

TOP

/bin/sh: msgfmt: command not found

I think you have not installed this software, when you install cygwin.

Maybe you use the latest version of SkyEye, you will encounter same problem.

TOP