emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.50; dbus


From: Peter Dyballa
Subject: Re: 23.0.50; dbus
Date: Sat, 15 Dec 2007 11:41:13 +0100


Am 14.12.2007 um 22:58 schrieb Michael Albinus:

but the dbus source code fails to compile because it uses declarations
like

        uint dtype;

I've changed it to "unsigned int". Where size matters, types like
"dbus_uint32_t" are already used.

The type uint is not defined in Mac OS X

I would be interested in knowing how it runs there; could you, please,
give some feedback?


Compiled fine, can launch, but no further idea how to use dbus! (Looks I can't be of further help since it looks to be something involved into remote connections. Except I login via ssh on my Mac a second time.)


During compilation these messages were reported:

dbusbind.c: In function ‘xd_retrieve_value’:
dbusbind.c:123: warning: incompatible implicit declaration of built- in function ‘sprintf’ dbusbind.c:126: warning: incompatible implicit declaration of built- in function ‘sprintf’ dbusbind.c:129: warning: incompatible implicit declaration of built- in function ‘sprintf’ dbusbind.c:132: warning: incompatible implicit declaration of built- in function ‘sprintf’ dbusbind.c:135: warning: incompatible implicit declaration of built- in function ‘sprintf’
dbusbind.c:136: warning: pointer targets in return differ in signedness
dbusbind.c:138: warning: incompatible implicit declaration of built- in function ‘sprintf’
dbusbind.c: In function ‘xd_retrieve_arg’:
dbusbind.c:159: warning: incompatible implicit declaration of built- in function ‘sprintf’ dbusbind.c:167: warning: incompatible implicit declaration of built- in function ‘sprintf’ dbusbind.c:175: warning: incompatible implicit declaration of built- in function ‘sprintf’ dbusbind.c:199: warning: incompatible implicit declaration of built- in function ‘sprintf’
dbusbind.c: In function ‘Fdbus_call_method’:
dbusbind.c:337: warning: incompatible implicit declaration of built- in function ‘sprintf’ dbusbind.c:350: warning: pointer targets in passing argument 1 of ‘dbus_message_new_method_call’ differ in signedness dbusbind.c:350: warning: pointer targets in passing argument 2 of ‘dbus_message_new_method_call’ differ in signedness dbusbind.c:350: warning: pointer targets in passing argument 3 of ‘dbus_message_new_method_call’ differ in signedness dbusbind.c:350: warning: pointer targets in passing argument 4 of ‘dbus_message_new_method_call’ differ in signedness dbusbind.c:364: warning: incompatible implicit declaration of built- in function ‘sprintf’ dbusbind.c:395: warning: incompatible implicit declaration of built- in function ‘sprintf’
dbusbind.c: In function ‘Fdbus_send_signal’:
dbusbind.c:480: warning: incompatible implicit declaration of built- in function ‘sprintf’ dbusbind.c:492: warning: pointer targets in passing argument 1 of ‘dbus_message_new_signal’ differ in signedness dbusbind.c:492: warning: pointer targets in passing argument 2 of ‘dbus_message_new_signal’ differ in signedness dbusbind.c:492: warning: pointer targets in passing argument 3 of ‘dbus_message_new_signal’ differ in signedness dbusbind.c:505: warning: incompatible implicit declaration of built- in function ‘sprintf’ dbusbind.c:531: warning: incompatible implicit declaration of built- in function ‘sprintf’
dbusbind.c: In function ‘xd_read_message’:
dbusbind.c:569: warning: incompatible implicit declaration of built- in function ‘sprintf’ dbusbind.c:578: warning: incompatible implicit declaration of built- in function ‘sprintf’ dbusbind.c:610: warning: pointer targets in passing argument 2 of ‘strcmp’ differ in signedness dbusbind.c:613: warning: pointer targets in passing argument 2 of ‘strcmp’ differ in signedness
dbusbind.c: In function ‘Fdbus_register_signal’:
dbusbind.c:716: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness dbusbind.c:717: warning: pointer targets in passing argument 1 of ‘strcmp’ differ in signedness dbusbind.c:718: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness dbusbind.c:727: warning: incompatible implicit declaration of built- in function ‘sprintf’

--
Mit friedvollen Grüßen

  Pete

A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]