GNOME Bugzilla – Bug 723731
3.11.5 fails to build due to implicit declaration of function 'grl_registry_add_config_from_resource'
Last modified: 2014-02-11 12:50:26 UTC
http://kojipkgs.fedoraproject.org//work/tasks/8527/6498527/build.log , as long as it's alive. After patching out the appdata validation check, compile of 3.11.5 fails: totem-grilo.c: In function 'setup_config': totem-grilo.c:2146:2: error: implicit declaration of function 'grl_registry_add_config_from_resource' [-Werror=implicit-function-declaration] grl_registry_add_config_from_resource (registry, "/org/totem/grilo/totem-grilo.conf", NULL); ^
Ah. No release of grilo has been cut since https://bugzilla.gnome.org/show_bug.cgi?id=722358 was done. I guess we need a new grilo release, and totem needs to require at least that version to build against.
*** Bug 723798 has been marked as a duplicate of this bug. ***
Fixed in master