Results 1 to 2 of 2

Thread: QPA plugin Compile error on 4.8 version

  1. #1
    Join Date
    Nov 2011
    Posts
    4
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default QPA plugin Compile error on 4.8 version

    Hi All,

    I have problem with plugin compile..

    I have installed qt embedded with "-qpa" option.

    and compiled in "/src/plugins/platforms"

    I have error log as below

    [root@localhost platforms]# make
    cd minimal/ && make -f Makefile
    make[1]: Entering directory `/usr/local/qt-mips/src/plugins/platforms/minimal'
    /usr/local/qt-mips/bin/qmake -spec ../../../../mkspecs/qws/linux-mips-g++ -o Makefile minimal.pro
    make[1]: Leaving directory `/usr/local/qt-mips/src/plugins/platforms/minimal'
    make[1]: Entering directory `/usr/local/qt-mips/src/plugins/platforms/minimal'
    mipsisa32r2el-timesys-linux-gnu-g++ -c -pipe -mips32r2 -fno-exceptions -O2 -fvisibility=hidden -fvisibility-inlines-hidden -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../mkspecs/qws/linux-mips-g++ -I. -I../../../../include/QtCore -I../../../../include/QtNetwork -I../../../../include/QtGui -I../../../../include -I.moc/release-shared-emb-mips -o .obj/release-shared-emb-mips/main.o main.cpp
    mipsisa32r2el-timesys-linux-gnu-g++ -c -pipe -mips32r2 -fno-exceptions -O2 -fvisibility=hidden -fvisibility-inlines-hidden -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../mkspecs/qws/linux-mips-g++ -I. -I../../../../include/QtCore -I../../../../include/QtNetwork -I../../../../include/QtGui -I../../../../include -I.moc/release-shared-emb-mips -o .obj/release-shared-emb-mips/qminimalintegration.o qminimalintegration.cpp
    mipsisa32r2el-timesys-linux-gnu-g++ -c -pipe -mips32r2 -fno-exceptions -O2 -fvisibility=hidden -fvisibility-inlines-hidden -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../mkspecs/qws/linux-mips-g++ -I. -I../../../../include/QtCore -I../../../../include/QtNetwork -I../../../../include/QtGui -I../../../../include -I.moc/release-shared-emb-mips -o .obj/release-shared-emb-mips/qminimalwindowsurface.o qminimalwindowsurface.cpp
    qminimalwindowsurface.cpp: In member function 'void QMinimalWindowSurface::resize(const QSize&)':
    qminimalwindowsurface.cpp:80: error: 'resize' is not a member of 'QWindowSurface'
    qminimalwindowsurface.cpp:81: error: 'platformIntegration' is not a member of 'QApplicationPrivate'
    make[1]: *** [.obj/release-shared-emb-mips/qminimalwindowsurface.o] Error 1
    make[1]: Leaving directory `/usr/local/qt-mips/src/plugins/platforms/minimal'
    make: *** [sub-minimal-make_default] Error 2
    [root@localhost platforms]#

  2. #2
    Join Date
    Oct 2011
    Posts
    4
    Thanks
    1
    Platforms
    Unix/X11 Windows

    Default Re: QPA plugin Compile error on 4.8 version

    I met the similar errors when compiling the latest 4.8 for wince5, I don't know why and gave up eventually.
    Later I tried 4.7.2, everything is ok. Probably 4.8 is not mature enough, I guess.

Similar Threads

  1. Compile static version of Qt and wiki tutorial
    By Suppaman in forum Installation and Deployment
    Replies: 5
    Last Post: 26th May 2011, 20:55
  2. problem using mysql plugin (version 2)
    By arjoshi in forum Installation and Deployment
    Replies: 1
    Last Post: 4th April 2011, 19:00
  3. How to compile a mysql plugin in the QT 4.7 version?
    By wter27 in forum Qt Programming
    Replies: 0
    Last Post: 29th January 2011, 04:26
  4. Replies: 3
    Last Post: 6th November 2010, 08:59
  5. How to access the version of a plugin ...
    By Mike in forum Qt Programming
    Replies: 0
    Last Post: 8th June 2009, 08:41

Tags for this Thread

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.