Results 1 to 2 of 2

Thread: Compilation error

  1. #1
    Join Date
    Feb 2011
    Posts
    10
    Qt products
    Qt3 Qt4 Qt/Embedded PyQt3 PyQt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Compilation error

    Hi All,

    I want to run Symbian C++ application on Qt creator. i downloaded the SMS Example from http://www.forum.nokia.com/info/sw.n...S_Example.html. While Building it shows the following errors :

    " H:/QtSDK/Symbian/SDKs/Symbian3Qt471/epoc32/include/mw/eikccpu.h:230: error: extra qualification 'CAknCcpuSupport::' on member 'UseNewCBAToCoverEmbedCBA'
    H:/QtSDK/Symbian/SDKs/Symbian3Qt471/epoc32/include/mw/eikedwin.h:1586: error: extra qualification 'CEikEdwin::' on member 'AknEditorFlags'

    H:/QtExamples/SMSApplication/SMSExampleMtmsEngine.cpp:11: fatal error: mmsclient.h: No such file or directory compilation terminated."

    in my .pro file i include the following LIBS....
    symbian {

    TARGET.UID3 = 0x2003B01D
    TARGET.CAPABILITY = ReadUserData \
    WriteUserData \
    NetworkServices \
    LIBS += -lcone -leikcore -lavkon -lhwrmvibraclient -lmediaclientaudio -lprofileengine -lcntmodel -leikctl -leikcoctl -luiklaf -lform -letel3rdparty -lmmscli -llibintl3
    }

    Can anyone help me to avoid thos errors.
    Thanks...

  2. #2
    Join Date
    Jun 2010
    Posts
    4
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Compilation error

    got the same error

    any help

Similar Threads

  1. qt4.6.3 compilation error
    By egemen_kaleli in forum Installation and Deployment
    Replies: 0
    Last Post: 12th November 2010, 08:25
  2. Qt 4 compilation error
    By mansoorulhaq in forum Installation and Deployment
    Replies: 1
    Last Post: 8th October 2007, 07:20
  3. Compilation Error
    By mambo in forum Qt Programming
    Replies: 4
    Last Post: 1st September 2006, 15:37

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.