cygwin dbus port patches

Andre Heinecke aheinecke at intevation.de
Tue Aug 10 00:38:14 PDT 2010


Hello,

>On Monday, 9. August 2010 08:52:38 Ralf Habacker wrote:
>From 9236d7fa56cda71ebbfba807b1adcf8008b1c47c Mon Sep 17 00:00:00 2001 
>From: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
>Date: Mon, 9 Aug 2010 09:01:52 +0200
>Subject: [PATCH] Delete stale pid file on cygwin.

>---
> bus/bus.c    |   20 ++++++++++++++++++++
> configure.in |    4 ++++
> 2 files changed, 24 insertions(+), 0 deletions(-)
>
>diff --git a/bus/bus.c b/bus/bus.c
>index 1f8994c..b8ef616 100644
>--- a/bus/bus.c
>+++ b/bus/bus.c
>@@ -36,6 +36,7 @@
> #include <dbus/dbus-hash.h>
> #include <dbus/dbus-credentials.h>
> #include <dbus/dbus-internals.h>
>+#include <signal.h>
> 
> struct BusContext
> {

This broke the build for Windows CE because there is no signal.h
--------
In file included from bus.c:39:
/opt/mingw32ce/lib/gcc/arm-mingw32ce/4.4.0/../../../../arm-mingw32ce/include/signal.h:12:26: 
error: no include path in which to search for signal.h
--------

Could that be included conditionally if DBUS_CYGWIN is defined?

Sorry for me just noticing this after the commit.

Regards
Andre

-- 
Andre Heinecke |  ++49-541-335083-262 |  http://www.intevation.de/
Intevation GmbH, Neuer Graben 17, 49074 Osnabrück | AG Osnabrück, HR B 18998
Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/dbus/attachments/20100810/487cde98/attachment.pgp>


More information about the dbus mailing list