aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Problem compiling 1.2.3  (Read 3135 times)

massdabass

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Problem compiling 1.2.3
« on: January 04, 2004, 11:25:58 AM »

Hi,
i just have a problem compiling latest version of aMule (I already have aMule 1.2.1 from Fedora rpm and wxGTK* downloaded from this site).
My Linux is RedHat 9. Running get-info.sh, I get:

[code:1]
I.   Development Environment

     A. Compiler Info
        Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)

     B. wxWindows Info
        Version: 2.4.2
        -pthread -lwx_base-2.4

     C. GTK Info
        GTK 1: 1.2.10
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
        GTK 2:

II.  System Environment

     A. CPU Info
        Type:  GenuineIntel
        Model: Celeron (Mendocino)
        Speed: 400.916
        BMips: 799.53
        Flags: fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr

     B. Memory Info
        Total:   255312 kB
        Unused:

     C. Kernel Info
        Version: 2.4.20-27.9

     D. Library Info
        wxWindows library: libwx_gtk-2.4.so (libc6) => /usr/local/lib/libwx_gtk-2.4.so libwx_base-2.4.so (libc6) => /usr/lib/libwx_base-2.4.so
[/code:1]

I run cofigure (with " --enable-memdbg" option),  then make:

[code:1]
[root@poincare aMule-1.2.3]# make
make  all-recursive
make[1]: Entering directory `/usr/local/src/aMule-1.2.3'
Making all in .
make[2]: Entering directory `/usr/local/src/aMule-1.2.3'
make[2]: Leaving directory `/usr/local/src/aMule-1.2.3'
Making all in m4
make[2]: Entering directory `/usr/local/src/aMule-1.2.3/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/aMule-1.2.3/m4'
Making all in intl
make[2]: Entering directory `/usr/local/src/aMule-1.2.3/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/aMule-1.2.3/intl'
Making all in po
make[2]: Entering directory `/usr/local/src/aMule-1.2.3/po'
: --update fr.po amule.pot
rm -f fr.gmo && : -c --statistics -o fr.gmo fr.po
mv: can't stat source t-fr.gmo
make[2]: *** [fr.gmo] Error 1
make[2]: Leaving directory `/usr/local/src/aMule-1.2.3/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/aMule-1.2.3'
make: *** [all] Error 2
[/code:1]

Did i do some mistake?
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: Problem compiling 1.2.3
« Reply #1 on: January 04, 2004, 01:21:28 PM »

what happens if u run just ./configure without any options ?

massdabass

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: Problem compiling 1.2.3
« Reply #2 on: January 04, 2004, 04:41:16 PM »

Same behaviour
Logged