d-bus head

Joe Shaw joe@ximian.com
Thu, 30 Oct 2003 15:44:58 -0500


On Thu, 2003-10-30 at 15:21, David Zeuthen wrote:
> Linking against libpoll does solve this bug. Ok to commit the one-liner
> attached? (I've also tested it on a Linux x86 system).

Looks okay to me.  You might want to wrap it in an AC_CHECK_FUNCS() for
poll() so that you don't link against libpoll if you don't have to,
though.

> Now another bug emerges: when running dbus-monitor --system I get
> "Disconnected prior to receiving a reply", see output from dbus-daemon-1
> in [1]. Is this a known issue or something that should be fixed? If so,
> I'd like to volunteer if someone can give me some pointers...

I haven't seen it, but I haven't build dbus on my mac in quite a while.

Joe