unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.50; dbus
@ 2007-12-10 12:00 Peter Dyballa
  2007-12-10 12:24 ` William Xu
  2007-12-14 21:58 ` Michael Albinus
  0 siblings, 2 replies; 27+ messages in thread
From: Peter Dyballa @ 2007-12-10 12:00 UTC (permalink / raw)
  To: emacs-pretest-bug

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

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2008-01-05 15:25 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-10 12:00 23.0.50; dbus Peter Dyballa
2007-12-10 12:24 ` William Xu
2007-12-10 12:47   ` Jason Rumney
2007-12-10 12:56     ` Jason Rumney
2007-12-14 21:58 ` Michael Albinus
2007-12-15 10:41   ` Peter Dyballa
2007-12-16 22:57     ` Michael Albinus
2007-12-17 11:04       ` Peter Dyballa
2007-12-17 11:38         ` Michael Albinus
2007-12-21  0:05         ` Stefan Monnier
2007-12-21 19:49           ` Richard Stallman
2007-12-23 16:10       ` Peter Dyballa
2007-12-31 21:43         ` Michael Albinus
2007-12-31 22:26           ` Andreas Schwab
2008-01-01 10:46             ` Michael Albinus
2008-01-01 11:28               ` Peter Dyballa
2008-01-02  3:06           ` Stefan Monnier
2008-01-02  5:10             ` Michael Albinus
2008-01-02 11:40               ` Thien-Thi Nguyen
2008-01-02 12:48                 ` Michael Albinus
2008-01-02 13:41                   ` Thien-Thi Nguyen
2008-01-02 15:01               ` Stefan Monnier
2008-01-02 23:32                 ` Michael Albinus
2008-01-02 23:59                   ` Peter Dyballa
2008-01-03 12:28                   ` Jan Djärv
2008-01-05 15:25                     ` Peter Dyballa
2007-12-24 12:43       ` Peter Dyballa

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).