aseek-devel  

[aseek-devel] compiling cvs source

Brian
Thu, 06 Sep 2001 19:29:09 -0700

Hi,

I just got the cvs source and tried to compile it, but got the following errors:

btherl@btherl:~/aspdev/aspseek$ ./cvsprep
aclocal
libtoolize --force --copy
You should update your `aclocal.m4' by running aclocal.
Putting files in AC_CONFIG_AUX_DIR, `misc'.
autoheader
autoheader2.50: No template for symbol `HAVE_GETHOSTBYNAME_R'
autoheader2.50: No template for symbol `HAVE_ORACLE8'
automake --add-missing --copy
configure.in: 7: required file `include/aspseek-cfg.h.in' not found
autoconf --localdir=misc
configure.in:6: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.in:7: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:22: error: possibly undefined macro: AM_SANITY_CHECK
configure.in:32: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.in:33: error: possibly undefined macro: AM_DISABLE_STATIC
configure.in:34: error: possibly undefined macro: AM_PROG_LIBTOOL
configure.in:397: error: possibly undefined macro: AM_CONDITIONAL

 --==*** You need to run ./configure now ***==--
                 Happy hacking, btherl!

btherl@btherl:~/aspdev/aspseek$


Can you tell me what's wrong?  It's making aclocal.m4, but it's not making
include/aspseek-cfg.h.in

Brian