GNOME Bugzilla – Bug 726702
build error: implicit declaration of function 'grl_source_get_tags'
Last modified: 2014-03-25 13:16:39 UTC
In brief: Seems grilo 0.2.10 is required. configure.ac should be updated. totem-grilo.c: In function 'source_is_adult': totem-grilo.c:258:2: error: implicit declaration of function 'grl_source_get_tags' [-Werror=implicit-function-declaration] tags = grl_source_get_tags (source); ^ totem-grilo.c:258:2: warning: nested extern declaration of 'grl_source_get_tags' [-Wnested-externs] totem-grilo.c:258:7: warning: assignment makes pointer from integer without a cast [enabled by default] tags = grl_source_get_tags (source); ^ totem-grilo.c: In function 'totem_grilo_finalize': totem-grilo.c:2417:9: warning: unused variable 's' [-Wunused-variable] GList *s; ^ totem-grilo.c:2416:9: warning: unused variable 'sources' [-Wunused-variable] GList *sources; ^ totem-grilo.c: At top level: totem-grilo.c:2325:1: warning: 'create_debug_window' defined but not used [-Wunused-function] create_debug_window (TotemGrilo *self, ^ Full build log at: http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20140318111738.ovitters.valstar.2566/log/totem-3.11.91-1.mga5/build.0.20140318112010.log
commit 195873fe8a6adda5b2b0d78266559e69f1f513a1 Author: Bastien Nocera <hadess@hadess.net> Date: Tue Mar 25 14:11:36 2014 +0100 build: Require grilo 0.2.10 For grl_source_get_tags() https://bugzilla.gnome.org/show_bug.cgi?id=726702