From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.50; dbus Date: Mon, 10 Dec 2007 13:00:44 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=UTF-8; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1197288084 22796 80.91.229.12 (10 Dec 2007 12:01:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Dec 2007 12:01:24 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 10 13:01:35 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 1J1hK2-0002Lc-Kd for ged-emacs-devel@m.gmane.org; Mon, 10 Dec 2007 13:01:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1hJk-0004kQ-T8 for ged-emacs-devel@m.gmane.org; Mon, 10 Dec 2007 07:01:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1hJg-0004jy-QH for emacs-devel@gnu.org; Mon, 10 Dec 2007 07:00:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1hJf-0004iV-Gq for emacs-devel@gnu.org; Mon, 10 Dec 2007 07:00:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1hJf-0004iM-8R for emacs-devel@gnu.org; Mon, 10 Dec 2007 07:00:55 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1hJe-0000IB-RN for emacs-devel@gnu.org; Mon, 10 Dec 2007 07:00:54 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1hJe-0001Ax-Iq for emacs-pretest-bug@gnu.org; Mon, 10 Dec 2007 07:00:54 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1J1hJb-0000Hh-20 for emacs-pretest-bug@gnu.org; Mon, 10 Dec 2007 07:00:54 -0500 Original-Received: from mout0.freenet.de ([195.4.92.90]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J1hJa-0000HJ-Ll for emacs-pretest-bug@gnu.org; Mon, 10 Dec 2007 07:00:50 -0500 Original-Received: from [195.4.92.15] (helo=5.mx.freenet.de) by mout0.freenet.de with esmtpa (Exim 4.68) (envelope-from ) id 1J1hJX-0003nR-F1 for emacs-pretest-bug@gnu.org; Mon, 10 Dec 2007 13:00:47 +0100 Original-Received: from fce62.f.ppp-pool.de ([195.4.206.98]:52100 helo=[192.168.1.2]) by 5.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 25) (Exim 4.68 #1) id 1J1hJX-0007cA-8v for emacs-pretest-bug@gnu.org; Mon, 10 Dec 2007 13:00:47 +0100 X-Mailer: Apple Mail (2.752.2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:84952 gmane.emacs.pretest.bugs:20436 Archived-At: Hello! When I add to the configure option --with-dbus, config.log contains: configure:12064: checking for dbus-1 >=3D 1.0 configure:12068: result: yes configure:12072: checking DBUS_CFLAGS configure:12075: result: -I/sw/include/dbus-1.0 = -I/sw/lib/dbus-1.0/=20 include configure:12078: checking DBUS_LIBS configure:12081: result: -L/sw/lib -ldbus-1 but the dbus source code fails to compile because it uses =20 declarations like uint dtype; The type uint is not defined in Mac OS X, it knows of (from /usr/lib/=20 gcc/powerpc-apple-darwin8/4.0.1/include/stdint.h): typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t; typedef unsigned long long uint64_t; typedef unsigned long uintptr_t; typedef long long unsigned int uintmax_t; -- Greetings Pete A mathematician is a device for turning coffee into theorems. =E2=80=93 Erd=C5=91s P=C3=A1l