Special version of automake required?
Andreas Köhler
andi5.py at gmx.net
Tue Jun 12 19:56:06 EDT 2007
Hi,
Am Mittwoch, den 13.06.2007, 01:47 +0200 schrieb Graham Leggett:
> Derek Atkins wrote:
>
> >> Running aclocal -I macros ...
> >> aclocal:configure.in:51: warning: macro `AM_GCONF_SOURCE_2' not found
> >> in library
> >> aclocal:configure.in:81: warning: macro `AM_GLIB_GNU_GETTEXT' not
> >> found in library
> >> aclocal:configure.in:229: warning: macro `AM_PATH_GLIB_2_0' not found
> >> in library
> >
> > This implies you don't have GCONF, GLIB, and GLIB-GETTEXT installed
> > so aclocal can't find the associated macros. Please read
> > README.dependencies
>
> I am trying to build against fink, which is not listed in
> README.dependencies.
>
> Gnucash v2.0.5 was installed from source on this machine, so I am
> struggling to figure out why this tree doesn't work when gnucash v2.0.5 did.
>
> All of glib, glib2, gconf and gconf2 are installed, with their
> corresponding dev packages. Does anyone know specifically which packages
> the above messages refer to?
maybe fink did not add those developer packages correctly to the aclocal
paths, i.e. if /glib/prefix does not equal /automake/prefix, then
ACLOCAL_FLAGS should contain "-I /glib/prefix/share/aclocal".
-- andi5
More information about the gnucash-devel
mailing list