-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in building libdaq #18
Comments
See this: #2. |
Thank for the update. The solution worked but I ran into error while "make" and "./configure" |
That's not normal. Maybe your repo is modified or your tool chain is out of date? Try again like this and see what happens:
|
Worked with ubuntu without any issues but debian it failed thank you for the help. |
The Makefile.in files are generated from the Makefile.am files by way of automake and autoconf. Renaming the .am files to .in files would end very poorly, as you saw. |
Hello, I have cloned the git repo on my pc and as well in docker. I am getting the following error when I run ./bootstrap. am I missing any package that I have to install? Thank you in advance.
'''
root@c9435c7e7551:/snort/libdaq# ./bootstrap
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force --warnings=all -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force --warnings=all
configure.ac:133: error: possibly undefined macro: AC_CHECK_HEADERS
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:152: error: possibly undefined macro: AC_MSG_WARN
configure:18282: error: possibly undefined macro: dnl
configure:18287: error: possibly undefined macro: AS_IF
autoreconf: /usr/bin/autoconf failed with exit status: 1
'''
The text was updated successfully, but these errors were encountered: