cygwin dbus port patches

Ralf Habacker ralf.habacker at freenet.de
Tue Aug 10 03:32:48 PDT 2010


Andre Heinecke schrieb:
> 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?
>   
fixed in git master.

Ralf


More information about the dbus mailing list