aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Autogen returns errors  (Read 5573 times)

Spaceboy

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Autogen returns errors
« on: November 03, 2003, 03:23:53 AM »

./autogen.sh && CXX="g++ -Os" CC="gcc -Os" ./configure --disable-debug --enable-optimise && make

[code:1]
Running automake --foreign -a
configure.in: 5: required file `./[config.h].in' not found
automake: Makefile.am: AM_GNU_GETTEXT in `configure.in' but `ALL_LINGUAS' not defined
make[1]: Entering directory `/root/Desktop/aMule-1.1.1'
cd . && autoheader
make[1]: Leaving directory `/root/Desktop/aMule-1.1.1'
cd . \
  && CONFIG_FILES= CONFIG_HEADERS=[config.h] \
     /bin/sh ./config.status
config.status: creating [config.h]
config.status: error: cannot find input file: [config.h].in
make: *** [stamp-h] Error 1[/code:1]

get-info.sh return the following info:
[code:1]
I.   Development Environment

     A. Compiler Info
        Reading specs from /usr/lib/gcc-lib/i386-linux/3.2.3/specs Configured with: ../src/configure -v --enable-languages=c,c++,f77,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.2 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-objc-gc i386-linux Thread model: posix gcc version 3.2.3 (Debian)

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

     C. GTK Info
        GTK 1: 1.2.10
        GTK 2: 2.2.4

II.  System Environment

     A. CPU Info
        Type:  AuthenticAMD
        Model: AMD Athlon(tm) XP 1800+
        Speed: 1642.058
        BMips: 3276.80
        Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow

     B. Memory Info
        Total:   516156 kB
        Unused:  157604 kB

     C. Kernel Info
        Version: 2.4.20

     D. Library Info
        wxWindows library: libwx_gtk_gl-2.4.so (libc6) => /usr/lib/libwx_gtk_gl-2.4.so libwx_gtk-2.4.so (libc6) => /usr/lib/libwx_gtk-2.4.so
[/code:1]
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: Autogen returns errors
« Reply #1 on: November 03, 2003, 03:44:44 AM »

update your autoconf plz..

greets
delta

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Autogen returns errors
« Reply #2 on: November 03, 2003, 03:46:06 AM »

Hum... and config.h still there, isn't it?

Why would autogen not find it?


no fucking clue
Logged

Spaceboy

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Re: Autogen returns errors
« Reply #3 on: November 03, 2003, 04:07:50 AM »

Updating autoconf made no difference.  And yes, config.h is in the amule  source directory.
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Autogen returns errors
« Reply #4 on: November 03, 2003, 04:16:41 AM »

and you checked permissions, and everything on the file?


can you come to irc.efnet.net, #aMule?
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: Autogen returns errors
« Reply #5 on: November 03, 2003, 05:02:20 AM »

if someone wants to know the solution:

Spaceboy had automake 1.4-p6 installed but he needed at last automake 1.7.2 ..
updated to automake 1.7.x and no ./autogen.sh errors anymore  :wink:

greets
delta