need some help in compiling

Naveen Chowdary Yarlagadda gnucash@yarlagadda.info
Mon, 20 May 2002 07:36:44 -0400


Hi!,

I downloaded the gnucash from the cvs and installed all the libraries 
required for it.
Here are the errors/warnings generated when I execute autogen.sh

configure.in:67: warning: AC_TRY_RUN called without default to allow 
cross compiling
configure.in:75: warning: AC_TRY_RUN called without default to allow 
cross compiling
configure.in:164: warning: AC_TRY_RUN called without default to allow 
cross compiling
configure.in:183: warning: AC_TRY_RUN called without default to allow 
cross compiling
configure.in:750: warning: AC_TRY_RUN called without default to allow 
cross compiling
configure.in:67: warning: AC_TRY_RUN called without default to allow 
cross compiling
configure.in:75: warning: AC_TRY_RUN called without default to allow 
cross compiling
configure.in:164: warning: AC_TRY_RUN called without default to allow 
cross compiling
configure.in:183: warning: AC_TRY_RUN called without default to allow 
cross compiling
configure.in:750: warning: AC_TRY_RUN called without default to allow 
cross compiling
configure: warning: ****** ghttp does not have SSL support.
./configure: test: too many arguments
sed: can't read ./intl/Makefile.in: No such file or directory

Here is the output when I type make

cd . && autoheader
configure.in:67: warning: AC_TRY_RUN called without default to allow 
cross compiling
configure.in:75: warning: AC_TRY_RUN called without default to allow 
cross compiling
configure.in:164: warning: AC_TRY_RUN called without default to allow 
cross compiling
configure.in:183: warning: AC_TRY_RUN called without default to allow 
cross compiling
configure.in:750: warning: AC_TRY_RUN called without default to allow 
cross compiling
make  all-recursive
make[1]: Entering directory `/home/naveen/work/gnucash'
Making all in intl
make[2]: Entering directory `/home/naveen/work/gnucash/intl'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory `/home/naveen/work/gnucash/intl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/naveen/work/gnucash'
make: *** [all-recursive-am] Error 2


Can someone help me on this?

Thanks,

Naveen