Sun 09 Jan 2005 06:17:51 PM UTC, original submission:
$aclocal -I .
aclocal: macro `ACX_PTHREAD' required but not defined
$automake -a -c
src/Makefile.am:1: COND_TRACKED does not appear in AM_CONDITIONAL
src/trackedit/Makefile.am:8: invalid unused variable name: `AM_LDFLAGS'
src/trackedit/qt/Makefile.am:35: invalid unused variable name: `AM_LDFLAGS'
$autoconf
autoconf: Undefined macros:
configure.in:100:AC_ARG_WITH(qtlibs, AC_HELP_STRING([--with-qtlibs],[path to qt libs]),
configure.in:35:AC_ARG_ENABLE(tracked, AC_HELP_STRING([--enable-tracked], [Build the track editor (default=no)]), ,enable_tracked=no)
configure.in:43:AC_ARG_ENABLE(static-sdl, AC_HELP_STRING([--enable-static-sdl],[Link statically with SDL (default=no)]), ,enable_static_sdl=no)
configure.in:96:AC_ARG_WITH(qtheaders, AC_HELP_STRING([--with-qtheaders],[path to qt headers]),
$ ./configure
loading cache ./config.cache
./configure: line 536: syntax error near unexpected token `top10,'
./configure: line 536: `AM_INIT_AUTOMAKE(top10, 0.1)'
$ make
make: *** No targets specified and no makefile found. Stop.
That's what happens when I try to compile it.
Some version numbers:
automake (GNU automake) 1.4-p6
aclocal (GNU automake) 1.4-p6
Autoconf version 2.13
|