aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: make fails  (Read 2994 times)

thefonz

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
make fails
« on: April 06, 2005, 03:35:14 AM »

Following the "Install from Sources" wiki entry, wxGTK install went fine, wxBase install went fine, but when I reach the make stage of the aMule install, this happens:

username@linux:~/temp/aMule-2.0.0rc8> make
make  all-recursive
make[1]: Entering directory `/home/username/temp/aMule-2.0.0rc8'
Making all in m4
make[2]: Entering directory `/home/username/temp/aMule-2.0.0rc8/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/username/temp/aMule-2.0.0rc8/m4'
Making all in intl
make[2]: Entering directory `/home/username/temp/aMule-2.0.0rc8/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/username/temp/aMule-2.0.0rc8/intl'
Making all in po
make[2]: Entering directory `/home/username/temp/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/username/temp/aMule-2.0.0rc8/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/username/temp/aMule-2.0.0rc8'
make: *** [all] Error 2

Same thing for the latest CVS, btw.

What am I doing wrong?

SuSE 9.1, wxGTK-2.4.2, wxBase-2.4.2
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: make fails
« Reply #1 on: April 06, 2005, 06:39:46 AM »

hey easy one ;)

install gettext and/or gettext-devel
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

thefonz

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: make fails
« Reply #2 on: April 06, 2005, 01:43:11 PM »

Thanks, that solved the problem.

Did I miss a hint or the like, stating that gettext was required?

I guess I'm just a bit surprised that there was no warning, e.g. upon running ./configure...
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: make fails
« Reply #3 on: April 06, 2005, 02:20:32 PM »

if you would have run autogen.sh that would have complained but configure does not...

also configure checks if gettext is there, but does not fail actually
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: make fails
« Reply #4 on: April 06, 2005, 05:26:54 PM »

maybe that "feature" should be added: failing if no useful getext is available (although, this is weird, since in solaris, gettext is broken, so autogen.sh will fail miserably, but amule will compile and run perfectly. Strange)

Regards.
Logged