On 07/17/2012 09:21 PM, Darrell Anderson wrote:
Notice:
Anybody building koffice with wv2 support against glib2 >=2.31 will experience a build
failure. A header file in wv2 references a glib2 header and needs to be patched. Here is
the wv2 patch in case your distro does not have a patched wv2 package:
======================================================================
diff -urN wv2-0.4.2/src/olestream.h wv2-0.4.2.new/src/olestream.h
--- wv2-0.4.2/src/olestream.h 2009-10-31 13:22:43.000000000 -0500
+++ wv2-0.4.2.new/src/olestream.h 2012-07-17 20:56:04.000000000 -0500
@@ -23,7 +23,7 @@
#include "global.h" // U8,... typedefs
#include <stack>
-#include <glib/giochannel.h> // GSeekType
+#include <glib.h> // GSeekType
namespace wvWare {
======================================================================
Darrell
I already filed it upstream at sourceforge :)
--
David C. Rankin, J.D.,P.E.