aMule Forum
English => Forum help => Topic started by: Guest 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
-
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 :)
-
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.
-
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 ;)