--- aspell-0.60.7-20110707/common/config.cpp.orig 2014-02-19 11:24:42.255300600 +0000 +++ aspell-0.60.7-20110707/common/config.cpp 2014-02-19 11:23:47.492846700 +0000 @@ -39,6 +39,9 @@ #include "vararray.hpp" #include "string_list.hpp" +#define printf printf +#include "libintl.h" +#undef printf #include "gettext.h" #include "iostream.hpp" --- aspell-0.60.7-20110707/modules/speller/default/language.cpp.orig 2011-07-05 00:28:44.000000000 +0000 +++ aspell-0.60.7-20110707/modules/speller/default/language.cpp 2014-02-19 11:25:32.094629400 +0000 @@ -24,6 +24,9 @@ # include #endif +#define printf printf +#include "libintl.h" +#undef printf #include "gettext.h" namespace aspeller { --- aspell-0.60.7-20110707/prog/aspell.cpp.orig 2011-07-04 14:36:05.000000000 +0000 +++ aspell-0.60.7-20110707/prog/aspell.cpp 2014-02-19 11:26:37.049377600 +0000 @@ -59,6 +59,9 @@ #include "hash-t.hpp" #include "hash_fun.hpp" +#define printf printf +#include "libintl.h" +#undef printf #include "gettext.h" using namespace acommon;