aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: copiling: mv: cannot stat `t-en_GB.gmo': No such file or directory  (Read 5230 times)

agnostiker

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2

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.
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: copiling: mv: cannot stat `t-en_GB.gmo': No such file or directory
« Reply #1 on: January 26, 2005, 02:06:44 PM »

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!
Logged

agnostiker

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: copiling: mv: cannot stat `t-en_GB.gmo': No such file or directory
« Reply #2 on: January 26, 2005, 04:02:30 PM »

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.
Logged