GNOME Bugzilla – Bug 770466
Don't use deprecated GNOME_COMPILE_WARNINGS
Last modified: 2017-04-17 18:20:40 UTC
GNOME_COMPILE_WARNINGS is deprecated now so please don't use it. See https://bugzilla.gnome.org/729407 gnome-calendar fails to build from source in current Debian testing or Ubuntu 16.10 Beta with gnome-common 3.18.0-2 when the packaging runs autoreconf.
Ignore that last sentence. I forgot to install gnome-common. It builds fine once that's installed!
Created attachment 334262 [details] [review] Don’t use GNOME_COMPILE_WARNINGS GNOME_COMPILE_WARNINGS is still being used, despite its deprecated status. This commit also tweaks configure.ac a little, removing redundant macro calls and definitions and quoting all macro arguments.
It should be noted that the patch introduces new warnings and that release builds use pretty much no warnings. Distchecking fails here due to these new warnings.
Created attachment 334409 [details] [review] project: fix build warnings
Thanks for the patch. Attachment 334262 [details] pushed as 1cb71ea - Don’t use GNOME_COMPILE_WARNINGS Attachment 334409 [details] pushed as cd50bec - project: fix build warnings