Re: [Super-tux-devel] autogen.sh - an error about aclocal
Brought to you by:
wkendrick
|
From: Harley L. <har...@ui...> - 2005-01-07 19:28:17
|
Ilker Serhat Ozturk wrote: >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 > > I'm assuming you're on a Unix or some kind. Go to a terminal and type "aclocal" without quotes of course. If it still says command not found, make sure you have it installed and that your paths to it are correct. If you don't have it you should get automake from either your distribution or get the source from ftp://ftp.gnu.org/gnu/automake/. That would be my guess at least. >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 ? > > >------------------------------------------------------- >The SF.Net email is sponsored by: Beat the post-holiday blues >Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. >It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt >_______________________________________________ >Super-tux-devel mailing list >Sup...@li... >https://lists.sourceforge.net/lists/listinfo/super-tux-devel > > |