aMule Forum

English => Compilation problems => Topic started by: xit on May 14, 2005, 03:06:18 AM

Title: `t-en_GB.gmo': No such file or directory
Post by: xit on May 14, 2005, 03:06:18 AM
First, congratulations for your great work !  :baby:

Trying to compile amule-daemon with
--enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon --enable-amule-gui

On Mandrake 10.1, wxwidgets 2.6.0, i get this error :

[root@gtw aMule-2.0.0]# make
make  all-recursive
make[1]: Entering directory `/usr/src/aMule-2.0.0'
Making all in m4
make[2]: Entering directory `/usr/src/aMule-2.0.0/m4'
make[2]: Rien à faire pour « all ».
make[2]: Leaving directory `/usr/src/aMule-2.0.0/m4'
Making all in intl
make[2]: Entering directory `/usr/src/aMule-2.0.0/intl'
make[2]: Rien à faire pour « all ».
make[2]: Leaving directory `/usr/src/aMule-2.0.0/intl'
Making all in po
make[2]: Entering directory `/usr/src/aMule-2.0.0/po'
rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
mv: ne peut évaluer `t-en_GB.gmo': No such file or directory
make[2]: *** [en_GB.gmo] Erreur 1
make[2]: Leaving directory `/usr/src/aMule-2.0.0/po'
make[1]: *** [all-recursive] Erreur 1

compilation works fine with --disable-nls ...

known problem ? or i am the problem ?  ?(

any idea ?

xit.
Title: Re: `t-en_GB.gmo': No such file or directory
Post by: Kry on May 14, 2005, 03:40:30 AM
you lack gettext
Title: Re: `t-en_GB.gmo': No such file or directory
Post by: xit on May 14, 2005, 03:56:06 PM
Resolved thanks,

and this was already posted and i didn't see it

sorry for this repost

next time i will put my glasses.

xit
Title: Re: `t-en_GB.gmo': No such file or directory
Post by: Kry on May 14, 2005, 11:15:37 PM
np, you're welcome

(it's posted about 1 thousand times :))