From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: D-Bus integration into Emacs Date: Mon, 03 Dec 2007 22:41:53 +0100 Message-ID: <87bq97lala.fsf@gmx.de> References: <874pf6ypv8.fsf@gmx.de> <87prxp57la.fsf@gmx.de> <87d4to5ux0.fsf@freemail.hu> <4753AC5E.9030009@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1196718066 18153 80.91.229.12 (3 Dec 2007 21:41:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Dec 2007 21:41:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jan =?iso-8859-15?Q?Dj=E4rv?= , Magnus Henoch Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 03 22:41:14 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IzJ29-0000k0-L4 for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 22:40:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzJ1s-000710-R4 for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 16:40:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzJ1F-0006X4-Ja for emacs-devel@gnu.org; Mon, 03 Dec 2007 16:40:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzJ1D-0006U3-7Y for emacs-devel@gnu.org; Mon, 03 Dec 2007 16:39:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzJ1C-0006Tj-UW for emacs-devel@gnu.org; Mon, 03 Dec 2007 16:39:59 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IzJ1C-0003QW-Gi for emacs-devel@gnu.org; Mon, 03 Dec 2007 16:39:58 -0500 Original-Received: (qmail invoked by alias); 03 Dec 2007 21:39:55 -0000 Original-Received: from p57A219A8.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.25.168] by mail.gmx.net (mp058) with SMTP; 03 Dec 2007 22:39:55 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18d0PZKxlcdDF/Fyee41g1p2edNpriyCGtPUlDgnQ vjaJXWq0OLiiim In-Reply-To: <4753AC5E.9030009@swipnet.se> ("Jan =?iso-8859-15?Q?Dj=E4rv?= =?iso-8859-15?Q?=22's?= message of "Mon, 03 Dec 2007 08:12:30 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:84605 Archived-At: Jan Dj=E4rv 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 >=3D 1.1, HAVE_DBUS=3Dyes, HAVE_DBUS=3Dn= o) > > or whatever version is required (FWIW, I have dbus in /opt on some machin= es). PKG_CHECK_MODULES(DBUS, dbus-1 >=3D 1.0, HAVE_DBUS=3Dyes, HAVE_DBUS= =3Dno) 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. Magnus, it's your patch. I believe it is worth to be installed. > Jan D. Best regards, Michael.