emacs-devel
[Top][All Lists]
Advanced

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

23.0.50; dbus


From: Peter Dyballa
Subject: 23.0.50; dbus
Date: Mon, 10 Dec 2007 13:00:44 +0100

Hello!

When I add to the configure option --with-dbus, config.log contains:

        configure:12064: checking for dbus-1 >= 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/ 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 declarations like

        uint dtype;

The type uint is not defined in Mac OS X, it knows of (from /usr/lib/ 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.
                                – Erdős Pál







reply via email to

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