Hey,

> I tried to compile Evil from the latest SVN revision (r36716), after
> following the exact instructions from the wiki to get a working MinGW
> development environment.
>
> Here is the output:
>
> $ ./autogen.sh
> configure.ac:53: warning: _AC_Header_err_ is m4_require'd but not m4_defun'd
> autoconf/headers.m4:218: AC_CHECK_HEADERS_ONCE is expanded from...
> configure.ac:53: the top level
> configure.ac:53: warning: _AC_Header_err_ is m4_require'd but not m4_defun'd
> autoconf/headers.m4:218: AC_CHECK_HEADERS_ONCE is expanded from...
> configure.ac:53: the top level
> configure.ac:53: warning: _AC_Header_err_ is m4_require'd but not m4_defun'd
> autoconf/headers.m4:218: AC_CHECK_HEADERS_ONCE is expanded from...
> configure.ac:53: the top level
> configure.ac:53: warning: _AC_Header_err_ is m4_require'd but not m4_defun'd
> autoconf/headers.m4:218: AC_CHECK_HEADERS_ONCE is expanded from...
> configure.ac:53: the top level
> configure:13457: error: possibly undefined macro: _AC_Header_err_
>      If this token and others are legitimate, please use m4_pattern_allow.
>      See the Autoconf documentation.
> autoreconf: /usr/local/bin/autoconf failed with exit status: 1
> configure: error: cannot find install-sh or install.sh in "." "./.." "./../.."
>
> Autoconf version is 2.61 (like said in the wiki).
>
> Does anybody see where that comes from ? The recent
> configure.in->configure.ac renaming maybe ?

Strange. AC_CHECK_HEADERS_ONCE has been introduced in autoconf 2.59c, so 
your version is good enough.

Try to execute yourself (without using autogen.sh) all the autotools 
commands:

aclocal -I m4
autoheader
autoconf
libtoolize --copy --automake
automake --add-missing --copy --gnu

I don't have that problem, but it's on linux with cross-compilation for 
Windows CE. I'll try this evening on Windows with MinGW

Vincent

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to