aMule Forum

English => aMule Help => Topic started by: Spaceboy on November 03, 2003, 03:23:53 AM

Title: Autogen returns errors
Post by: Spaceboy 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]
Title: Re: Autogen returns errors
Post by: deltaHF on November 03, 2003, 03:44:44 AM
update your autoconf plz..

greets
delta
Title: Re: Autogen returns errors
Post by: Kry 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
Title: Re: Autogen returns errors
Post by: Spaceboy on November 03, 2003, 04:07:50 AM
Updating autoconf made no difference.  And yes, config.h is in the amule  source directory.
Title: Re: Autogen returns errors
Post by: Kry 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?
Title: Re: Autogen returns errors
Post by: deltaHF 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