Hi Folks,

The last couple of updates broke Clementine for me. Seems to be a "warning treated as error" thing, but the fix seems simple. At line 286 of src/main.cpp g_type_init is deprecated and according to documentation no longer does anything.

  // This makes us show up nicely in gnome-volume-control
  g_type_init(); /* THIS LINE 286 */
g_set_application_name(QCoreApplication::applicationName().toLocal8Bit());

I commented it out and the build went smoothly. Based on the Gnome go-object documentation, I think this line can safely be removed.

Thanks,

Mark Halstead
_______________________________________________
SlackBuilds-users mailing list
[email protected]
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/

Reply via email to