[Qt-interest] (no subject)

ying.cheng ying.cheng at sseec.com.cn
Sat Sep 4 17:13:22 CEST 2010


hi,Thiago, 

Sorry, I didn't compile the tools/qdbus/qdbus before and I have tried to compile it in the qt4.6.2 which configure/make has succeeded. But failed with "'QtValidLicenseForDBusModule' does not name a type", and you tell me "your Qt isn't properly configured". 

So now, I want to reinstall the D-Bus for ARM and qt-arm with D-Bus, 
But I fould that cross-compile D-Bus failed by the same way I have succeed before. 

So I beg you check the compiled method for me. I must intsall the D-Bus for ARM, qt-arm with D-Bus and compile the tools/qdbus/qdbus successfully, So I can run the qdbus tool and tell you what output it produces.

Could you understand me? 

Thanks very much for your help and your time!


-----Original message-----
From:Thiago Macieira <thiago at kde.org>
To:ying.cheng at sseec.com.cn
Cc:Qt-interest <Qt-interest at trolltech.com>
Date:Sat, 04 Sep 2010 16:36:23 +0200
Subject:Re: [Qt-interest] (no subject)

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



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




More information about the Qt-interest-old mailing list