[Super-tux-devel] autogen.sh - an error about aclocal
Brought to you by:
wkendrick
|
From: Ilker S. O. <tux...@gm...> - 2005-01-07 10:33:18
|
Hello,
I took supertux from CVS yesterday , but I can't compile it.These are my tries:
*******************
tux@atlantic:~/sources/supertux$ ./autogen.sh
./autogen.sh: line 10: aclocal: command not found
configure.ac:99: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:105: error: possibly undefined macro: AM_PATH_SDL
configure.ac:146: error: possibly undefined macro: AC_INIT_JAM
tux@atlantic:~/sources/supertux$ ./autogen.sh
./autogen.sh: line 10: aclocal: command not found
tux@atlantic:~/sources/supertux$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for xgettext... xgettext
checking if xgettext supports lisp... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for gprof mode... disabled
checking for debug mode... disabled
checking wether OpenGL should be used... yes
checking for iconv... found
./configure: line 4085: syntax error near unexpected token `$SDL_VERSION,'
./configure: line 4085: `AM_PATH_SDL($SDL_VERSION,'
tux@atlantic:~/sources/supertux$
******************
What can I do ?
|