After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 752713 - if ./configure for gst-plugins-0.10.31 fails with This package requires GLib >= 2.24 to compile.
if ./configure for gst-plugins-0.10.31 fails with This package requires GLib ...
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-22 12:03 UTC by Nitish Kumar
Modified: 2015-07-22 12:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nitish Kumar 2015-07-22 12:03:36 UTC
when gst-plugins-good-0.10.31$./configure
I am getting following error.

checking for GLIB... no
configure: No package 'glib-2.0' found
No package 'gobject-2.0' found
No package 'gthread-2.0' found
No package 'gmodule-no-export-2.0' found
configure: error: This package requires GLib >= 2.24 to compile.
Comment 1 Tim-Philipp Müller 2015-07-22 12:19:21 UTC
I think the error message is pretty clear. It did not find a new-enough GLib version. This is a problem with your setup. Either you do not have GLib development headers (-dev packages) installed, or the installed version is too old, or you have not setup your environment correctly so that it finds the right version (e.g. set PKG_CONFIG_PATH).

In any case, this is a bug tracker, please write to the gstreamer-devel mailing list for support.

Also, GStreamer 0.10 is many many years old and is no longer maintained.