[Aide] missing mincludes.h

David Theilen dtheilen at kcp.com
Mon Mar 13 20:44:38 EET 2006


I recently downloaded aide-0.11
I realize the missing file (mincludes.h) is related to mhash
but I haven't heard anything back from my email to them and wondered if
you might help.


upon first build attempt I got the notice that I need statically linked
libmhash

I downloaded mhash.0.9.4, did a configure, make, and make install
test -z "/usr/local/include" || mkdir -p -- "/usr/local/include"
/home/download/mhash-0.9.4/install-sh -c -m 644 'mhash.h'
'/usr/local/include/mhash.h'
/home/download/mhash-0.9.4/install-sh -c -m 644 'mutils/mhash.h'
'/usr/local/include/mutils/mhash.h'
/home/download/mhash-0.9.4/install-sh -c -m 644 'mutils/mglobal.h'
'/usr/local/include/mutils/mglobal.h'
/home/download/mhash-0.9.4/install-sh -c -m 644 'mutils/mtypes.h'
'/usr/local/include/mutils/mtypes.h'
/home/download/mhash-0.9.4/install-sh -c -m 644 'mutils/mutils.h'
'/usr/local/include/mutils/mutils.h'
/home/download/mhash-0.9.4/install-sh -c -m 644 'mutils/mhash_config.h'
'/usr/local/include/mutils/mhash_config.h'
make[2]: Leaving directory `/home/download/mhash-0.9.4/include'


now when I try to make aide I see the following

# make
make  all-recursive
make[1]: Entering directory `/home/download/aide-0.11'
Making all in src
make[2]: Entering directory `/home/download/aide-0.11/src'
if gcc -DHAVE_CONFIG_H -I. -I/home/download/aide-0.11/src -I..
-I/home/download/aide-0.11/include  -static -g -O2 -static  -g -O2
-static -MT conf_yacc.o -MD -MP -MF ".deps/conf_yacc.Tpo" -c -o
conf_yacc.o conf_yacc.c; \
then mv -f ".deps/conf_yacc.Tpo" ".deps/conf_yacc.Po"; else rm -f
".deps/conf_yacc.Tpo"; exit 1; fi
In file included from /home/download/aide-0.11/include/db_config.h:47,
                 from /home/download/aide-0.11/include/report.h:26,
                 from /home/download/aide-0.11/include/aide.h:24,
                 from /home/download/aide-0.11/src/conf_yacc.y:21:
/usr/local/include/mhash.h:4:30: mutils/mincludes.h: No such file or
directory
In file included from /usr/local/include/mutils/mtypes.h:24,
                 from /usr/local/include/mhash.h:6,
                 from /home/download/aide-0.11/include/db_config.h:47,
                 from /home/download/aide-0.11/include/report.h:26,
                 from /home/download/aide-0.11/include/aide.h:24,
                 from /home/download/aide-0.11/src/conf_yacc.y:21:
/usr/local/include/mutils/mutils.h:24:30: mutils/mincludes.h: No such
file or directory
In file included from /usr/local/include/mutils/mtypes.h:24,
                 from /usr/local/include/mhash.h:6,
                 from /home/download/aide-0.11/include/db_config.h:47,
                 from /home/download/aide-0.11/include/report.h:26,
                 from /home/download/aide-0.11/include/aide.h:24,
                 from /home/download/aide-0.11/src/conf_yacc.y:21:




More information about the Aide mailing list