aMule Forum

English => Compilation problems => Topic started by: myth on May 14, 2008, 05:34:04 PM

Title: Ubuntu 8.04 32 bit can't make...
Post by: myth on May 14, 2008, 05:34:04 PM
Here it fails...only with last aMule....

Code: [Select]
Making all in intl
make[2]: Entering directory `/mnt/storage/coding/aMule/amule-cvs/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/mnt/storage/coding/aMule/amule-cvs/intl'
Making all in po
make[2]: Entering directory `/mnt/storage/coding/aMule/amule-cvs/po'
rm -f ar.gmo && : -c --statistics -o ar.gmo ar.po
mv: cannot stat `t-ar.gmo': No such file or directory
make[2]: *** [ar.gmo] Error 1
make[2]: Leaving directory `/mnt/storage/coding/aMule/amule-cvs/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/storage/coding/aMule/amule-cvs'
make: *** [all] Error 2
Title: Re: Ubuntu 8.04 32 bit can't make...
Post by: GonoszTopi on May 15, 2008, 04:10:57 AM
Missing gettext?
Title: Re: Ubuntu 8.04 32 bit can't make...
Post by: myth on May 15, 2008, 02:20:40 PM
What is gettext?  ::)
 
Title: Re: Ubuntu 8.04 32 bit can't make...
Post by: Stu Redman on May 15, 2008, 09:48:32 PM
Wikipedia is your friend.  :P
Title: Re: Ubuntu 8.04 32 bit can't make...
Post by: myth on May 15, 2008, 11:24:02 PM
THX!
Installed....tomorrow i make a new make... :P
Title: Re: Ubuntu 8.04 32 bit can't make...
Post by: TASADAR-F on May 16, 2008, 02:57:54 AM
Same problem since 14-05-2008. I install  gettext and all work good
Title: Re: Ubuntu 8.04 32 bit can't make...
Post by: myth on May 16, 2008, 03:49:09 PM
Yeah, here it works, too!  ;D

THX!
Title: Re: Ubuntu 8.04 32 bit can't make...
Post by: Stu Redman on May 18, 2008, 06:21:54 PM
Same problem since 14-05-2008. I install  gettext and all work good
Do we lack a check for gettext in configure ?
Title: Re: Ubuntu 8.04 32 bit can't make...
Post by: GonoszTopi on May 19, 2008, 12:19:16 AM
Do we lack a check for gettext in configure ?
Nope. We do have one. Broken. Err... I mean fixed.
Title: Re: Ubuntu 8.04 32 bit can't make...
Post by: myth on May 19, 2008, 12:55:17 AM
THXXXXX