GNOME Bugzilla – Bug 722012
3.11.2 fails to build with implicit declaration
Last modified: 2014-01-11 23:57:44 UTC
Trying to build the fresh release of gedit 3.11.2, I run into this build failure: [ 277s] gedit-app.c:864:2: error: implicit declaration of function 'g_option_context_parse_strv' [-Werror=implicit-f unction-declaration] g_option_context_parse_strv is intrpduced with glib 2.40, but this requirement is not specified in configure (which would at least allow to clearly identify upfront of the version mismatches).
The minimum should be 2.39.3 (2.39.2, current released tarball, does not have the symbol yet)
Bumped the glib requirement, thanks!