From: Peter Dyballa <Peter_Dyballa@Freenet.DE>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: emacs-devel@gnu.org
Subject: Re: 23.0.50; dbus
Date: Sun, 23 Dec 2007 17:10:20 +0100 [thread overview]
Message-ID: <F1916833-84D2-4068-AA97-A12DF498C0B5@Freenet.DE> (raw)
In-Reply-To: <878x3umeo1.fsf@gmx.de>
Am 16.12.2007 um 23:57 schrieb Michael Albinus:
> Peter Dyballa <Peter_Dyballa@Freenet.DE> writes:
>
>> 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:
>
> Should be better now. Could you, please, check?
gcc -I/sw/include -L/sw/lib -c -DMAC_OSX -no-cpp-precomp -I/usr/
include/openssl -I/sw/include/pango-1.0 -I/sw/lib/freetype219/include
-I/sw/lib/freetype219/include/freetype2 -I/sw/lib/fontconfig2/include
-I/sw/include -I/usr/local/include -idirafter /usr/X11R6/include -
Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I.../emacs/src -DMAC_OSX -I/
usr/X11R6/include -Dtemacs -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/
include -I/sw/include/gtk-2.0 -I/sw/include/librsvg-2 -I/sw/include/
dbus-1.0 -I/sw/lib/dbus-1.0/include -bind_at_load -pipe -fPIC -
mcpu=7450 -mtune=7450 -fast -mpim-altivec -ftree-vectorize -foptimize-
register-move -freorder-blocks -freorder-blocks-and-partition -
fthread-jumps -fpeephole -fno-crossjumping coding.c
coding.c: In function ‘encode_eol’:
coding.c:3466: warning: pointer targets in passing argument 1 of
‘safe_bcopy’ differ in signedness
coding.c:3466: warning: pointer targets in passing argument 2 of
‘safe_bcopy’ differ in signedness
coding.c:3475: warning: pointer targets in passing argument 1 of
‘safe_bcopy’ differ in signedness
coding.c:3475: warning: pointer targets in passing argument 2 of
‘safe_bcopy’ differ in signedness
coding.c: In function ‘code_convert_region’:
coding.c:5750: warning: pointer targets in passing argument 1 of
‘safe_bcopy’ differ in signedness
coding.c:5750: warning: pointer targets in passing argument 2 of
‘safe_bcopy’ differ in signedness
coding.c:5970: warning: pointer targets in passing argument 1 of
‘safe_bcopy’ differ in signedness
coding.c:5970: warning: pointer targets in passing argument 2 of
‘safe_bcopy’ differ in signedness
gcc -I/sw/include -L/sw/lib -c -DMAC_OSX -no-cpp-precomp -I/usr/
include/openssl -I/sw/include/pango-1.0 -I/sw/lib/freetype219/include
-I/sw/lib/freetype219/include/freetype2 -I/sw/lib/fontconfig2/include
-I/sw/include -I/usr/local/include -idirafter /usr/X11R6/include -
Demacs -DHAVE_CONFIG_H -DUSE_LUCID -I. -I/.../emacs/src -DMAC_OSX -I/
usr/X11R6/include -Dtemacs -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/
include -I/sw/include/gtk-2.0 -I/sw/include/librsvg-2 -I/sw/include/
dbus-1.0 -I/sw/lib/dbus-1.0/include -bind_at_load -pipe -fPIC -
mcpu=7450 -mtune=7450 -fast -mpim-altivec -ftree-vectorize -foptimize-
register-move -freorder-blocks -freorder-blocks-and-partition -
fthread-jumps -fpeephole -fno-crossjumping dbusbind.c
dbusbind.c: In function ‘xd_append_arg’:
dbusbind.c:344: warning: pointer targets in assignment differ in
signedness
dbusbind.c:350: warning: pointer targets in assignment differ in
signedness
dbusbind.c:392: warning: pointer targets in assignment differ in
signedness
dbusbind.c: In function ‘xd_read_message’:
dbusbind.c:983: warning: pointer targets in passing argument 2 of
‘strcmp’ differ in signedness
dbusbind.c:986: warning: pointer targets in passing argument 2 of
‘strcmp’ differ in signedness
dbusbind.c: In function ‘Fdbus_register_signal’:
dbusbind.c:1089: warning: pointer targets in passing argument 1 of
‘strlen’ differ in signedness
dbusbind.c:1090: warning: pointer targets in passing argument 1 of
‘strcmp’ differ in signedness
dbusbind.c:1091: warning: pointer targets in passing argument 1 of
‘strncmp’ differ in signedness
dbusbind.c:1104: warning: pointer targets in passing argument 1 of
‘strlen’ differ in signedness
>
> Could you, please, evaluate the following forms:
>
> (require 'dbus)
dbus
>
> (dbus-get-unique-name :system)
For example: ":1.2"
> (dbus-get-unique-name :session)
":1.0"
>
> (dbus-list-names :system)
("org.freedesktop.DBus" ":1.1" ":1.2")
("org.freedesktop.DBus" ":1.2")
> (dbus-list-names :session)
("org.freedesktop.DBus" ":1.0")
>
> (dbus-list-known-names :system)
("org.freedesktop.DBus")
> (dbus-list-known-names :session)
("org.freedesktop.DBus")
Seems I need to extend my ~/.login script by
eval `/sw/bin/start-session-bus.sh --csh-syntax`
--
Mit friedvollen Grüßen
Pete
Stop-and-go:
Bezeichnung für die vergeblichen Bemühungen
der Outomobilistinnen, durch "Stop" schneller
zu sein als die Fußgängerinnen durch "Go."
next prev parent reply other threads:[~2007-12-23 16:10 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
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 [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=F1916833-84D2-4068-AA97-A12DF498C0B5@Freenet.DE \
--to=peter_dyballa@freenet.de \
--cc=emacs-devel@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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).