emacs-devel
[Top][All Lists]
Advanced

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

Re: D-Bus integration into Emacs


From: Jan Djärv
Subject: Re: D-Bus integration into Emacs
Date: Tue, 04 Dec 2007 08:35:20 +0100
User-agent: Thunderbird 2.0.0.9 (X11/20071031)



Michael Albinus skrev:
Jan Djärv <address@hidden> writes:

It doesn't compiler under NetBSD, as D-Bus is installed under /usr/pkg
instead of /usr.  How about this patch?  It makes configure use
pkg-config to find the proper compiler and linker flags.
You should make that something like:

  PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.1, HAVE_DBUS=yes, HAVE_DBUS=no)

or whatever version is required (FWIW, I have dbus in /opt on some machines).

      PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.0, HAVE_DBUS=yes, HAVE_DBUS=no)

seems to fit best. I've developped with D-Bus 1.0, and this is the
stable version distributed since Nov 2006.

D-Bus 1.1 is a developer version. D-Bus 1.2, the next stable version, is
expected to be released soon. Its new features shall be visible as
subfeatures of dbus.el, still providing backwards compatibility to D-Bus 1.0.


Okay. I just looked at what I had in front of me (Fedora 8) and that was 1.1.2. So they ship a development version, didn't expect that.

        Jan D.




reply via email to

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