aMule Forum

English => Compilation problems => Topic started by: myth on December 29, 2011, 12:37:54 AM

Title: aMule SVN Linux Mint Debian Edition (LMDE)
Post 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:

Code: [Select]
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?
Title: Re: aMule SVN Linux Mint Debian Edition (LMDE)
Post by: Stu Redman on December 29, 2011, 02:47:16 PM
Code: [Select]
rm -f ar.gmo && : -c --statisticsSomething is missing before -c I guess.
Please attach the output of configure.
Title: Re: aMule SVN Linux Mint Debian Edition (LMDE)
Post by: GonoszTopi on December 29, 2011, 03:19:48 PM
You don't have the msgfmt tool. You can usually install it from the gettext-tools package, but I don't know your distro.
Title: Re: aMule SVN Linux Mint Debian Edition (LMDE)
Post by: myth on December 29, 2011, 07:42:59 PM
Hell, yeah! That's it!

I installed the following package to get it work: gettext-lint (among gettext and gettext-base of course)