aMule Forum
English => Compilation problems => Topic started by: myth on December 29, 2011, 12:37:54 AM
-
Hi folks!
Trying to build some aMule's SVN (tarballs or SVN checkout).
I get stuck here:
make
make all-recursive
make[1]: Entering directory `/mnt/longage/coding/xMule/amule/aMule-SVN-r10703'
Making all in intl
make[2]: Entering directory `/mnt/longage/coding/xMule/amule/aMule-SVN-r10703/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mnt/longage/coding/xMule/amule/aMule-SVN-r10703/intl'
Making all in po
make[2]: Entering directory `/mnt/longage/coding/xMule/amule/aMule-SVN-r10703/po'
rm -f ar.gmo && : -c --statistics -o ar.gmo ar.po
mv: cannot stat `t-ar.gmo': No such file or directory
make[2]: *** [ar.gmo] Error 1
make[2]: Leaving directory `/mnt/longage/coding/xMule/amule/aMule-SVN-r10703/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/longage/coding/xMule/amule/aMule-SVN-r10703'
make: *** [all] Error 2
Ideas?
-
rm -f ar.gmo && : -c --statistics
Something is missing before -c I guess.
Please attach the output of configure.
-
You don't have the msgfmt tool. You can usually install it from the gettext-tools package, but I don't know your distro.
-
Hell, yeah! That's it!
I installed the following package to get it work: gettext-lint (among gettext and gettext-base of course)