[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
mingw compile trouble
There's another trouble when compiling the latest svn with MinGW:
$ make
cd . && /d/CompileProject/tor-mingw/tor-experiment/missing aclocal-1.4
WARNING: `aclocal-1.4' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.ac'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
cd . && /d/CompileProject/tor-mingw/tor-experiment/missing automake-1.4 --foreign --include-deps Makefile
WARNING: `automake-1.4' is missing on your system. You should only need it if
you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
You might want to install the `Automake' and `Perl' packages.
Grab them from any GNU archive site.
cd . && autoconf
configure.in:17: error: possibly undefined macro: AS_HELP_STRING
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
make: *** [configure] Error 1
Seems it's a configure issue.