aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: error compiling rc4 on Mac OsX  (Read 4782 times)

Andhaka

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
error compiling rc4 on Mac OsX
« on: July 12, 2004, 08:24:47 PM »

Hi everyone...

I was trying to compile the new rc4 release but got stuck on an error in the last part... when executing the make command in the aMule rc4 directory in the last 5 lines I got this

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 not really an expet and I was following instructions from this site... so is there anyone who can tell me what's wrong?

Thanks

Cheers
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: error compiling rc4 on Mac OsX
« Reply #1 on: July 12, 2004, 08:40:11 PM »

u lack gettext

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: error compiling rc4 on Mac OsX
« Reply #2 on: July 12, 2004, 08:40:47 PM »

Maybe you lack gettext? Check if you have gettext, bison installed.
Greetings!
Logged

pick

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 36
    • http://www.pickzik.com
Re: error compiling rc4 on Mac OsX
« Reply #3 on: July 12, 2004, 11:50:18 PM »

Same error. And Gettext is installed. Fink tells me i've got version 0.10.40-17.
Logged

Andhaka

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: error compiling rc4 on Mac OsX
« Reply #4 on: July 13, 2004, 12:13:47 AM »

I tried to get it, but I cannot seem to find it... I know I'm probably already on the black list, but... :-)

where can I find a version of gettext to install or compile on the mac?

Cheers
Logged

paul

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 13
RE: error compiling rc4 on Mac OsX
« Reply #5 on: July 13, 2004, 05:06:30 PM »

#install fink
http://optusnet.dl.sourceforge.net/sourceforge/fink/Fink-0.7.0-Installer.dmg

#ren Terminal

sudo apt-get install gtk+
sudo apt-get install gtk+-shlibs
Logged