Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Compiling QtRemoteObjects

Compiling QtRemoteObjects

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
7 Posts 2 Posters 1.7k Views
  • 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.
  • V Offline
    V Offline
    vlada
    wrote on last edited by vlada
    #1

    Hi,

    I would like to implement Android service for my application. I'm following this guide. But unfortunately I can not compile QtRemoteObjects.

    I downloaded the source as a ZIP, installed Perl (as it is required by qmake), run qmake.exe and then make.exe (from Android SDK). The make step finished with this error:

    make (e=2): Systém nemůže nalézt uvedený soubor.
    make[2]: *** [.obj\qconnection_local_backend.obj] Error 2
    make[2]: Leaving directory `C:/QtProjects/qtremoteobjects/src/remoteobjects'
    make[1]: *** [sub-remoteobjects-make_first-ordered] Error 2
    make[1]: Leaving directory `C:/QtProjects/qtremoteobjects/src'
    make: *** [sub-src-make_first] Error 2
    

    The first line says that the file can not be found.

    Did I do something wrong?

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

      Hi,

      What files are missing ? Which low version are you targeting ?

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

        The file .obj\qconnection_local_backend.obj is missing. It really isn't there.

        I'm targeting Android ARMv7. I also tried Windows x86 using mingw32 compiler with the same result.

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

          Which version of Qt are you trying to build ?

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

            I'm trying it with the latest 5.8. But now I found that QtRemoteObjects is included in Qt 5.9 beta installer. So I might try to install it using the Qt Maintenance Tool.

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

              By the way, where did you get the code from ?

              The official repos are at https://code.qt.io

              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
              • V Offline
                V Offline
                vlada
                wrote on last edited by
                #7

                I downloaded it form https://github.com/qt/qtremoteobjects

                The repository mentioned in the guide doesn't exist anymore since it was moved from playground to technical preview. I'll try it again from your link...

                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