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 Systems / Qt Service Framework Install
Forum Updated to NodeBB v4.3 + New Features

Qt Systems / Qt Service Framework Install

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 1.7k Views 2 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.
  • DenelthD Offline
    DenelthD Offline
    Denelth
    wrote on last edited by
    #1

    Ive been trying for the last few days to work out how to add these modueles to my QT5.5 /5.4 instilation, first of all is this still posible and if so how do i do it every time i run qmake / make i get a make error 2 on the publishsubscribe build process

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

      Hi and welcome to devnet,

      What error are you getting ? Where did you get the sources ?

      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
      • DenelthD Offline
        DenelthD Offline
        Denelth
        wrote on last edited by
        #3

        Sorry about the late reply just got back from a trip
        i got the source from this repo
        its required for a dead project im working on
        http://code.qt.io/cgit/qt/qtsystems.git/tree/

        its required for a dead project im working on

        this is the full build output
        E:\Qt\5.4\Src\qtsystems>make
        cd src\ && ( if not exist Makefile E:\Qt\5.4\msvc2013_64\bin\qmake.exe E:\Qt\5.4
        \Src\qtsystems\src\src.pro -o Makefile ) && make -f Makefile
        make[1]: Entering directory E:/Qt/5.4/Src/qtsystems/src' cd publishsubscribe\ && ( if not exist Makefile E:\Qt\5.4\msvc2013_64\bin\qmake. exe E:\Qt\5.4\Src\qtsystems\src\publishsubscribe\publishsubscribe.pro -o Makefil e ) && make -f Makefile make[2]: Entering directory E:/Qt/5.4/Src/qtsystems/src/publishsubscribe'
        make -f Makefile.Release
        make[3]: Entering directory E:/Qt/5.4/Src/qtsystems/src/publishsubscribe' Makefile.Release:106: *** missing separator. Stop. make[3]: Leaving directory E:/Qt/5.4/Src/qtsystems/src/publishsubscribe'
        make[2]: *** [release] Error 2
        make[2]: Leaving directory E:/Qt/5.4/Src/qtsystems/src/publishsubscribe' make[1]: *** [sub-publishsubscribe-make_first-ordered] Error 2 make[1]: Leaving directory E:/Qt/5.4/Src/qtsystems/src'
        make: *** [sub-src-make_first-ordered] Error 2

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

          How did you call qmake in the first place ?

          In any case, one simple way to build it is to open the module in Qt Creator

          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
          • DenelthD Offline
            DenelthD Offline
            Denelth
            wrote on last edited by
            #5

            i run qmake from the build console provided by qt

            as for compiling with creator dispite not correctly finding the include paths for all the headers i am apparently still missing glib.h and this 'QtCore/private/qcoreapplication_p.h'

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

              Did you call configure in Qt's sources once ?

              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

              • Login

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