Hello
Since I have the same probl�me on my Redhat 9 box, I also try to compile
form the CVS.
I guess my problemes are comming from autoconf (GNU Autoconf) 2.57.
But "cvprep" don't make any "configure" file and is making Warnings:
here is the log:
------------------------------------------------------------------------
[EMAIL PROTECTED] aspseek]# ./cvsprep
aclocal
libtoolize --force --copy
Putting files in AC_CONFIG_AUX_DIR, `misc'.
aclocal
autoheader
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.
WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':
WARNING: AC_DEFINE([NEED_MAIN], 1,
WARNING: [Define if a function `main' is needed.])
WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
automake --add-missing --copy
autoconf --localdir=misc
autoconf: invalid option --localdir=misc
Try `autoconf --help' for more information.
--==*** You need to run ./configure now ***==--
Happy hacking, root!
[EMAIL PROTECTED] aspseek]# ./configure
./configure: line 1: dnl: command not found
./configure: line 3: syntax error near unexpected token `src/index.cpp'
./configure: line 3: `AC_INIT(src/index.cpp)'
[EMAIL PROTECTED] aspseek]# rm configure
rm: d�truire fichier r�gulier `configure'? y
[EMAIL PROTECTED] aspseek]# ./configure
-bash: ./configure: Aucun fichier ou r�pertoire de ce type
[EMAIL PROTECTED] aspseek]# ./cvsprep
aclocal
libtoolize --force --copy
Putting files in AC_CONFIG_AUX_DIR, `misc'.
aclocal
autoheader
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.
WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':
WARNING: AC_DEFINE([NEED_MAIN], 1,
WARNING: [Define if a function `main' is needed.])
WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
automake --add-missing --copy
autoconf --localdir=misc
autoconf: invalid option --localdir=misc
Try `autoconf --help' for more information.
--==*** You need to run ./configure now ***==--
Happy hacking, root!
[EMAIL PROTECTED] aspseek]# ./configure
-bash: ./configure: Aucun fichier ou r�pertoire de ce type
[EMAIL PROTECTED] aspseek]#
------------------------------------------------------------------------
Le ven 22/08/2003 � 09:13, Kir Kolyshkin a �crit :
> Try version from CVS (1.2.11pre)
>
> Diego Montalvo wrote:
> > Hello,
> >
> > has anyone had success installing and compiling
> > aspseek 1.2.10 or any other version on freebsd 5.1? I
> > have tried 1.2.9 and 1.2.10 and have had no luck with
> > it.