installing GnuCash CVS on Mandrake 9

mike mike1@aabol.com
Mon, 9 Dec 2002 21:12:24 -0800


On Monday 09 December 2002 08:51 pm, you wrote:
Wow, this is really getting heavy...
First, another thanks to you...!
I changed my automake to:
  automake-1.4-21.p6.mdk
I have:
  autoconf-2.13-14mdk
I have Gnome 2, which comes with Mandrake 9... I bet that's a major problem=
,=20
right???=20
here is the (whole thing) output of ./autogen.sh

[mike@localhost gnucash]$ ./autogen.sh
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
deletefiles is  macros/gnome-gettext.m4
Creating ./aclocal.m4 ...
Running gettextize...  Ignore non-fatal messages.
Wiping out intl/ subdirectory
Copying file ABOUT-NLS
Copying file config.rpath
Copying file intl/bindtextdom.c
Copying file intl/ChangeLog
Copying file intl/config.charset
Copying file intl/dcgettext.c
Copying file intl/dcigettext.c
Copying file intl/dcngettext.c
Copying file intl/dgettext.c
Copying file intl/dngettext.c
Copying file intl/eval-plural.h
Copying file intl/explodename.c
Copying file intl/finddomain.c
Copying file intl/gettext.c
Copying file intl/gettextP.h
Copying file intl/gmo.h
Copying file intl/hash-string.h
Copying file intl/intl-compat.c
Copying file intl/l10nflist.c
Copying file intl/libgnuintl.h
Copying file intl/loadinfo.h
Copying file intl/loadmsgcat.c
Copying file intl/localcharset.c
Copying file intl/locale.alias
Copying file intl/localealias.c
Copying file intl/localename.c
Copying file intl/Makefile.in
Copying file intl/ngettext.c
Copying file intl/os2compat.c
Copying file intl/os2compat.h
Copying file intl/osdep.c
Copying file intl/plural.c
Copying file intl/plural-exp.c
Copying file intl/plural-exp.h
Copying file intl/plural.y
Copying file intl/ref-add.sin
Copying file intl/ref-del.sin
Copying file intl/textdomain.c
Copying file intl/VERSION
Copying file po/Makefile.in.in
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/Makevars.template
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
Copying file po/Rules-quot
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/isc-posix.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/progtest.m4

Please update po/Makevars so that it defines all the variables mentioned
in po/Makevars.template.
You can then remove po/Makevars.template.

Please run 'aclocal -I m4' to regenerate the aclocal.m4 file.
You need aclocal from GNU automake 1.5 (or newer) to do this.
Then run 'autoconf' to regenerate the configure file.

You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

You might also want to copy the convenience header file gettext.h
from the /usr/share/gettext directory into your package.
It is a wrapper around <libintl.h> that implements the configure --disable-=
nls
option.

Making ./aclocal.m4 writable ...
Running intltoolize ...
./autogen.sh: line 155: intltoolize: command not found
Running aclocal  -I macros ...
Running autoheader...
configure.in:67: warning: AC_TRY_RUN called without default to allow cross=
=20
compiling
configure.in:75: warning: AC_TRY_RUN called without default to allow cross=
=20
compiling
configure.in:208: warning: AC_TRY_RUN called without default to allow cross=
=20
compiling
configure.in:227: warning: AC_TRY_RUN called without default to allow cross=
=20
compiling
configure.in:954: warning: AC_TRY_RUN called without default to allow cross=
=20
compiling
Running automake --gnu  ...
automake: configure.in: installing `./install-sh'; error while making link:=
=20
File exists

automake: configure.in: installing `./missing'; error while making link: Fi=
le=20
exists

automake: Makefile.am: installing `./INSTALL'; error while making link: Fil=
e=20
exists

automake: Makefile.am: installing `./COPYING'; error while making link: Fil=
e=20
exists

src/doc/design/Makefile.am:2: installing `src/doc/design/texinfo.tex'; erro=
r=20
while making link: File exists

**Error**: automake failed.
[mike@localhost gnucash]$