GNOME Bugzilla – Bug 750448
compile-time error in gst-editing-services after pulling latest changes
Last modified: 2015-06-05 11:41:33 UTC
ges-base-xml-formatter.c: In function '_create_profile': ges-base-xml-formatter.c:801:3: error: implicit declaration of function 'gst_encoding_profile_set_enabled' [-Werror=implicit-function-declaration] gst_encoding_profile_set_enabled (profile, enabled); ^ ges-base-xml-formatter.c:801:3: error: nested extern declaration of 'gst_encoding_profile_set_enabled' [-Werror=nested-externs] cc1: all warnings being treated as errors Thats seems to be related to May changes to XML formatter.
You need to update your gst-plugins-base. This was recently added.
Is everything correct with dependency check?
Yes. We can't differentiate between different snapshots of the git master branch between releases. People who use git master just need to check the other modules.
Got it, okay.