Michael Gerz <[EMAIL PROTECTED]> writes:

> 2. class OStream has a method called "printf". Unfortunately, gettext 
> 0.14.5 redefines printf which results in a lot of errors (IIRC printf is 
> replaced by "intl_printf").

Michael,

I solved that problem by the following patch:

--- common/config.cpp.orig      2005-06-22 07:32:30.000000000 +0200
+++ common/config.cpp   2005-12-31 04:20:50.000000000 +0100
@@ -42,6 +42,7 @@
 
 #include "iostream.hpp"
 
+#undef printf
 #define DEFAULT_LANG "en_US"
 
 // NOTE: All filter options are now stored with he "f-" prefix.  However


HTH

-- 
Enrico


Reply via email to