aMule Forum
English => Compilation problems => Topic started by: agnostiker on January 26, 2005, 01:35:26 PM
-
hi,
I get the following errors compiling aMule-2.0.0rc8 on Debian Sarge:
make all-recursive
make[1]: Entering directory `/home/jan/coding/aMule-2.0.0rc8'
Making all in m4
make[2]: Entering directory `/home/jan/coding/aMule-2.0.0rc8/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jan/coding/aMule-2.0.0rc8/m4'
Making all in intl
make[2]: Entering directory `/home/jan/coding/aMule-2.0.0rc8/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jan/coding/aMule-2.0.0rc8/intl'
Making all in po
make[2]: Entering directory `/home/jan/coding/aMule-2.0.0rc8/po'
rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
mv: cannot stat `t-en_GB.gmo': No such file or directory
make[2]: *** [en_GB.gmo] Error 1
make[2]: Leaving directory `/home/jan/coding/aMule-2.0.0rc8/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jan/coding/aMule-2.0.0rc8'
make: *** [all] Error 2
thanks, for your help.
-
agnostiker,
Take a look at the output of configure and see if there is any suspect message. Also make sure you have gettext and gettext-devel. Also, if you are compiling it yourself, use a recent cvs tarball:
http://amule.hirnriss.net/
Cheers!
-
thanks, I have installed gettext and it copiles fine now :-)
by the way:
gettext-devel I don't have such a package at debian sarge, only gettext and gettext-base.