From 0f814e27f696999e983a9a6efbb4cf6eb05983a8 Mon Sep 17 00:00:00 2001 From: pier11 Date: Mon, 22 Mar 2010 16:29:08 +0000 Subject: [PATCH] mingw: reinstated -Werror as solution had been found for gtk_2_0/include/libintl.h:91:25: warning: "__APPLE_CC__" is not defined The solution was to fix linintl.h as it was before some time ago: "__APPLE_CC__ > 1" with "defined __APPLE_CC__" --- Makefile.mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.mingw b/Makefile.mingw index 69233109..afb4c968 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -9,7 +9,7 @@ export PIDGIN_TREE_TOP := ../pidgin-2.6.6 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak -#export CFLAGS=-Werror +export CFLAGS=-Werror WIX3_HOME := /cygdrive/c/Program\ Files/Windows\ Installer\ XML\ v3 WXS_NAME := pidgin-sipe -- 2.11.4.GIT