[Users] Building claws-mail with glib2.0-2.31.0

Charles A Edwards CAE at eslrahc.com
Mon Oct 31 03:36:29 CET 2011


With glib2.0-2.31.0 only the include glib.h can be used.

This requires that 3 files be patched/changed for claws to build.
1 in the main app and 2 in the notification-plugin

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------


--- claws/src/common/defs.h~	2011-10-30 21:03:44.000000000 -0400
+++ claws/src/common/defs.h	2011-10-30 20:53:59.000000000 -0400
@@ -24,7 +24,7 @@
 #  include "config.h"
 #endif
 
-#include <glibconfig.h>
+#include <glib.h>
 
 #ifdef G_OS_WIN32
 #  include <glib/gwin32.h>

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------


--- plugins/notification/gtkhotkey/gtk-hotkey-error.h~
2011-10-30 22:11:47.000000000 -0400 +++
plugins/notification/gtkhotkey/gtk-hotkey-error.h	2011-10-30
21:55:41.000000000 -0400 @@ -23,7 +23,7 @@ #ifndef
__GTK_HOTKEY_ERROR_H__ #define __GTK_HOTKEY_ERROR_H__
 
-#include <glib/gquark.h>
+#include <glib.h>
 
 G_BEGIN_DECLS

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------


--- plugins/notification/gtkhotkey/x11/tomboykeybinder.h~
2011-10-30 22:11:47.000000000 -0400 +++
plugins/notification/gtkhotkey/x11/tomboykeybinder.h	2011-10-30
21:56:25.000000000 -0400 @@ -2,7 +2,7 @@ #ifndef __TOMBOY_KEY_BINDER_H__
 #define __TOMBOY_KEY_BINDER_H__
 
-#include <glib/gtypes.h>
+#include <glib.h>
 
 G_BEGIN_DECLS

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------




    Charles

-- 
Men have a much better time of it than women; for one thing they marry
later; for another thing they die earlier.
		-- H.L. Mencken
----------------------
Mageia release 2 (Cauldron) for x86_64$
On SuperSize....http://www.eslrahc.com
Registered Linux user #182463
3.0.8-tmb-server-1.mga2 x86_64
----------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.claws-mail.org/pipermail/users/attachments/20111030/4910ad36/attachment.sig>


More information about the Users mailing list