<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hi Kees,<br><br>thanks for your answer. Anyway:<br><br>1- I took from the following link:<br><br>http://comments.gmane.org/gmane.comp.freedesktop.dbus/9892<br>(I want to test the remote connection between host and target over dbus as described)<br><br>the following commands to generate an own dbus with verbose actives <br><br>Configure<br>./configure --prefix=/home/dbus/mydbus-1.2.16 --with-xml=expat --exec-prefix=/home//dbus/mydbus-1.2.16 --enable-verbose-mode<br><br>Make<br><br>Launch<br>DBUS_VERBOSE=1 ./dbus-daemon --print-address –config-file=/home/dbus/mydbus-1.2.16/etc/dbus-1/session.conf<br><br>2- This works with 1.2.16, but with 1.4.6 I see following problems with make:<br><br>Makefile:889: .deps/dbus-test-main.Po: No existe el fichero o el directorio<br>Makefile:890: .deps/libdbus_1_la-dbus-address.Plo: No existe el fichero o el directorio<br>Makefile:891: .deps/libdbus_1_la-dbus-auth-script.Plo: No existe el fichero o el directorio<br>Makefile:892: .deps/libdbus_1_la-dbus-auth.Plo: No existe el fichero o el directorio<br>Makefile:893: .deps/libdbus_1_la-dbus-bus.Plo: No existe el fichero o el directorio<br>Makefile:894: .deps/libdbus_1_la-dbus-connection.Plo: No existe el fichero o el directorio<br>...........................................<br><br>3- I' ve read the readme from the 1.4.6 release, but I see no special advice<br><br>Thanks again ...<br><br><br><br><div>&gt; Date: Fri, 25 Nov 2011 11:50:58 +0100<br>&gt; Subject: Re: compilie dbus<br>&gt; From: kees.jongenburger@gmail.com<br>&gt; To: bartolome_34_680@hotmail.com<br>&gt; CC: dbus@lists.freedesktop.org<br>&gt; <br>&gt; Hi,<br>&gt; <br>&gt; On Fri, Nov 25, 2011 at 11:27 AM, bartolome moreno<br>&gt; &lt;bartolome_34_680@hotmail.com&gt; wrote:<br>&gt; &gt; Hello,<br>&gt; &gt;<br>&gt; &gt; can somebody please help me? (I`m new).<br>&gt; &gt; - I want to compile dbus1.4.6 (already downloaded)<br>&gt; &gt; - With verbose enabled.<br>&gt; &gt; - And I want to install it in another directory (/temp), I don want to<br>&gt; &gt; overwrite the running one.<br>&gt; <br>&gt; Run<br>&gt; ./configure --prefix=/temp --enable-verbose-mode<br>&gt; make<br>&gt; make install<br>&gt; <br>&gt; But after that you are on your own :p<br></div>                                               </div></body>
</html>