[Nice] libnice broken with glib 2.36
Olivier Crête
olivier.crete at collabora.com
Thu Mar 21 14:20:19 PDT 2013
On Thu, 2013-03-21 at 17:49 +0530, Rohan Garg wrote:
> Hi everyone
> It seems like libnice is broken again after the latest glib update to
> 2.36 where GLib developers have deprecated g_type_init ( maybe even
> more things, I didn't bother to go further than the first compile
> error ).
>
> While I can add more ifdef's, this seems like a crappy solution. Any
> ideas on how to proceed here?
You just need to define this before including glib and you won't get the
deprecating warnings.
#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_32
--
Olivier Crête
olivier.crete at collabora.com
More information about the nice
mailing list