[Qt-interest] (no subject)

Thiago Macieira thiago at kde.org
Sat Sep 4 16:36:23 CEST 2010


On Saturday 4. September 2010 16.12.14 ying.cheng wrote:
> hi,thiago,
> 
> I have tried to reinstall the D-Bus. Before I modified the
> /etc/ld.so.conf., I could install the D-Bus for ARM successfully. After I
> modified ld.so.conf, when I install it by the same way, ./configure
> succeed, "make" error.
> 
> The method i install the D-Bus:
> 
> 1. install expat:
>    tar zxvf expat-2.0.1.tar.gz
>    cd expat-2.0.1/
>     ./configure --host=arm-linux --prefix=/usr/local/expat/ 
> CC=arm-linux-gcc make;make install;
> 
> 2. install dbus:
>    tar zxvf D-Bus 1.2.4.6permissive.tar.gz
>    cd D-Bus 1.2.4.6permissive
>    ./configure --prefix=/usr/local/dbus/ --host=arm-linux --with-x=no
> ac_cv_have_abstract_sockets=yes "CC=arm-linux-g++ 
> -I/usr/local/expat/include -L/usr/local/expat/lib" make; make install;
> 
> 3. The way I add QtDBus in qt-arm: configure with "-dbus" and include two
> header files, one lib file and -ldbus-1, like this: -dbus
> -I/usr/local/dbus/lib/dbus-1.0/include -I/usr/local/dbus/include/dbus-1.0
> -L/usr/local/dbus/lib -ldbus-1
> 
> Maybe the incorrect installation result in the "disconnect" of the
> controller?

There's no "dbus-uuidgen" in your email.

I need you to run the qdbus tool and tell me what output it produces.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
  Senior Product Manager - Nokia, Qt Development Frameworks
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100904/718d7ac7/attachment.bin 


More information about the Qt-interest-old mailing list