You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run sh ./autogen.sh, the following error occures:
$ sh ./autogen.sh
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /usr/bin/autoconf --force
configure.ac:22: 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:252: error: possibly undefined macro: AC_DEFINE
autoreconf: error: /usr/bin/autoconf failed with exit status: 1`
the generation is successful, but then the ./configure fails with
checking for syslog.h... yes
checking for inttypes.h... (cached) yes
checking for fcntl.h... yes
checking for ctype.h... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for PCRE2... yes
checking for pthread for multithreading... yes
./configure: line 7243: syntax error near unexpected token `AC_DEFINE'
./configure: line 7243: ` AX_PTHREAD(AC_DEFINE(WITH_PTHREAD,1,[use pthread]), AC_MSG_ERROR([AIDE requires pthread]))'
Please use the AIDE user mailing list (https://www.ipi.fi/mailman/listinfo/aide) to ask for help on compilation issues (and include information about your OS/distribution and the version of AIDE you try to compile).
Hi,
when I run
sh ./autogen.sh
, the following error occures:When I add the m4_pattern_allow to
configure.ac
,the generation is successful, but then the
./configure
fails withThe following libraries are in use:
Unfortunately I do not get on :-/
BR,
Sebastian
The text was updated successfully, but these errors were encountered: