[Qt-interest] (no subject)

ying.cheng ying.cheng at sseec.com.cn
Sat Sep 4 16:12:14 CEST 2010


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?

please check the way that i install the dbus and the qt-arm with dbus. And correct them, thanks very much!


-----------------
Best Regards & Sincere Appreciation




More information about the Qt-interest-old mailing list