GNOME Bugzilla – Bug 786083
build: Correctly define variable warn_flags
Last modified: 2017-08-10 09:19:38 UTC
Here's a patch to fix this error when building on Ubuntu: Meson encountered an error in file src/backend/meson.build, line 90, column 0: Unknown variable "warn_flags". Died at /usr/share/perl5/Debian/Debhelper/Buildsystem/meson.pm line 61.
Created attachment 357319 [details] [review] build: Correctly define variable warn_flags
Review of attachment 357319 [details] [review]: Can you please fix the commit subject? It contains no information about the reason why the problem happened or how it was fixed. build: Fix failure when not building a debug version <insert error> The warn_flags would not be initialised when the build was not a debug build. Initialise the variable outside the debug conditional.
Created attachment 357329 [details] [review] build: Fix failure when not building a debug version Meson encountered an error in file src/backend/meson.build, line 90, column 0: Unknown variable "warn_flags". The warn_flags would not be initialised when the build was not a debug build. Initialise the variable outside the debug conditional.
Attachment 357329 [details] pushed as 54e7c7f - build: Fix failure when not building a debug version