Results 1 to 4 of 4

Thread: Qtopia core 4 make problem on FC5

  1. #1

    Default Qtopia core 4 make problem on FC5

    I am using FC5. I have successfully installed Qt 4.1.4 on my PC. Now I want to install qtopia for my ARM board.
    I have download the file "qtopia-core-opensource-src-4.1.4.tar.gz" from TrollTech. Unzip it and in the Terminal, type the following commands:
    #./configure
    #gmake

    then, it fail... Can anyone tell me the reson? I wonder if FC5 can install Qtopia core 4.1.4 or can Qtopia and Qt install in a same system.

    Thank you so much!!!

  2. #2
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qtopia core 4 make problem on FC5

    Could you be more specific - how does it fail? Also, according to this page: http://doc.trolltech.com/4.1/qtopiac...ng-the-library you need to add arguments to your configure call.

  3. #3

    Default Re: Qtopia core 4 make problem on FC5

    I am using the arm cross compiler gcc version 3.4.1.

    I do the configure like this:

    ./configure -qt-gif -qt-libjpeg -qvfb -little-endian -embedded arm

    then gmake. Belows are the error show on screen:

    arm-linux-g++ -c -pipe -fno-exceptions -g -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_NO_QWS_KBD_SL5000 -DQT_NO_QWS_KBD_USB -DQT_NO_QWS_KBD_YOPY -DQT_NO_QWS_KBD_VR41XX -DQT_NO_QWS_MOUSE_BUS -DQT_NO_QWS_MOUSE_LINUXTP -DQT_NO_QWS_MOUSE_VR41XX -DQT_NO_QWS_MOUSE_YOPY -DQT_NO_QWS_MOUSE_TSLIB -DQT_RASTER_IMAGEENGINE -DQT_RASTER_PAINTENGINE -DQT_PDF_SUPPORT -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSXP -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/qws/linux-arm-g++ -I. -I../../include/QtCore -I../../include -I../../include/QtGui -I../3rdparty/libpng -I../3rdparty/zlib -I/usr/include/freetype2 -I../3rdparty/opentype -I../../include/QtNetwork -I.moc/debug-shared-emb-arm -I. -o .obj/debug-shared-emb-arm/qpaintengine.o painting/qpaintengine.cpp
    In file included from ../../include/QtGui/private/qfontengine_p.h:1,
    from painting/qpaintengine.cpp:73:
    ../../include/QtGui/private/../../../src/gui/text/qfontengine_p.h:215:22: ft2build.h: No such file or directory
    ../../include/QtGui/private/../../../src/gui/text/qfontengine_p.h:216:10: #include expects "FILENAME" or <FILENAME>
    In file included from ../../include/QtGui/private/qfontengine_p.h:1,
    from painting/qpaintengine.cpp:73:
    ../../include/QtGui/private/../../../src/gui/text/qfontengine_p.h:221: error: `FT_Face' has not been declared
    ../../include/QtGui/private/../../../src/gui/text/qfontengine_p.h:221: error: ISO C++ forbids declaration of `face' with no type
    ../../include/QtGui/private/../../../src/gui/text/qfontengine_p.h:223: error: `FT_Face' does not name a type
    ../../include/QtGui/private/../../../src/gui/text/qfontengine_p.h:263: error: `FT_Face' does not name a type
    ../../include/QtGui/private/../../../src/gui/text/qfontengine_p.h:273: error: `FT_Library' does not name a type
    gmake[3]: *** [.obj/debug-shared-emb-arm/qpaintengine.o] Error 1
    gmake[3]: Leaving directory `/tmp/qtopia-core-opensource-src-4.1.4/src/gui'
    gmake[2]: *** [debug-all] Error 2
    gmake[2]: Leaving directory `/tmp/qtopia-core-opensource-src-4.1.4/src/gui'
    gmake[1]: *** [sub-gui-make_default-ordered] Error 2
    gmake[1]: Leaving directory `/tmp/qtopia-core-opensource-src-4.1.4/src'
    gmake: *** [sub-src-make_default-ordered] Error 2

    Could anyone help me?
    Thank you so much!!!!

  4. #4
    Join Date
    Apr 2007
    Posts
    3
    Qt products
    Platforms
    Unix/X11

    Default Qtopia core 4 make problem on FC6

    I type:
    #./configure -platform linux-g++ -xplatform linux-g++ -qvfb
    #gmake

    Error occurs:
    ./inputmethod/qwsinputcontext_qws.cpp 160: 'qt_sendSponeousEvent' :has not defined.
    [ make error]

Similar Threads

  1. Problem with make (can't call moc.exe)
    By johnny_sparx in forum Installation and Deployment
    Replies: 4
    Last Post: 14th September 2007, 13:02
  2. Qtopia install
    By dragon in forum Qt for Embedded and Mobile
    Replies: 14
    Last Post: 23rd August 2007, 09:55
  3. cross-compile the qtopia core 4
    By screen in forum Installation and Deployment
    Replies: 2
    Last Post: 11th August 2006, 09:40
  4. Problem of Core Dropped!
    By Stephano in forum General Programming
    Replies: 1
    Last Post: 10th May 2006, 15:59
  5. Replies: 16
    Last Post: 7th March 2006, 15: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.