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: Sun, 23 Dec 2007 17:10:20 +0100


Am 16.12.2007 um 23:57 schrieb Michael Albinus:

Peter Dyballa <address@hidden> 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."







reply via email to

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