1.2.5 fails to compile on RH 8.0
Posted: 13.01.2003, 22:13
Hello all,
First, thanks for this wonderful software. I installed version 1.2.4 and I really enjoyed it.
Now I'd like to upgrade to version 1.2.5, but I'm having some problems compiling it on my linux machine (Red Hat 8.0). The "configure" file is missing (I downloaded the CVS version, not the tar file), so I run autoconf to create it. Autoconf generates the following messages:
configure.in:12: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.in:13: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:15: error: possibly undefined macro: AM_ACLOCAL_INCLUDE
configure.in:39: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.in:40: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:148: error: possibly undefined macro: AM_PATH_GTK
configure.in:186: error: possibly undefined macro: AM_CONDITIONAL
configure.in:195: error: possibly undefined macro: AC_CHECK_COMPILERS
configure.in:196: error: possibly undefined macro: AC_ENABLE_SHARED
configure.in:197: error: possibly undefined macro: AC_ENABLE_STATIC
configure.in:203: error: possibly undefined macro: AC_PATH_KDE
If I copy the file "aclocal.m4" from celestia-1.2.4 distribution, I get instead:
configure.in:39: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.in:40: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:195: error: possibly undefined macro: AC_CHECK_COMPILERS
configure.in:196: error: possibly undefined macro: AC_ENABLE_SHARED
configure.in:197: error: possibly undefined macro: AC_ENABLE_STATIC
configure.in:203: error: possibly undefined macro: AC_PATH_KDE
Now I run now "configure", but it complains:
configure: error: cannot run /bin/sh admin/config.sub
Ok. Now I copy "config.sub" from the distribution root directory to "admin/" folder, and after a lot of messages, configure complains again:
configure: line 3168: AC_LIBTOOL_DLOPEN: command not found
configure: line 3169: AC_PROG_LIBTOOL: command not found
configure: line 6335: syntax error near unexpected token `yes'
configure: line 6335: ` AC_ENABLE_SHARED(yes)'
I'm pretty new to autoconf/automake stuff, but I think I just need an updated "aclocal.m4" file. How can I create it ?. Or maybe the problem is something else ?
I'm using autoconf-2.53-8, automake-1.6.3-1, libtool-1.4.2-12 with kernel 2.4.18-14.
Thanks,
Tasio
First, thanks for this wonderful software. I installed version 1.2.4 and I really enjoyed it.
Now I'd like to upgrade to version 1.2.5, but I'm having some problems compiling it on my linux machine (Red Hat 8.0). The "configure" file is missing (I downloaded the CVS version, not the tar file), so I run autoconf to create it. Autoconf generates the following messages:
configure.in:12: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.in:13: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:15: error: possibly undefined macro: AM_ACLOCAL_INCLUDE
configure.in:39: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.in:40: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:148: error: possibly undefined macro: AM_PATH_GTK
configure.in:186: error: possibly undefined macro: AM_CONDITIONAL
configure.in:195: error: possibly undefined macro: AC_CHECK_COMPILERS
configure.in:196: error: possibly undefined macro: AC_ENABLE_SHARED
configure.in:197: error: possibly undefined macro: AC_ENABLE_STATIC
configure.in:203: error: possibly undefined macro: AC_PATH_KDE
If I copy the file "aclocal.m4" from celestia-1.2.4 distribution, I get instead:
configure.in:39: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.in:40: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:195: error: possibly undefined macro: AC_CHECK_COMPILERS
configure.in:196: error: possibly undefined macro: AC_ENABLE_SHARED
configure.in:197: error: possibly undefined macro: AC_ENABLE_STATIC
configure.in:203: error: possibly undefined macro: AC_PATH_KDE
Now I run now "configure", but it complains:
configure: error: cannot run /bin/sh admin/config.sub
Ok. Now I copy "config.sub" from the distribution root directory to "admin/" folder, and after a lot of messages, configure complains again:
configure: line 3168: AC_LIBTOOL_DLOPEN: command not found
configure: line 3169: AC_PROG_LIBTOOL: command not found
configure: line 6335: syntax error near unexpected token `yes'
configure: line 6335: ` AC_ENABLE_SHARED(yes)'
I'm pretty new to autoconf/automake stuff, but I think I just need an updated "aclocal.m4" file. How can I create it ?. Or maybe the problem is something else ?
I'm using autoconf-2.53-8, automake-1.6.3-1, libtool-1.4.2-12 with kernel 2.4.18-14.
Thanks,
Tasio