emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.50; dbus


From: William Xu
Subject: Re: 23.0.50; dbus
Date: Mon, 10 Dec 2007 21:24:31 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (darwin)

Peter Dyballa <address@hidden> writes:

> 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

Seems it's defined here: /usr/include/sys/types.h

,----
| typedef       unsigned int            uint;           /* Sys V compatibility 
*/
`----

So this header file may need to be included for macosx if not yet.

-- 
William

http://williamxu.net9.org





reply via email to

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