aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: 'make' does not succeed (Suse 9.2)  (Read 4263 times)

kenobi

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
'make' does not succeed (Suse 9.2)
« on: May 04, 2005, 10:07:31 AM »

Hi,

Yesterday I downloaded aMule 2.0.0 and tried to install it. I followed the directions in SuSE_9.2_install_at_home.

Installed gcc, gcc for c++, gtk, gd, bison, m4 (maybe I don't remember everything). Downloaded wxgtx and wxbase 2.4.2, compiled them and made the symlinks the way it was described in the mentioned wiki-page. Yes, I did change 'user' for my username where necessary.


Code: [Select]
[...]

  Configure script has finished system check.

  Configured aMule 2.0.0 for 'i686-pc-linux-gnu'.

  aMule enabled options:

  **** aMule Core ****
  Prefix where aMule should be installed?                    /home/qwerty/aMule/
  Should aMule be compiled in debug mode?                    yes
  Should aMule be compiled with profiling?                   no
  Should aMule be compiled with optimizations?               no
  Should aMule be compiled with taskbar icon support?        yes
  Should aMule be compiled with old GTK taskbar icon?        yes
  Should aMule be compiled with UTF-8 taskbar icon support?  no
  Should aMule be linked against patched gsocket?            yes
  Should aMule monolithic application be built?              yes
  Should aMule daemon version be built?                      no
  Should aMule remote gui be built? (EXPERIMENTAL)           no
  Crypto++ library/headers style?                            embedded

  **** aMule TextClient ****
  Should aMule Command Line Client be built?                 no
  Should aMule GUI Client be built?                          no

  **** aMule WebServer ****
  Should aMule WebServer be built?                           no
  Should aMule WebServer GUI be built?                       no

  **** aMule ED2K Links Handler ****
  Should aMule ED2K Links Handler be built?                  yes

  **** aMuleLinkCreator ****
  Should aMuleLinkCreator GUI version (alc) be built?        no
  Should aMuleLinkCreator for console (alcc) be built?       no

  **** aMule Statistics ****
  Should C aMule Statistics (CAS) be built?                  no
  Should aMule GUI Statistics (wxCas) be built?              no

  **** General Libraries and Tools ****
  Should ccache support be enabled?                          no
  Libraries aMule will use to build:
                                       wxWidgets             2.4.2
                                       GTK                   1.2.10
                                       crypto++              embedded
                                       zlib                  1.2.1

make  all-recursive
make[1]: Entering directory `/home/qwerty/aMule/aMule-2.0.0'
Making all in m4
make[2]: Entering directory `/home/qwerty/aMule/aMule-2.0.0/m4'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/qwerty/aMule/aMule-2.0.0/m4'
Making all in intl
make[2]: Entering directory `/home/qwerty/aMule/aMule-2.0.0/intl'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/qwerty/aMule/aMule-2.0.0/intl'
Making all in po
make[2]: Entering directory `/home/qwerty/aMule/aMule-2.0.0/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: Datei oder Verzeichnis nicht gefunden
make[2]: *** [en_GB.gmo] Fehler 1
make[2]: Leaving directory `/home/qwerty/aMule/aMule-2.0.0/po'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/qwerty/aMule/aMule-2.0.0'
make: *** [all] Fehler 2
qwerty@linux:~/aMule/aMule-2.0.0>


Sorry, I don't have much experience in compiling programs. I have no idea, what might be the problem. Would be great if someone could give me a hint (and maybe update the wiki).
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: 'make' does not succeed (Suse 9.2)
« Reply #1 on: May 04, 2005, 10:13:22 AM »

you need gettext and/or gettext-devel

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

kenobi

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: 'make' does not succeed (Suse 9.2)
« Reply #2 on: May 04, 2005, 10:45:47 AM »

That seems to work, thank you!

I had noticed that 'configure' said 'no' when looking for 'xgettext' and I did a search in yast, but found nothing. Did not worry too much, since there seem to be several things that are checked by 'configure' and get a 'no'. There was no real error-message.

It's still compiling now, I'm looking forward to look into the ed2k-network for the first time afte about two years. And I hope, I'll get through my own firewalls and that my provider (alice) doesn't block it...
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: 'make' does not succeed (Suse 9.2)
« Reply #3 on: May 04, 2005, 10:57:32 AM »

well I guess good luck :)
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."