one question about glib version when building gstreamer

classic Classic list List threaded Threaded
3 messages Options
qw
Reply | Threaded
Open this post in threaded view
|

one question about glib version when building gstreamer

qw
Hi,

I'm trying to build gstreamer-1.8.2.tar.xz on Centos 6.7, but error messages are reported when running configure:

checking for GLIB... no
configure: Requested 'glib-2.0 >= 2.40.0' but version of GLib is 2.28.8
configure: error: This package requires GLib >= 2.40.0 to compile.

For centos 6.7, the latest version of glib is 2.28.8 by running 'yum install glib*'

I want to use lower versoin of gstreamer to match the required glib's version. Which gstreamer version does glib-2.28 can be used for?

Thanks!

Regards

Andrew



 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: one question about glib version when building gstreamer

Sebastian Dröge-3
On Fr, 2016-07-01 at 14:04 +0800, qw wrote:

> Hi,
>
> I'm trying to build gstreamer-1.8.2.tar.xz on Centos 6.7, but error
> messages are reported when running configure:
>
> checking for GLIB... no
> configure: Requested 'glib-2.0 >= 2.40.0' but version of GLib is
> 2.28.8
> configure: error: This package requires GLib >= 2.40.0 to compile.
>
> For centos 6.7, the latest version of glib is 2.28.8 by running 'yum
> install glib*'
>
> I want to use lower versoin of gstreamer to match the required glib's
> version. Which gstreamer version does glib-2.28 can be used for?
1.0.0 already required GLib 2.32 or newer, as such only 0.10 will work.

You will either have to update GLib or your distribution. GLib 2.28 is
more than 5 years old now.

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (968 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: one question about glib version when building gstreamer

Sebastian Dröge-3
On Fr, 2016-07-01 at 08:43 +0200, Sebastian Dröge wrote:

> On Fr, 2016-07-01 at 14:04 +0800, qw wrote:
> > Hi,
> >
> > I'm trying to build gstreamer-1.8.2.tar.xz on Centos 6.7, but error
> > messages are reported when running configure:
> >
> > checking for GLIB... no
> > configure: Requested 'glib-2.0 >= 2.40.0' but version of GLib is
> > 2.28.8
> > configure: error: This package requires GLib >= 2.40.0 to compile.
> >
> > For centos 6.7, the latest version of glib is 2.28.8 by running 'yum
> > install glib*'
> >
> > I want to use lower versoin of gstreamer to match the required glib's
> > version. Which gstreamer version does glib-2.28 can be used for?
>
> 1.0.0 already required GLib 2.32 or newer, as such only 0.10 will work.
>
> You will either have to update GLib or your distribution. GLib 2.28 is
> more than 5 years old now.
Note that when building with cerbero, you automatically get a newer
version of GLib that is only used by GStreamer then.

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (968 bytes) Download Attachment