compiling from CVS
Tim Wunder
twunder@iwmail.com
Sat, 13 Oct 2001 09:26:29 -0400
Hi,
Downloaded the sources from CVS yesterday and finally got a chance to try
compiling it. Got an error:
make[4]: Entering directory `/home/dad/gnc_cvs/gnucash/src/doc/design'
cd . \
&& makeinfo `echo gnucash-design.texinfo | sed 's,.*/,,'`
gnucash-design.texinfo:9: @include version.texi: No such file or directory.
makeinfo: Removing output file
`/home/dad/gnc_cvs/gnucash/src/doc/design/gnucash-design.info' due to errors;
use --force to preserve.
make[4]: *** [gnucash-design.info] Error 2
make[4]: Leaving directory `/home/dad/gnc_cvs/gnucash/src/doc/design'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/dad/gnc_cvs/gnucash/src/doc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/dad/gnc_cvs/gnucash/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dad/gnc_cvs/gnucash'
make: *** [all-recursive-am] Error 2
What I've done:
- ran ./autogen.sh which resulted in this error:
autoconf: Undefined macros:
configure.in:44:AC_PROG_INTLTOOL
**Error**: autoconf failed.
- ran ./configure which completed
- ran make which failed with the aboce error.
I guess I gotta figure out how to make autogen.sh happy, first..
Does this have anything to do with "Gnucash CVS is about to require intltool
and g-wrap 1.1.12."?
I have g-wrap 1.3.1, don't have anything called intltool. Guess I'll start by
downoading and installing that.
Thanks,
Tim