<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>> Date: Fri, 25 Nov 2011 11:50:58 +0100<br>> Subject: Re: compilie dbus<br>> From: kees.jongenburger@gmail.com<br>> To: bartolome_34_680@hotmail.com<br>> CC: dbus@lists.freedesktop.org<br>> <br>> Hi,<br>> <br>> On Fri, Nov 25, 2011 at 11:27 AM, bartolome moreno<br>> <bartolome_34_680@hotmail.com> wrote:<br>> > Hello,<br>> ><br>> > can somebody please help me? (I`m new).<br>> > - I want to compile dbus1.4.6 (already downloaded)<br>> > - With verbose enabled.<br>> > - And I want to install it in another directory (/temp), I don want to<br>> > overwrite the running one.<br>> <br>> Run<br>> ./configure --prefix=/temp --enable-verbose-mode<br>> make<br>> make install<br>> <br>> But after that you are on your own :p<br></div>                                            </div></body>
</html>