|
我按照README的方法,进入/konstruct/kde/kdebase 文件夹,然后运行make install来编译安装KDE基本系统,开始正常,但运行到configure时出现下面的错误就停止了,我用的是Debian-31r0a-i386-binary.(KDE3.5的source我放在file:/home/kde3.5-sources,konstruct安装在file:/home/konstruct文件夹中)
错误信息:
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
configure: error:
*** You must have either have gettext support in your C library, or use the
*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html
make[3]: *** [configure-work/glib-2.8.4/configure] 错误 1
make[3]: Leaving directory `/home/konstruct/libs/glib'
make[2]: *** [dep-../../libs/glib] 错误 2
make[2]: Leaving directory `/home/konstruct/libs/arts'
make[1]: *** [dep-../../libs/arts] 错误 2
make[1]: Leaving directory `/home/konstruct/kde/kdelibs'
make: *** [dep-../../kde/kdelibs] 错误 2
puciko:/home/konstruct/kde/kdebase# |
|