[opensuse-factory] checking for glib >= 1.2.0... Package glib was not found in the pkg-config search path.
I've got the following error: checking for glib >= 1.2.0... Package glib was not found in the pkg-config search path. Perhaps you should add the directory containing `glib.pc' to the PKG_CONFIG_PATH environment variable No package 'glib' found This is the relevant configure section: echo $ECHO_N "checking for glib >= 1.2.0... $ECHO_C" >&6 if $PKG_CONFIG --exists "glib >= 1.2.0" ; then echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 succeeded=yes -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Fri, 2012-10-26 at 12:31 +0400, Ilya Chernykh wrote:
I've got the following error:
checking for glib >= 1.2.0... Package glib was not found in the pkg-config search path. Perhaps you should add the directory containing `glib.pc' to the PKG_CONFIG_PATH environment variable No package 'glib' found
Ilya This is very likely an error in configure. Or do you REALLY mean to build anything gnome 1 like? You'll be on your own: for about the last 12 years, glib1 and has been buried and superseded by glib2 (which is called glib-2.0 in pkg-config language). To my knowledge, glib 1 did not even ship with a .pc file, which would indicate clearly that, what configure meant, was actually to look for glib-2.0. You'll have to patch your configure.ac and rerun autoreconf. Mond though: as this seems to be a VERY old package, there is a VERY, VERY good chance that recent glib APIs will not completely conform to what this package expects. Hope this helps Dominique -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Friday 26 October 2012 13:13:32 Dimstar / Dominique Leuenberger wrote:
checking for glib >= 1.2.0... Package glib was not found in the pkg-config search path. Perhaps you should add the directory containing `glib.pc' to the PKG_CONFIG_PATH environment variable No package 'glib' found
Ilya
This is very likely an error in configure. Or do you REALLY mean to build anything gnome 1 like? You'll be on your own: for about the last 12 years, glib1 and has been buried and superseded by glib2 (which is called glib-2.0 in pkg-config language).
The package builds well for 12.2 but fails in Factory
To my knowledge, glib 1 did not even ship with a .pc file, which would indicate clearly that, what configure meant, was actually to look for glib-2.0.
You'll have to patch your configure.ac and rerun autoreconf.
Mond though: as this seems to be a VERY old package, there is a VERY, VERY good chance that recent glib APIs will not completely conform to what this package expects.
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Sun, 2012-10-28 at 17:22 +0400, Ilya Chernykh wrote:
On Friday 26 October 2012 13:13:32 Dimstar / Dominique Leuenberger wrote:
checking for glib >= 1.2.0... Package glib was not found in the pkg-config search path. Perhaps you should add the directory containing `glib.pc' to the PKG_CONFIG_PATH environment variable No package 'glib' found
Ilya
This is very likely an error in configure. Or do you REALLY mean to build anything gnome 1 like? You'll be on your own: for about the last 12 years, glib1 and has been buried and superseded by glib2 (which is called glib-2.0 in pkg-config language).
The package builds well for 12.2 but fails in Factory
then you're very likely quoting the wrong part of the configure script.... and without any pointed of what you're trying to fix, there won't be any help.. sorry Ilya... Dominique -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Dimstar / Dominique Leuenberger
-
Ilya Chernykh