aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Compile Error  (Read 5138 times)

Nolanistic

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Compile Error
« on: April 19, 2004, 02:48:23 PM »

I keep trying to compile amule and I get this
Code: [Select]
cp ./libgnuintl.h libintl.h
/bin/sh ./config.charset 'powerpc-apple-darwin7.3.0' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@/amule/g' ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/amule/g' ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
Making all in po
rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
mv: rename t-en_GB.gmo to en_GB.gmo: No such file or directory
make[2]: *** [en_GB.gmo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I'm using this configure command:
Code: [Select]
./configure --disable-gsocket --disable-systray --disable-gtk --with-wx-prefix=/usr/local --with-wx-config=/usr/local/bin/wx-config --with-crypto-prefix=/Users/`whoami`/amule
I think it has to do with my lack of GTK. Should I install?
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: Compile Error
« Reply #1 on: April 19, 2004, 02:56:17 PM »

you lack some i18n tools, probably autopiot, getext etc

greets

Sarge

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 24
Re: Compile Error
« Reply #2 on: April 19, 2004, 07:01:01 PM »

Try installing the gettext package via fink (fink.sourceforge.net) or compile it yourself from the most recent sources (the fink package is quite old and useless when you try the cvs versions).

Cheers, Sarge

PS: are you sure that --with-crypto-prefix is set to the correct directory? 'whoami' with the quotes seems plain wrong to me. If you're unsure try to enter /Users/w and then use the tabulator key to insert the correct path name.
Logged