GNOME Bugzilla – Bug 564931
autogen.sh should complain about gconf2-devel not being present, instead of lack of macro
Last modified: 2009-10-12 16:19:54 UTC
Please describe the problem: Title says it all. Steps to reproduce: 1. Run autogen.sh Actual results: Running autoconf... configure.ac:225: error: possibly undefined macro: AM_GCONF_SOURCE_2 If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. Expected results: Complain about gconf2-devel not being present. Does this happen every time? Yes. Other information: Workaround: install gconf2-devel.
that's weird it should first complain when we do PKG_CHECK_MODULES(GEDIT, [ libxml-2.0 >= 2.5.0 glib-2.0 >= 2.18.0 gthread-2.0 >= 2.13.0 gio-2.0 >= 2.16.0 gtk+-2.0 >= 2.13.0 gtksourceview-2.0 >= 2.2.0 gconf-2.0 >= 1.1.11 ]) are you compiling an old version? Apart from that I don't think there is much we can do...
Can you tell us if this is still happening to you? It shouldn't as paolo said we have the check for.
Re comment 1: this happens when running autogen (aclocal phase probably), which is before configure runs and could complain about the missing gconf-2.0 pc file. *If* we consider autogen complaining about "possibly undefined macro AM_GCONF_SOURCE_2" instead of saying "gconf devel not installed", it would be a bug in gnome-autogen.sh from gnome-common.
(In reply to comment #3) > *If* we consider autogen complaining about "possibly undefined macro > AM_GCONF_SOURCE_2" instead of saying "gconf devel not installed", it would be a > bug in gnome-autogen.sh from gnome-common. Ok, retargetting from gedit to gnome-common. Besides, I'm confirming the bug because now it happened to me when trying to compile a different gnome program: Banshee. Is there any more info I could provide in order to help the resolution of this bug? Thanks!
*** This bug has been marked as a duplicate of bug 595495 ***