aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: cant run make  (Read 5558 times)

Guest

  • Guest
cant run make
« on: November 08, 2004, 01:15:38 AM »

when i configure with
./configure --enable-amule-daemon --disable-debug --enable-amule-gui
on mandrake 10.1 community, the configure script runs fine

but when i run make i get

make  all-recursive
make[1]: Entering directory `/root/aMule-2.0.0rc7'
Making all in m4
make[2]: Entering directory `/root/aMule-2.0.0rc7/m4'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/root/aMule-2.0.0rc7/m4'
Making all in intl
make[2]: Entering directory `/root/aMule-2.0.0rc7/intl'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/root/aMule-2.0.0rc7/intl'
Making all in po
make[2]: Entering directory `/root/aMule-2.0.0rc7/po'
rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
mv: Aufruf von stat für ,,t-en_GB.gmo" nicht möglich: No such file or directory
make[2]: *** [en_GB.gmo] Fehler 1
make[2]: Leaving directory `/root/aMule-2.0.0rc7/po'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/root/aMule-2.0.0rc7'
make: *** [all] Fehler 2

very strange :D
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: cant run make
« Reply #1 on: November 08, 2004, 01:26:45 AM »

isn't strange ;)

1. you don't have gettext - thats your error

2. amule will not compile with --enable-amule-gui , cos the code isn't ready yet

3. for the daemon, you need wxgtk 2.5.3 or later

4. its usefull to compile the webserver too, will make your life easier with the daemon: --enable-webserver

cheers :)

horst

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 21
Re: cant run make
« Reply #2 on: November 08, 2004, 03:38:55 PM »

Quote
Originally posted by deltaHF
1. you don't have gettext - thats your error
i had the same problem some time ago and found many posts concerning this and similar errors on the board so i'd recommend to add a check to the next rc's configure-script to see if gettext is installed.
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: cant run make
« Reply #3 on: November 08, 2004, 11:05:15 PM »

Even though the usual answer is "no check is needed since it's a must"... i think I agree. I'm tired of this "you lack gettext" threads ;)
Logged