all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Freenet.DE>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: emacs-pretest-bug@gnu.org
Subject: Re: 23.0.50; dbus
Date: Sat, 15 Dec 2007 11:41:13 +0100	[thread overview]
Message-ID: <E8FF4102-29DF-4C32-A005-1CBB96B6C5F1@Freenet.DE> (raw)
In-Reply-To: <87abod2b1x.fsf@gmx.de>


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	other threads:[~2007-12-15 10:41 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-10 12:00 23.0.50; dbus Peter Dyballa
2007-12-10 12:24 ` William Xu
2007-12-10 12:47   ` Jason Rumney
2007-12-10 12:56     ` Jason Rumney
2007-12-14 21:58 ` Michael Albinus
2007-12-15 10:41   ` Peter Dyballa [this message]
2007-12-16 22:57     ` Michael Albinus
2007-12-17 11:04       ` Peter Dyballa
2007-12-17 11:38         ` Michael Albinus
2007-12-21  0:05         ` Stefan Monnier
2007-12-21 19:49           ` Richard Stallman
2007-12-23 16:10       ` Peter Dyballa
2007-12-31 21:43         ` Michael Albinus
2007-12-31 22:26           ` Andreas Schwab
2008-01-01 10:46             ` Michael Albinus
2008-01-01 11:28               ` Peter Dyballa
2008-01-02  3:06           ` Stefan Monnier
2008-01-02  5:10             ` Michael Albinus
2008-01-02 11:40               ` Thien-Thi Nguyen
2008-01-02 12:48                 ` Michael Albinus
2008-01-02 13:41                   ` Thien-Thi Nguyen
2008-01-02 15:01               ` Stefan Monnier
2008-01-02 23:32                 ` Michael Albinus
2008-01-02 23:59                   ` Peter Dyballa
2008-01-03 12:28                   ` Jan Djärv
2008-01-05 15:25                     ` Peter Dyballa
2007-12-24 12:43       ` Peter Dyballa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E8FF4102-29DF-4C32-A005-1CBB96B6C5F1@Freenet.DE \
    --to=peter_dyballa@freenet.de \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=michael.albinus@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.