<br>Hey,<br><br><div class="gmail_quote">On Tue, Mar 1, 2011 at 2:04 AM, Romain Pokrzywka <span dir="ltr">&lt;<a href="mailto:romain.pokrzywka@kdab.com">romain.pokrzywka@kdab.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5"><br>
On Monday 28 February 2011 12:07:40 Vincent Torri wrote:<br>
&gt; Hey,<br>
&gt;<br>
&gt; On Mon, Feb 28, 2011 at 4:59 PM, Romain Pokrzywka<br>
&gt; &lt;<a href="mailto:romain.pokrzywka@kdab.com">romain.pokrzywka@kdab.com</a><br>
&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; Hi Vincent,<br>
&gt; &gt;<br>
&gt; &gt; If you just want to make sure the bus starts up correctly, you can open a<br>
&gt; &gt; console and go to the bin folder where dbus<br>
&gt; &gt; was build, then try running:<br>
&gt;<br>
&gt; they are in my PATH.<br>
&gt;<br>
&gt; &gt; dbus-daemon.exe --session<br>
&gt;<br>
&gt; done<br>
&gt;<br>
&gt; &gt; which starts up the bus, then :<br>
&gt; &gt;<br>
&gt; &gt; dbus-monitor<br>
&gt; &gt;<br>
&gt; &gt; It should print out some info, that means your bus is up and running, and<br>
&gt; &gt; ready to register services objects.<br>
&gt;<br>
&gt; actually, no. I have:<br>
&gt;<br>
&gt; $ dbus-monitor.exe<br>
&gt; Failed to open connection to session bus: Failed to get autolaunch address<br>
&gt; from launched dbus-daemon<br>
&gt;<br>
&gt; in the Task manager, I see one dbus-daemon launch by dbus-daemon.exe<br>
&gt; --session. Then when i launch bus-monitor.exe, I see 2 others<br>
&gt; dbus-daemon.exe processes, one terminated almost immediatly (so it remains<br>
&gt; 2 dbus-daemon.exe processes running).<br>
&gt;<br>
&gt; That&#39;s all I can say.<br>
<br>
</div></div>Thanks for the info.<br>
Weird, that sounds like dbus-monitor was built with a different version than dbus-daemon. The symptoms you describe<br>
indicate that dbus-monitor doesn&#39;t recognize the running daemon, which is normally a built-in mechanism.<br>
I suppose you don&#39;t have any other dbus builds in your path, or previous installations, and that you didn&#39;t modify the<br>
file etc/session.conf  ?<br></blockquote><div><br>I have no other dbus installation. It didn&#39;t even know there was a session.conf. This file is located /usr/local/etc/dbus-1<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
Otherwise it sounds like a problem related to the options passed (or not) when building dbus. Can you provide us with<br>
the following :<br>
<br>
- which source version you used (1.4.x ?)<br></blockquote><div><br>1.4.6<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
- what build tool you used : cmake or automake<br></blockquote><div><br>autotools<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

- which command line options you passed it<br>
<br></blockquote><div><br>--with-xml=libxml<br><br>I have libxml2, and there was no error messages during configuration. Should I use expat ?<br><br>Vincent Torri<br></div></div>