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. QT 5.15.0 install :
Forum Updated to NodeBB v4.3 + New Features

QT 5.15.0 install :

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
77 Posts 5 Posters 19.8k 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.
  • hskoglundH hskoglund

    Hmm you're running as an Administrator, try logout and login as a normal user.

    D Offline
    D Offline
    dahu74fr
    wrote on last edited by
    #23

    @hskoglund I launched CMD as Administrator.
    Now i launched it as User.
    I am the only User on my computeur with Administrator rights.
    I must launch Debugview as Administrator.
    If not i have an error.
    Now, it's the same result :
    d1c77911-903d-4aab-bbdb-17b123b4b5e9-image.png

    1 Reply Last reply
    0
    • hskoglundH Offline
      hskoglundH Offline
      hskoglund
      wrote on last edited by hskoglund
      #24

      Ok, also check that the compiler works, in the same CMD window, type:

      C:\Programmation\qt\tools\mingw810_64\bin\g++ -v
      

      Edit: I forgot to ask, what error did you get when you tried to run DebugView as a User, not as an Administrator?

      D 1 Reply Last reply
      0
      • hskoglundH hskoglund

        Ok, also check that the compiler works, in the same CMD window, type:

        C:\Programmation\qt\tools\mingw810_64\bin\g++ -v
        

        Edit: I forgot to ask, what error did you get when you tried to run DebugView as a User, not as an Administrator?

        D Offline
        D Offline
        dahu74fr
        wrote on last edited by dahu74fr
        #25

        @hskoglund Yes. It works.
        For information, i downloaded Mingw 8.10 64 bits. I install it and compare the two directories. The one in Qt and the one i installed. Every thing is the same.

        An other step i tried : i have CodeBlocks installed on my computer. I try to launch the gdb32.exe in the directory of codeblocks and it works. (Third screenshot).

        Error launching DebugView :
        fa78e40d-4be9-4011-b820-f5d4f530f3f6-image.png

        6fca6a0a-c147-4715-b84a-4deff93e8b0c-image.png

        09b63063-fd3d-477b-a68f-59ab97550b4a-image.png

        1 Reply Last reply
        0
        • hskoglundH Offline
          hskoglundH Offline
          hskoglund
          wrote on last edited by
          #26

          I see, it might be the MinGW versions in CodeBlocks and Qt are fighting each other.
          So try launch another CMD window, this time click on the start button and type mingw then select this CMD:
          Screenshot 2020-07-09 at 14.48.59.png

          Note that it's called 7.3.9 but that's a typo, when you click on it it should show:
          Screenshot 2020-07-09 at 14.53.06.png
          In this CMD window type

          gdb
          
          D 1 Reply Last reply
          0
          • hskoglundH hskoglund

            I see, it might be the MinGW versions in CodeBlocks and Qt are fighting each other.
            So try launch another CMD window, this time click on the start button and type mingw then select this CMD:
            Screenshot 2020-07-09 at 14.48.59.png

            Note that it's called 7.3.9 but that's a typo, when you click on it it should show:
            Screenshot 2020-07-09 at 14.53.06.png
            In this CMD window type

            gdb
            
            D Offline
            D Offline
            dahu74fr
            wrote on last edited by
            #27

            @hskoglund Here is what i have :

            57c2cea2-5e67-448a-8ce4-1efc6e238b4f-image.png

            and the result :

            534e79c7-e6b2-4907-aa5f-e67e18240b6a-image.png

            1 Reply Last reply
            0
            • hskoglundH Offline
              hskoglundH Offline
              hskoglund
              wrote on last edited by
              #28

              Ok, looks good. try typing gdb in that CMD

              D 1 Reply Last reply
              1
              • hskoglundH hskoglund

                Ok, looks good. try typing gdb in that CMD

                D Offline
                D Offline
                dahu74fr
                wrote on last edited by
                #29

                @hskoglund Nothing more :

                314d28d9-5ae0-4e44-8339-d26b91663067-image.png

                I omited to tell you that i also tried to reinstall Qt in the path by default "C:\Qt" after a full uninstall (with deleting "C:\Users\Administrateur PC\AppData\Roaming\QtProject", thinking that it was a Path issue. But i had the same result.

                1 Reply Last reply
                0
                • hskoglundH Offline
                  hskoglundH Offline
                  hskoglund
                  wrote on last edited by hskoglund
                  #30

                  Ok, but you have still have a Qt installed at C:\Programmation, right?

                  In that same CMD window, try again with gdb but first type:

                  set path=C:\Programmation\Qt\Tools\mingw810_64\bin
                  gdb
                  
                  D 1 Reply Last reply
                  1
                  • hskoglundH hskoglund

                    Ok, but you have still have a Qt installed at C:\Programmation, right?

                    In that same CMD window, try again with gdb but first type:

                    set path=C:\Programmation\Qt\Tools\mingw810_64\bin
                    gdb
                    
                    D Offline
                    D Offline
                    dahu74fr
                    wrote on last edited by dahu74fr
                    #31

                    @hskoglund
                    It doesn't works.
                    But it's normal because gdb.exe is not in the directory : "C:\Programmation\Qt\Tools\mingw810_64\bin".
                    It is in : "C:\Programmation\Qt\Tools\mingw810_64\bin". So i tried also.
                    Perhaps an issue of Path in the Qt configuration ! But i don't think so because it can launch G++.exe.

                    2f50e0b0-da1a-429a-a105-5cd824b69413-image.png

                    1 Reply Last reply
                    0
                    • hskoglundH Offline
                      hskoglundH Offline
                      hskoglund
                      wrote on last edited by
                      #32

                      Yeah, sorry I meant C:\Programmation\Qt\Tools\mingw810_64\bin.
                      Also, try this in the same CMD window as above:
                      gdborig

                      D 1 Reply Last reply
                      0
                      • hskoglundH hskoglund

                        Yeah, sorry I meant C:\Programmation\Qt\Tools\mingw810_64\bin.
                        Also, try this in the same CMD window as above:
                        gdborig

                        D Offline
                        D Offline
                        dahu74fr
                        wrote on last edited by
                        #33

                        @hskoglund I tried in my previous post. Here was the result :
                        e5d5b0cf-fb4b-40d9-b6d0-411256be5940-image.png

                        1 Reply Last reply
                        0
                        • hskoglundH Offline
                          hskoglundH Offline
                          hskoglund
                          wrote on last edited by
                          #34

                          You mean typing gdborig also returns nothing?

                          D 1 Reply Last reply
                          1
                          • hskoglundH hskoglund

                            You mean typing gdborig also returns nothing?

                            D Offline
                            D Offline
                            dahu74fr
                            wrote on last edited by
                            #35

                            @hskoglund Yes i have an error message :

                            4e7248f5-15dc-4c1b-b860-c16420cd795c-image.png

                            1 Reply Last reply
                            0
                            • hskoglundH Offline
                              hskoglundH Offline
                              hskoglund
                              wrote on last edited by
                              #36

                              The error message is correct, but could also check that MinGW's python works, try type:

                              C:\Programmation\Qt\Tools\mingw810_64\opt\bin\python
                              
                              D 1 Reply Last reply
                              1
                              • hskoglundH hskoglund

                                The error message is correct, but could also check that MinGW's python works, try type:

                                C:\Programmation\Qt\Tools\mingw810_64\opt\bin\python
                                
                                D Offline
                                D Offline
                                dahu74fr
                                wrote on last edited by dahu74fr
                                #37

                                @hskoglund said in QT 5.15.0 install ::

                                C:\Programmation\Qt\Tools\mingw810_64\opt\bin\python
                                I have also Python installed on my computer. The V3.8.3.
                                Here the result :
                                01f77d7a-4dde-4f68-98e9-ff364d8b612f-image.png

                                1 Reply Last reply
                                0
                                • hskoglundH Offline
                                  hskoglundH Offline
                                  hskoglund
                                  wrote on last edited by
                                  #38

                                  Hmm, tricky :-) one more, in the same CMD try:

                                  C:\Programmation\Qt\Tools\mingw810_64\opt\bin\gdbmtool.exe
                                  
                                  D 1 Reply Last reply
                                  1
                                  • hskoglundH hskoglund

                                    Hmm, tricky :-) one more, in the same CMD try:

                                    C:\Programmation\Qt\Tools\mingw810_64\opt\bin\gdbmtool.exe
                                    
                                    D Offline
                                    D Offline
                                    dahu74fr
                                    wrote on last edited by
                                    #39

                                    @hskoglund
                                    I have also Python installed on my computer. The V3.8.3.
                                    Result :
                                    d24d4e8b-9d7c-40cb-94a9-924fd89c5aa7-image.png

                                    1 Reply Last reply
                                    0
                                    • hskoglundH Offline
                                      hskoglundH Offline
                                      hskoglund
                                      wrote on last edited by
                                      #40

                                      Sure, but your V3.8.3 I think should not bother MinGW's version of python.
                                      One more check: in that same CMD, type:

                                      set path=C:\Programmation\Qt\Tools\mingw810_64\bin;C:\Programmation\Qt\Tools\mingw810_64\opt\bin
                                      gdborig
                                      D 1 Reply Last reply
                                      1
                                      • hskoglundH hskoglund

                                        Sure, but your V3.8.3 I think should not bother MinGW's version of python.
                                        One more check: in that same CMD, type:

                                        set path=C:\Programmation\Qt\Tools\mingw810_64\bin;C:\Programmation\Qt\Tools\mingw810_64\opt\bin
                                        gdborig
                                        D Offline
                                        D Offline
                                        dahu74fr
                                        wrote on last edited by
                                        #41

                                        @hskoglund said in QT 5.15.0 install ::

                                        set path=C:\Programmation\Qt\Tools\mingw810_64\bin;C:\Programmation\Qt\Tools\mingw810_64\opt\bin

                                        a079948f-ec03-4179-8232-cd7e0f6c78bc-image.png

                                        1 Reply Last reply
                                        0
                                        • hskoglundH Offline
                                          hskoglundH Offline
                                          hskoglund
                                          wrote on last edited by
                                          #42

                                          Hmm, you could be right, that your installed Python V3.8.3 is bullying MinGW's python 2.7, because on my Windows 10 without any Python 3.8.3 installed, when I set the path set path=C:\Qt\Tools\mingw810_64\bin;C:\Qt\Tools\mingw810_64\opt\bin and type gdborig this shows:
                                          Screenshot 2020-07-09 at 16.31.04.png

                                          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