Results 1 to 6 of 6

Thread: Qt/Embedded Installation error during make

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    80
    Thanks
    1
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Qt/Embedded Installation error during make

    Downloaded the following files….
    qt-embedded-2.3.10-eval.tar.gz
    qt-x11-eval-2.3.2.tar.gz
    We performed the operations specified in the doc/html/install-qws.html

    1. tar -xzf tmake-1.13.tar.gz
    2. export TMAKEDIR=$PWD/tmake-1.13
    3. tar -xzf qt-x11-2.3.2-commercial.tar.gz
    4. export QT2DIR=$PWD/qt-2.3.2
    5. tar -xzf qt-embedded-2.3.10-commercial.tar.gz
    6. export QTEDIR=$PWD/qt-2.3.10
    7. cd $QT2DIR
    8. export TMAKEPATH=$TMAKEDIR/lib/linux-g++
    9. export QTDIR=$QT2DIR
    10. export PATH=$QTDIR/bin:$PATH
    11. export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
    12. ./configure -no-xft
    13. make

    But during make operation, the following occurred.
    Qt Code:
    1. make[1]: Entering directory `/root/qt-2.3.2'
    2. cd src/moc; make
    3. make[2]: Entering directory `/root/qt-2.3.2/src/moc'
    4. g++ -c -I/root/qt-2.3.2/include -Wno-unused -Wno-parentheses -pipe -O2 -Wall -W -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o mocgen.o mocgen.cpp
    5. /root/qt-2.3.2/include/qdatetime.h:51: warning: _$(B!F_(Bclass QDate_$(B!G_(B has virtual functions but non-virtual destructor
    6. y.tab.c: In function _$(B!F_(Bint yyparse()_$(B!G_(B:
    7. y.tab.c:3102: warning: suggest parentheses around assignment used as truth value
    8. y.tab.c:3150: warning: label _$(B!F_(Byyerrlab_$(B!G_(B defined but not used
    9. y.tab.c:3145: warning: label _$(B!F_(Byynewerror_$(B!G_(B defined but not used
    10. mocgen.cpp: At global scope:
    11. mocgen.cpp:3: warning: _$(B!F_(Byysccsid_$(B!G_(B defined but not used
    12. g++ -c -I/root/qt-2.3.2/include -Wno-unused -Wno-parentheses -pipe -O2 -Wall -W -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o qbuffer.o ../tools/qbuffer.cpp
    13. g++ -c -I/root/qt-2.3.2/include -Wno-unused -Wno-parentheses -pipe -O2 -Wall -W -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o qcollection.o ../tools/qcollection.cpp
    14. g++ -c -I/root/qt-2.3.2/include -Wno-unused -Wno-parentheses -pipe -O2 -Wall -W -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o qcstring.o ../tools/qcstring.cpp
    15. g++ -c -I/root/qt-2.3.2/include -Wno-unused -Wno-parentheses -pipe -O2 -Wall -W -DQT_NO_CODECS -DQT_LITE_UNICODE -I../../include -I../tools -I. -o qdatastream.o ../tools/qdatastream.cpp
    16.  
    17. .
    18. .
    19. .
    20. .
    21. .
    22. .
    23.  
    24. g++ -c -I/usr/X11R6/include -I/root/qt-2.3.2/include -I/usr/X11R6/include -pipe -O2 -Wall -W -fPIC -DQT_BUILTIN_GIF_READER=0 -DQT_NO_IMAGEIO_JPEG -DQT_NO_IMAGEIO_MNG -DQT_NO_XKB -I/root/qt-2.3.2/src/3rdparty/zlib -I/root/qt-2.3.2/src/3rdparty/libpng -o tools/qtsciicodec.o tools/qtsciicodec.cpp
    25. g++ -c -I/usr/X11R6/include -I/root/qt-2.3.2/include -I/usr/X11R6/include -pipe -O2 -Wall -W -fPIC -DQT_BUILTIN_GIF_READER=0 -DQT_NO_IMAGEIO_JPEG -DQT_NO_IMAGEIO_MNG -DQT_NO_XKB -I/root/qt-2.3.2/src/3rdparty/zlib -I/root/qt-2.3.2/src/3rdparty/libpng -o tools/qutfcodec.o tools/qutfcodec.cpp
    26. g++ -c -I/usr/X11R6/include -I/root/qt-2.3.2/include -I/usr/X11R6/include -pipe -O2 -Wall -W -fPIC -DQT_BUILTIN_GIF_READER=0 -DQT_NO_IMAGEIO_JPEG -DQT_NO_IMAGEIO_MNG -DQT_NO_XKB -I/root/qt-2.3.2/src/3rdparty/zlib -I/root/qt-2.3.2/src/3rdparty/libpng -o kernel/qpsprinter.o kernel/qpsprinter.cpp
    27. /root/qt-2.3.2/include/qdatetime.h:51: warning: _$(B!F_(Bclass QDate_$(B!G_(B has virtual functions but non-virtual destructor
    28. /root/qt-2.3.2/include/qjpunicode.h:90: warning: _$(B!F_(Bclass QJpUnicodeConv_$(B!G_(B has virtual functions but non-virtual destructor
    29. kernel/qpsprinter.cpp: In member function _$(B!F_(BUSHORT QPSPrinterFontTTF::unicode_for_glyph(int)_$(B!G_(B:
    30. kernel/qpsprinter.cpp:3328: warning: _$(B!F_(Boffset_$(B!G_(B may be used uninitialized in this function
    31. /root/qt-2.3.2/bin/moc kernel/qthread_unix.cpp -o kernel/qthread_unix.moc
    32. /root/qt-2.3.2/bin/moc: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
    33. make[2]: *** [kernel/qthread_unix.moc] Error 127
    34. make[2]: Leaving directory `/root/qt-2.3.2/src'
    35. make[1]: *** [sub-src] Error 2
    36. make[1]: Leaving directory `/root/qt-2.3.2'
    37. make: *** [init] Error 2
    To copy to clipboard, switch view to plain text mode 
    Help me to rectify the following error.

    Thanks in advance...

    mahe2310
    Last edited by mahe2310; 21st February 2006 at 06:52. Reason: correction

Similar Threads

  1. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 05:57

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.