Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Clonning "conncetivity" verisons issues
Forum Updated to NodeBB v4.3 + New Features

Clonning "conncetivity" verisons issues

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
7 Posts 2 Posters 781 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    Am I stuck in " not currently usable " or can I bypass this problem?
    I am getting conflicting errors and need to know if there is a way to bypass them.
    First one is a "warning" basically saying 6.7 is nowhere to be found - which shoud mean just that - warning.
    The second makes no sense since the "git" source uses 6.6 and I was able to select"kit 6.6 "

    My question is
    can I really ignore the 6.7 ?
    and
    can I select 6.5 and hope it will pass?

    PS
    Is there a way to "configure" the cloned project without having to rerun the cloning and then select the kit?

    5b4ec8f8-6bdc-4854-9739-4fe2cbfdf613-image.png

    Axel SpoerlA 1 Reply Last reply
    0
    • A Anonymous_Banned275

      Am I stuck in " not currently usable " or can I bypass this problem?
      I am getting conflicting errors and need to know if there is a way to bypass them.
      First one is a "warning" basically saying 6.7 is nowhere to be found - which shoud mean just that - warning.
      The second makes no sense since the "git" source uses 6.6 and I was able to select"kit 6.6 "

      My question is
      can I really ignore the 6.7 ?
      and
      can I select 6.5 and hope it will pass?

      PS
      Is there a way to "configure" the cloned project without having to rerun the cloning and then select the kit?

      5b4ec8f8-6bdc-4854-9739-4fe2cbfdf613-image.png

      Axel SpoerlA Offline
      Axel SpoerlA Offline
      Axel Spoerl
      Moderators
      wrote on last edited by
      #2

      @AnneRanch
      If I read this correctly, you are trying to compile the 6.7 (dev) connectivity submodule with a 6.6 kit.
      You could certainly gamble on the possibility to compile it with a lower version. But I wouldn't recommend it. Likely to cause grief and misery.

      If you want to work with a bleeding edge connectivity module, it's easier to just check out the 6.7 versions of qtbase, qtshadertools, qtdeclarative, qtconnectivity and compile it all together.

      Software Engineer
      The Qt Company, Oslo

      A 1 Reply Last reply
      1
      • Axel SpoerlA Axel Spoerl

        @AnneRanch
        If I read this correctly, you are trying to compile the 6.7 (dev) connectivity submodule with a 6.6 kit.
        You could certainly gamble on the possibility to compile it with a lower version. But I wouldn't recommend it. Likely to cause grief and misery.

        If you want to work with a bleeding edge connectivity module, it's easier to just check out the 6.7 versions of qtbase, qtshadertools, qtdeclarative, qtconnectivity and compile it all together.

        A Offline
        A Offline
        Anonymous_Banned275
        wrote on last edited by
        #3

        @Axel-Spoerl No, I did configured "all kits" which probably is not correct. I did not specifically configure 6.7 - I do not have that installed. And again - why care if it is a warning.. I am currently downloading all 6.x kits and see what it will do . The latest in git is 6.6 so I'll see...

        PS I keep cloning and like to keep same folder...but Qt complains it is in use , but give no option to "delete" it... only rename...

        A 1 Reply Last reply
        0
        • A Anonymous_Banned275

          @Axel-Spoerl No, I did configured "all kits" which probably is not correct. I did not specifically configure 6.7 - I do not have that installed. And again - why care if it is a warning.. I am currently downloading all 6.x kits and see what it will do . The latest in git is 6.6 so I'll see...

          PS I keep cloning and like to keep same folder...but Qt complains it is in use , but give no option to "delete" it... only rename...

          A Offline
          A Offline
          Anonymous_Banned275
          wrote on last edited by
          #4

          @AnneRanch Update
          I have only 6.4.1 kit available however, "configuration" is disabled because " project failed to load" . So it is back to trying cloning using different git source....
          Pretty much typical Qt way not to really identify the issue , perhaps it will be " it is git problem , not Qt ..."

          A 1 Reply Last reply
          0
          • A Anonymous_Banned275

            @AnneRanch Update
            I have only 6.4.1 kit available however, "configuration" is disabled because " project failed to load" . So it is back to trying cloning using different git source....
            Pretty much typical Qt way not to really identify the issue , perhaps it will be " it is git problem , not Qt ..."

            A Offline
            A Offline
            Anonymous_Banned275
            wrote on last edited by Anonymous_Banned275
            #5

            @AnneRanch ...and here is more

            12c85499-4f83-45dd-8cc2-cd2c0bc17dba-image.png

            Any suggestion WHERE to set the " do not check for the 6.7 package " ?
            On second thugh - why disab;ing the warning ?

            It all makes no sense "checking for non existent package " and then give warning - which is stopping the process...and then "disabling the warning "....

            It defeats the purpose of "warning "....

            I guess my choice is to forget cloning and "cut and paste" all manually

            A 1 Reply Last reply
            0
            • A Anonymous_Banned275

              @AnneRanch ...and here is more

              12c85499-4f83-45dd-8cc2-cd2c0bc17dba-image.png

              Any suggestion WHERE to set the " do not check for the 6.7 package " ?
              On second thugh - why disab;ing the warning ?

              It all makes no sense "checking for non existent package " and then give warning - which is stopping the process...and then "disabling the warning "....

              It defeats the purpose of "warning "....

              I guess my choice is to forget cloning and "cut and paste" all manually

              A Offline
              A Offline
              Anonymous_Banned275
              wrote on last edited by
              #6

              @AnneRanch ... this is an exercise in futility....
              I like to ask a FINAL question
              does anybody , including the coders who maintain the "connectivity" git hub , actually MAKE / MADE the "btchat example " to work ?

              What good is an example if it does not work with current versions ?

              Axel SpoerlA 1 Reply Last reply
              0
              • A Anonymous_Banned275

                @AnneRanch ... this is an exercise in futility....
                I like to ask a FINAL question
                does anybody , including the coders who maintain the "connectivity" git hub , actually MAKE / MADE the "btchat example " to work ?

                What good is an example if it does not work with current versions ?

                Axel SpoerlA Offline
                Axel SpoerlA Offline
                Axel Spoerl
                Moderators
                wrote on last edited by
                #7

                @AnneRanch
                I am confused about one thing: you say you are cloning, right? How exactly? How and what do you configure, compile?

                If you are cloning qt5.git, the latest dev (i.e. 6.7) is downloaded. If you then check out a version below 6.7, artifacts of sub modules existing only in dev will remain in your source tree. These would also produce the error messages mentioned.
                They have to be deleted with git clean -xdf.
                To answer your final question: yes.

                Software Engineer
                The Qt Company, Oslo

                1 Reply Last reply
                1

                • Login

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