Hi Tim, > These patches silence tons of warnings here... > 0001-lib-gettext.h-Avoid-Wundef-warningi-for-ENABLE_NLS.patch
We cannot apply this patch. While gettext.m4 defines ENABLE_NLS to 1 or doesn't define it at all, many developers use "#defined ENABLE_NLS 0" to disable NLS from GNU gettext: A web search for "define enable_nls 0" lists 133 hits. The proposed patch would break these uses. Bruno