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. Qt 5.3.0 Compilation error

Qt 5.3.0 Compilation error

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.4k 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
    athavan
    wrote on last edited by
    #1

    -I/home/fossil/athavan/workdir/Packeges/qt-everywhere-opensource-src-5.3.0-beta/qtbase/mkspecs/linux-g++ -I. -I../../include -I../../include/Enginio -I/home/fossil/athavan/workdir/Packeges/qt-everywhere-opensource-src-5.3.0-beta/qtenginio/include/Enginio/1.0.4 -I/home/fossil/athavan/workdir/Packeges/qt-everywhere-opensource-src-5.3.0-beta/qtenginio/include/Enginio/1.0.4/Enginio -I/home/fossil/athavan/workdir/Packeges/qt-everywhere-opensource-src-5.3.0-beta/qtbase/include -I/home/fossil/athavan/workdir/Packeges/qt-everywhere-opensource-src-5.3.0-beta/qtbase/include/QtNetwork -I/home/fossil/athavan/workdir/Packeges/qt-everywhere-opensource-src-5.3.0-beta/qtbase/include/QtCore/5.3.0 -I/home/fossil/athavan/workdir/Packeges/qt-everywhere-opensource-src-5.3.0-beta/qtbase/include/QtCore/5.3.0/QtCore -I/home/fossil/athavan/workdir/Packeges/qt-everywhere-opensource-src-5.3.0-beta/qtbase/include/QtGui -I/home/fossil/athavan/workdir/Packeges/qt-everywhere-opensource-src-5.3.0-beta/qtbase/include/QtCore -I.moc -o .obj/enginiobackendconnection.o enginiobackendconnection.cpp
    enginiobackendconnection.cpp:42:56: error: Enginio/private/enginiobackendconnection_p.h: No such file or directory
    enginiobackendconnection.cpp:44:45: error: Enginio/private/enginioclient_p.h: No such file or directory
    enginiobackendconnection.cpp:217: error: ‘EnginioBackendConnection’ has not been declared
    enginiobackendconnection.cpp:217: error: ISO C++ forbids declaration of ‘EnginioBackendConnection’ with no type
    enginiobackendconnection.cpp: In function ‘int EnginioBackendConnection(QObject*)’:
    enginiobackendconnection.cpp:218: error: only constructors take base initializers
    enginiobackendconnection.cpp: At global scope:
    enginiobackendconnection.cpp:264: error: ‘EnginioBackendConnection’ is not a class, namespace, or enumeration
    enginiobackendconnection.cpp:264: error: ‘WebSocketCloseStatus’ has not been declared
    enginiobackendconnection.cpp: In function ‘void protocolError(const char*, int)’:
    enginiobackendconnection.cpp:268: error: ‘_tcpSocket’ was not declared in this scope
    enginiobackendconnection.cpp: At global scope:
    enginiobackendconnection.cpp:271: error: ‘EnginioBackendConnection’ is not a class, namespace, or enumeration
    enginiobackendconnection.cpp:280: error: ‘_pingTimeoutTimer’ was not declared in this scope
    /usr/include/unistd.h:350: error: too few arguments to function ‘int close(int)’
    enginiobackendconnection.cpp:531: error: invalid use of incomplete type ‘struct EnginioClientConnectionPrivate’
    ../../include/Enginio/../../src/enginio_client/enginioclientconnection.h:57: error: forward declaration of ‘struct EnginioClientConnectionPrivate’
    enginiobackendconnection.cpp:534: error: invalid use of incomplete type ‘struct QJsonDocument’
    /home/fossil/athavan/workdir/Packeges/qt-everywhere-opensource-src-5.3.0-beta/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:1742: error: forward declaration of ‘struct QJsonDocument’
    enginiobackendconnection.cpp:590: error: ‘_tcpSocket’ was not declared in this scope
    make[3]: *** [.obj/enginiobackendconnection.o] Error 1
    make[3]: Leaving directory /home/fossil/athavan/workdir/Packeges/qt-everywhere-opensource-src-5.3.0-beta/qtenginio/src/enginio_client' make[2]: *** [sub-enginio_client-install_subtargets] Error 2 make[2]: Leaving directory /home/fossil/athavan/workdir/Packeges/qt-everywhere-opensource-src-5.3.0-beta/qtenginio/src'
    make[1]: *** [sub-src-install_subtargets] Error 2
    make[1]: Leaving directory `/home/fossil/athavan/workdir/Packeges/qt-everywhere-opensource-src-5.3.0-beta/qtenginio'
    make: *** [module-qtenginio-install_subtargets] Error 2

    while i am giving make install facing this error...

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You should first download the latest package for 5.3, it was officially released and 5.3.1 is almost out.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

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

        Hi, thank you for your reply.. i fixed that issue using Qt 5.3.1 released one..

        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