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. qtmir Source code build
Qt 6.11 is out! See what's new in the release blog

qtmir Source code build

Scheduled Pinned Locked Moved Unsolved General and Desktop
19 Posts 5 Posters 3.3k 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.
  • L Offline
    L Offline
    Likhitha_s
    wrote on last edited by
    #9

    Both of us were working on the same issue, so he also posted the same question.

    JonBJ SGaistS 2 Replies Last reply
    0
    • L Likhitha_s

      Both of us were working on the same issue, so he also posted the same question.

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #10

      @Likhitha_s
      To be clear: the other post asks for "How to Install qtmir in the Ubuntu 22.04" while you ask for "building qtmir source code in Ubuntu 24.04". Apart from the difference in Ubuntu version, the other post asks for "installing" while you ask for "building". These are not the same. You may be the correct one: if qtmir is only supplied as source code it has to be built not just installed.

      In any case the two links for qtmir mentioned by @SGaist both require building from source and have instructions/examples. What is your specific issue about "building for Ubuntu 24.04" which is not covered there? It looks like it has been written for Qt5 (specifically 5.4? which is very old). Ubuntu 22/24 come with Qt5 but at a later version (5.12?), or a Qt6 from the time the OS was released. If you are to use it all you will not want to use a Qt5.4, you will either have to see if it works for Qt5.12 maybe with minor tweaks or move it to Qt6 which possibly more changes. As for whether all the other sources/libraries it uses (e.g. did I see Unity?) are available you will have to investigate that.

      L 1 Reply Last reply
      0
      • L Likhitha_s

        Both of us were working on the same issue, so he also posted the same question.

        SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by SGaist
        #11

        @Likhitha_s said in qtmir Source code build:

        Both of us were working on the same issue, so he also posted the same question.

        Then it's a good idea that you state that you are both working on the same subject with different issues.

        In any case, please answer the questions I have asked.

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

        Christian EhrlicherC 1 Reply Last reply
        0
        • L Offline
          L Offline
          Likhitha_s
          wrote on last edited by
          #12

          @SGaist im trying to build qtmir source code ,using qt5, in Ubuntu version 24.04

          SGaistS 1 Reply Last reply
          0
          • JonBJ JonB

            @Likhitha_s
            To be clear: the other post asks for "How to Install qtmir in the Ubuntu 22.04" while you ask for "building qtmir source code in Ubuntu 24.04". Apart from the difference in Ubuntu version, the other post asks for "installing" while you ask for "building". These are not the same. You may be the correct one: if qtmir is only supplied as source code it has to be built not just installed.

            In any case the two links for qtmir mentioned by @SGaist both require building from source and have instructions/examples. What is your specific issue about "building for Ubuntu 24.04" which is not covered there? It looks like it has been written for Qt5 (specifically 5.4? which is very old). Ubuntu 22/24 come with Qt5 but at a later version (5.12?), or a Qt6 from the time the OS was released. If you are to use it all you will not want to use a Qt5.4, you will either have to see if it works for Qt5.12 maybe with minor tweaks or move it to Qt6 which possibly more changes. As for whether all the other sources/libraries it uses (e.g. did I see Unity?) are available you will have to investigate that.

            L Offline
            L Offline
            Likhitha_s
            wrote on last edited by
            #13

            @JonB im facing issue while building qtmir in Ubuntu 24.04 is missing packages(mirclient) dependency error

            JonBJ 1 Reply Last reply
            0
            • L Likhitha_s

              @JonB im facing issue while building qtmir in Ubuntu 24.04 is missing packages(mirclient) dependency error

              JonBJ Offline
              JonBJ Offline
              JonB
              wrote on last edited by
              #14

              @Likhitha_s
              README says

              Handy way to grab dependencies is with:
              $ sudo mk-build-deps -ir debian/control

              So I presume you did that. So what does that do for mirclient package? If it errors why does it do so, if it is trying to fetch stuff from the web are whatever files/packages it wants "from 8 years ago" still available for download?

              L 1 Reply Last reply
              0
              • SGaistS SGaist

                @Likhitha_s said in qtmir Source code build:

                Both of us were working on the same issue, so he also posted the same question.

                Then it's a good idea that you state that you are both working on the same subject with different issues.

                In any case, please answer the questions I have asked.

                Christian EhrlicherC Offline
                Christian EhrlicherC Offline
                Christian Ehrlicher
                Lifetime Qt Champion
                wrote on last edited by
                #15

                @SGaist said in qtmir Source code build:

                @Likhitha_s said in qtmir Source code build:

                Both of us were working on the same issue, so he also posted the same question.

                Then it's a good idea that you state that you are both working on the same subject with different issues.

                In any case, please answer the questions I have asked.

                From the same ip with the same browser? Nice try...

                Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
                Visit the Qt Academy at https://academy.qt.io/catalog

                Pl45m4P 1 Reply Last reply
                0
                • L Likhitha_s

                  @SGaist im trying to build qtmir source code ,using qt5, in Ubuntu version 24.04

                  SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #16

                  @Likhitha_s said in qtmir Source code build:

                  @SGaist im trying to build qtmir source code ,using qt5, in Ubuntu version 24.04

                  Which source code ? I already asked you to be more precise and accurate. I my previous post I linked two different repositories that provide qtmir. Which one are you using ? If not the GitLab one, did you check it since it seems to be more recent ?

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

                  L 1 Reply Last reply
                  0
                  • JonBJ JonB

                    @Likhitha_s
                    README says

                    Handy way to grab dependencies is with:
                    $ sudo mk-build-deps -ir debian/control

                    So I presume you did that. So what does that do for mirclient package? If it errors why does it do so, if it is trying to fetch stuff from the web are whatever files/packages it wants "from 8 years ago" still available for download?

                    L Offline
                    L Offline
                    Likhitha_s
                    wrote on last edited by
                    #17

                    @JonB As im aware mir is os repository ,mirclient is in mir package.
                    mir 1.x as this mirclient where as in mir 2.x it is deprecated
                    qtmir used mir 1.x version
                    ubuntu older versions till 20.04 contains mir 1.x version where as newer Ubuntu version supports only mir 2.x

                    1 Reply Last reply
                    0
                    • SGaistS SGaist

                      @Likhitha_s said in qtmir Source code build:

                      @SGaist im trying to build qtmir source code ,using qt5, in Ubuntu version 24.04

                      Which source code ? I already asked you to be more precise and accurate. I my previous post I linked two different repositories that provide qtmir. Which one are you using ? If not the GitLab one, did you check it since it seems to be more recent ?

                      L Offline
                      L Offline
                      Likhitha_s
                      wrote on last edited by
                      #18

                      @SGaist
                      source code which is in gitlab im trying to build
                      https://gitlab.com/ubports/development/core/qtmir

                      1 Reply Last reply
                      0
                      • Christian EhrlicherC Christian Ehrlicher

                        @SGaist said in qtmir Source code build:

                        @Likhitha_s said in qtmir Source code build:

                        Both of us were working on the same issue, so he also posted the same question.

                        Then it's a good idea that you state that you are both working on the same subject with different issues.

                        In any case, please answer the questions I have asked.

                        From the same ip with the same browser? Nice try...

                        Pl45m4P Offline
                        Pl45m4P Offline
                        Pl45m4
                        wrote on last edited by
                        #19

                        @Christian-Ehrlicher said in qtmir Source code build:

                        From the same ip with the same browser? Nice try...

                        Could be university/school public IP and same machine they share in PC pool / lab...
                        But yeah... posting the same stuff without sharing information with each other is dumb :)


                        If debugging is the process of removing software bugs, then programming must be the process of putting them in.

                        ~E. W. Dijkstra

                        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