trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: July 2012

Re: [trinity-devel] glib2 notice

From: "David C. Rankin" <drankinatty@...>
Date: Wed, 18 Jul 2012 14:20:21 -0500
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.