[Qt-interest] (no subject)

ying.cheng ying.cheng at sseec.com.cn
Wed Sep 1 10:58:07 CEST 2010


hi,thiago,

Thanks very much for your help!
And I'm so sorry for sending a screenshot!

1. about /etc/ld.so.conf in my Ubuntu:
   its content:  include /etc/ld.so.conf.d/*.conf

   There are three files in the /etc/ld.so.conf.d: i486-linux-gnu.conf, libasound2.conf, libc.conf.

   A. Content of libc.conf:
    # libc default configuration
    /usr/local/lib
   B. Content of libasound2.conf:
    /usr/lib/alsa-lib
   C. Content of i486-linux-gnu.conf:
     # Multiarch support
     /lib/i486-linux-gnu
     /usr/lib/i486-linux-gnu

  As you say "move the libraries to one of the paths there", I copy the libdbus-1.so.3 and libdbus-1.so.3.4.0 to /usr/local/lib. 

  after I run the dbus-daemon, I run the car&controller, the controller still show "disconnect".
  
  Maybe I have misunderstand you, please tell me where is wrong in my operation.

2. About qdbus: I didn't compile the tools/qdbus/qdbus, Maybe it's the reason that I can't run car&controller On ARM.
   I have just try to compile it in the qt4.6.2 which configure/make has succeeded long time ago. And the qt-arm on my ubuntu has "make install" using this file. 
   I use the "qmake" and "make" of qt-arm.
   "qmake" succeed. But when I "make", it report error:  'QtValidLicenseForDBusModule' does not name a type.

   So my question:
   A. whether i must compile the tools/qdbus/qdbus? 
      If must, could I use the file configure/make has succeeded long time ago? If I could use it, how should I solve the error?
      If I couldn't use it, whether I should reconfigure/remake/remake-install the qt-arm?
   B. If I have compile the tools/qdbus/qdbus, should I copy its results to the ARM board. But there is no qdbus on your ARM board.
if that means I don't need qdbus on my ARM board? 
   C. I know the tools/qdbus/qdbus will create four qdbus*.exe(I could use them On windows). they could help us make the .xml file and could view the running situation of dbus. But I don't know the good of the qdbus.exe. 

3. For the versions of QT and D-Bus: I must stay the same with my workgroup. 

Thank you again.


  
  
  









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




More information about the Qt-interest-old mailing list