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: Mon, 03 Dec 2007 08:12:30 +0100
User-agent: Thunderbird 2.0.0.9 (X11/20071031)



Magnus Henoch skrev:
Michael Albinus <address@hidden> writes:

I've committed the files to the trunk. In order to activate D-Bus
integration, one must apply "./configure --with-dbus". It's tested under
GNU/Linux only, but there seem to exist D-Bus implementations for Mac OS
X and Win32 as well.

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).

BTW, does anybody know why we have

  AC_INIT(src/lisp.h)

at the begining of configure.in?  The documentation says:

  AC_INIT (PACKAGE, VERSION, [BUG-REPORT], [TARNAME])

        Jan D.





reply via email to

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