Results 1 to 3 of 3

Thread: qt-embedded-linux 4.4.3 compiling error

  1. #1
    Join Date
    Apr 2006
    Posts
    7
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default qt-embedded-linux 4.4.3 compiling error

    compiling qt-embedded with arm-linux-g++ 4.0 on fedora 9 , the following is the compiling error:
    but when i compiling on fedora 4 with the same version arm-linux-g++, there is no error at all.
    embedded/qdecoration_qws.cpp: In static member function 'static void QDecoration::startMove(QWidget*)':
    ../../include/QtGui/../../src/gui/kernel/qwidget.h:139: error: 'QWidgetPrivate* QWidget::d_func()' is private
    embedded/qdecoration_qws.cpp:371: error: within this context
    embedded/qdecoration_qws.cpp:371: error: 'struct QTLWExtra' has no member named 'qwsManager'
    embedded/qdecoration_qws.cpp: In static member function 'static void QDecoration::startResize(QWidget*)':
    ../../include/QtGui/../../src/gui/kernel/qwidget.h:139: error: 'QWidgetPrivate* QWidget::d_func()' is private
    embedded/qdecoration_qws.cpp:388: error: within this context
    embedded/qdecoration_qws.cpp:388: error: 'struct QTLWExtra' has no member named 'qwsManager'
    make[1]: *** [.obj/release-shared-emb-arm/qdecoration_qws.o] 错误 1

  2. #2
    Join Date
    Apr 2006
    Posts
    7
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qt-embedded-linux 4.4.3 compiling error

    it seems that fuction d_func is a private slot,
    but why works on fedora 4?

  3. #3
    Join Date
    Apr 2006
    Posts
    7
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qt-embedded-linux 4.4.3 compiling error

    this problem is resolved :
    i uninstall the fedora 9 and install the debian lenny 5,then any problem is fixed!

Similar Threads

  1. nmake error during .pro compiling
    By mattia in forum Installation and Deployment
    Replies: 5
    Last Post: 18th June 2008, 11:15
  2. Compile 4.4.0
    By LordQt in forum Installation and Deployment
    Replies: 18
    Last Post: 29th May 2008, 14:43
  3. QPSQL driver in windows
    By brevleq in forum Installation and Deployment
    Replies: 31
    Last Post: 14th December 2007, 13:57
  4. Error compiling psql plugin
    By vieraci in forum Installation and Deployment
    Replies: 4
    Last Post: 7th October 2007, 03:49
  5. qt 4.2.2 install on aix
    By try to remember in forum Installation and Deployment
    Replies: 2
    Last Post: 28th March 2007, 13:19

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.