installing GnuCash CVS on Mandrake 9

mike mike1@aabol.com
Mon, 9 Dec 2002 22:02:25 -0800


On Monday 09 December 2002 09:45 pm, you wrote:
Thanks...
OK that helped a little, I installed intltool, and it got a little further =
in=20
the process of ./autogen.sh

Making ./aclocal.m4 writable ...
Running intltoolize ...
patching file po/Makefile.in.in
Hunk #1 FAILED at 34.
Hunk #2 FAILED at 86.
Hunk #3 FAILED at 171.
3 out of 3 hunks FAILED -- saving rejects to file po/Makefile.in.in.rej
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]$




> On Mon, 2002-12-09 at 23:12, mike wrote:
> > 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, right???
> > 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.
> >
> > Making ./aclocal.m4 writable ...
> > Running intltoolize ...
> > ./autogen.sh: line 155: intltoolize: command not found
>
> I see this:               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> On my RH machine, intltoolize is part of intltool-0.22-1.ximian.1.  You
> should have intltool-0.22.1mdk or something like that (perhaps a
> different version).  See if that is installed, and retry after
> installing it.
>
> I'm not confident that this will compile with Gnome2, but then I've not
> looked at Gnome2 at all.  The library names may be different, and
> Mandrake may have supplied compatibility libs.  I just really don't know
> anything about Gnome2.  Let us know if Gnucash compiles for you after
> installing intltool (or making sure it's in your PATH).
>
> It's my bedtime...