Re: [SyncEvolution] Fix build failure with eglibc 2.18

2014-03-05 Thread Patrick Ohly
On Mon, 2014-02-24 at 12:26 +0100, Tino Mettler wrote:
 Hi,
 
 syncevolution 1.4 fails to build with glibc headers from eglibc 2.18 in
 Debian Sid. Attatched is a patch.

Thanks, merged into master.

-- 
Best Regards, Patrick Ohly

The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.



___
SyncEvolution mailing list
SyncEvolution@syncevolution.org
https://lists.syncevolution.org/mailman/listinfo/syncevolution


[SyncEvolution] Fix build failure with eglibc 2.18

2014-02-24 Thread Tino Mettler
Hi,

syncevolution 1.4 fails to build with glibc headers from eglibc 2.18 in
Debian Sid. Attatched is a patch.

Regards,
Tino
From 7f2d522e8a9c37adc1ad12921d81e01afff621fa Mon Sep 17 00:00:00 2001
From: Tino Mettler tino+deb...@tikei.de
Date: Mon, 24 Feb 2014 09:53:54 +0100
Subject: [PATCH] Include missing stdint.h

Eglibc 2.18 requires this additional include, otherwise there will be
an FTBFS due to missing C99 integer types.
---
 src/gdbusxx/gdbus-cxx-bridge.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gdbusxx/gdbus-cxx-bridge.h b/src/gdbusxx/gdbus-cxx-bridge.h
index fc4aa4e..65656c4 100644
--- a/src/gdbusxx/gdbus-cxx-bridge.h
+++ b/src/gdbusxx/gdbus-cxx-bridge.h
@@ -58,6 +58,7 @@
 #define INCL_GDBUS_CXX_BRIDGE
 #include gdbus-cxx.h
 
+#include stdint.h
 #include gio/gio.h
 
 #include map
-- 
1.9.0

___
SyncEvolution mailing list
SyncEvolution@syncevolution.org
https://lists.syncevolution.org/mailman/listinfo/syncevolution