Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Problem compiling Qt-Mobility

Problem compiling Qt-Mobility

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 3.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    arborbr01
    wrote on last edited by
    #1

    I tried to compile Qt-Mobility-1.2.0 and received thew following error Message:
    "ipc/qmetaobjectbuilder.cpp:1430:41: error: invalid conversion from ‘QtMobility::QMetaObjectBuilder::StaticMetacallFunction {aka int ()(QMetaObject::Call, int, void**)}’ to ‘QMetaObjectExtraData::StaticMetacallFunction {aka void ()(QObject*, QMetaObject::Call, int, void**)}’ [-fpermissive]"

    I'd like to know the cause of this message.

    Thanks in advance.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AcerExtensa
      wrote on last edited by
      #2

      Ubuntu, right? Open .pro file and add
      @QMAKE_CXXFLAGS = -fpermissive@
      P.S.: don't forget to run qmake again after editing .pro file....

      if don't help, open Makefile and add -fpermissive to CXXFLAGS line

      God is Real unless explicitly declared as Integer.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        arborbr01
        wrote on last edited by
        #3

        Thank you a lot AcerExtensa.
        Everrything gona be allright.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved