Results 1 to 3 of 3

Thread: QT Embedded Installation Problem

  1. #1
    Join Date
    Jul 2008
    Posts
    139
    Thanks
    9
    Thanked 18 Times in 15 Posts
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default QT Embedded Installation Problem

    Hi, I am trying to install the Qt-4.70 embedded linux version opensource (xcompile) and I receive the attached error after running gmake. My configuration is using '-no-iconv' and shows that it was configured without it. If I run 'gmake -no-icon' then it compiles without the error however i cannot find the shared libraries (.so) anywhere. I am compiling on Linux Centos. I also tried 4.6.3 and had the same error. Thanks for your feedback.
    Attached Images Attached Images

  2. #2
    Join Date
    Jul 2008
    Posts
    139
    Thanks
    9
    Thanked 18 Times in 15 Posts
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: QT Embedded Installation Problem

    Hi, seems I always have the strange problems. I solved this problem by debugging the 'configure' script, this line in the configure script was squashing my QTCONFIG_FLAGS, so none of them appeared in the qconfig.h file. i removed the 'sort' and the qconfig.h file was created correctly. I suppose it's related to my scripting tools on the linux machine.
    Qt Code:
    1. [ '!' -z "$AWK" ] && QCONFIG_FLAGS=`echo $QCONFIG_FLAGS | $AWK '{gsub(" ", "\n"); print}' | sort | uniq`
    To copy to clipboard, switch view to plain text mode 

  3. #3
    Join Date
    Jun 2010
    Posts
    102
    Thanks
    3
    Qt products
    Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: QT Embedded Installation Problem

    g++: .obj/release-shared-emb-generic/qdom.o: No such file or directory
    make[1]: *** [../../lib/libQtXml.so.4.7.0] Error 1
    when i build error, why ?
    Contact: Skype: sonnh89
    Yahoo: nhs_0702@yahoo.com

    Liên hệ SKype: sonnh89

Similar Threads

  1. Qt/Embedded installation Failure
    By rakesh619 in forum Installation and Deployment
    Replies: 3
    Last Post: 15th August 2010, 14:57
  2. Problem while installation
    By Basti300 in forum Qwt
    Replies: 0
    Last Post: 10th May 2010, 12:26
  3. Qt Embedded Phonon installation
    By Rajeshsan in forum Installation and Deployment
    Replies: 2
    Last Post: 27th April 2010, 05:56
  4. Serious installation problem
    By Morea in forum Installation and Deployment
    Replies: 1
    Last Post: 19th September 2007, 10:15
  5. Qt/Embedded Installation error during make
    By mahe2310 in forum Installation and Deployment
    Replies: 5
    Last Post: 7th September 2006, 04:05

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.