[Slackbuilds-users] Clementine build failed on CURRENT x86_64
    Mark Halstead 
    mdhalstead at att.net
       
    Mon Jul 29 14:27:19 UTC 2013
    
    
  
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
    
    
More information about the SlackBuilds-users
mailing list