Results 1 to 9 of 9

Thread: how to disable animation feature in Qt-everywhere-opensource-src-4.6.0

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2008
    Posts
    49
    Thanks
    2
    Thanked 4 Times in 1 Post

    Default how to disable animation feature in Qt-everywhere-opensource-src-4.6.0

    Hello, gus...

    I am compiling Qt-everywhere-opensource-src-4.6.0 for my embedded system, arm9 + linux2.6.20 based, cross toolchain is "gcc-3.4.5-glibc-2.3.6"

    I see that there is a "animation" feature new in Qt 4.6.0, but ...

    ./configure -no-feature-animation // see my attachments for more about configurations

    error:
    animation/qguivariantanimation.cpp:56: error: `_q_interpolate' is not a template function
    animation/qguivariantanimation.cpp:56: error: invalid function declaration
    animation/qguivariantanimation.cpp:64: error: `_q_interpolate' is not a template function
    animation/qguivariantanimation.cpp:64: error: invalid function declaration
    animation/qguivariantanimation.cpp: In function `int qRegisterGuiGetInterpolator()':
    animation/qguivariantanimation.cpp:70: error: `qRegisterAnimationInterpolator' was not declared in this scope
    animation/qguivariantanimation.cpp:70: error: expected primary-expression before '>' token
    animation/qguivariantanimation.cpp:70: error: `_q_interpolateVariant' was not declared in this scope
    animation/qguivariantanimation.cpp:70: error: expected primary-expression before '>' token
    animation/qguivariantanimation.cpp:70: error: expected primary-expression before ')' token
    animation/qguivariantanimation.cpp:71: error: expected primary-expression before '>' token
    animation/qguivariantanimation.cpp:71: error: expected primary-expression before '>' token
    animation/qguivariantanimation.cpp:71: error: expected primary-expression before ')' token
    animation/qguivariantanimation.cpp:72: error: expected primary-expression before '>' token
    animation/qguivariantanimation.cpp:72: error: expected primary-expression before '>' token
    animation/qguivariantanimation.cpp:72: error: expected primary-expression before ')' token
    animation/qguivariantanimation.cpp:73: error: expected primary-expression before '>' token
    animation/qguivariantanimation.cpp:73: error: expected primary-expression before '>' token
    animation/qguivariantanimation.cpp:73: error: expected primary-expression before ')' token
    animation/qguivariantanimation.cpp:74: error: expected primary-expression before '>' token
    animation/qguivariantanimation.cpp:74: error: expected primary-expression before '>' token
    animation/qguivariantanimation.cpp:74: error: expected primary-expression before ')' token
    animation/qguivariantanimation.cpp: In function `int qUnregisterGuiGetInterpolator()':
    animation/qguivariantanimation.cpp:82: error: `qRegisterAnimationInterpolator' was not declared in this scope
    animation/qguivariantanimation.cpp:82: error: expected primary-expression before '>' token
    animation/qguivariantanimation.cpp:84: error: expected primary-expression before '>' token
    animation/qguivariantanimation.cpp:86: error: expected primary-expression before '>' token
    animation/qguivariantanimation.cpp:88: error: expected primary-expression before '>' token
    animation/qguivariantanimation.cpp:90: error: expected primary-expression before '>' token
    make[2]: *** [.obj/release-shared-emb-arm/qguivariantanimation.o] Error 1
    make[2]: *** Waiting for unfinished jobs....
    embedded/qscreenlinuxfb_qws.cpp: In member function `virtual bool QLinuxFbScreen::connect(const QString&)':
    embedded/qscreenlinuxfb_qws.cpp:346: warning: comparison between signed and unsigned integer expressions
    embedded/qscreenlinuxfb_qws.cpp:348: warning: comparison between signed and unsigned integer expressions
    make[2]: Leaving directory `/home/wesley/workspace/te9263/external-components/qt/_build/qt-everywhere-opensource-src-4.6.0/src/gui'
    make[1]: *** [sub-gui-make_default-ordered] Error 2
    make[1]: Leaving directory `/home/wesley/workspace/te9263/external-components/qt/_build/qt-everywhere-opensource-src-4.6.0'
    make: *** [all] Error 2

    ================================================== ===================================

    Is there something wrong ?

    As you see(see my attachments for more abot the errors), there is not a QT_NO_ANIMATON in the compiler flags list, but actually I disable the "animation" module in configure.

    how to disable "animation" in Qt 4.6.0, or how to work around this error if i keep animation turn on..?

    Any idea .?

    the attached files are stored using unix format, so you may want to use the ultraEdit or something else to open it..

    Thanks every much...

    /WX
    Attached Files Attached Files
    Last edited by wesley; 7th January 2010 at 18:28.

Similar Threads

  1. How to turn off this annoying feature of QColumnView?
    By jwieland in forum Qt Programming
    Replies: 11
    Last Post: 3rd September 2010, 17:38
  2. Qt on S60 problem:'Menu Feature not supported'
    By Amit_3117 in forum Qt Programming
    Replies: 1
    Last Post: 13th October 2009, 06:38
  3. Implementing Autoscroll feature in QT-WebKit
    By srinirao in forum Qt Programming
    Replies: 0
    Last Post: 3rd August 2009, 11:58
  4. Firebird SQL Driver and Feature POST_EVENT
    By estanisgeyer in forum Qt Programming
    Replies: 1
    Last Post: 28th October 2008, 20:49
  5. QTransform scaling and translate feature.
    By AmolShinde_8 in forum Qt Programming
    Replies: 1
    Last Post: 18th October 2008, 10:31

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
  •  
Qt is a trademark of The Qt Company.