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. Giving up on QT - can't add modules
Forum Updated to NodeBB v4.3 + New Features

Giving up on QT - can't add modules

Scheduled Pinned Locked Moved Solved General and Desktop
31 Posts 8 Posters 14.2k Views 1 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
    aha_1980
    Lifetime Qt Champion
    wrote on 18 Nov 2017, 09:36 last edited by
    #10

    @bandito:

    cat /proc/cpuinfo gives you your CPU information. if your CPU is Intel or AMD and younger than 10 years, or if you have more than 4 GB RAM, it is most likely 64 bit.

    Qt has to stay free or it will die.

    B 1 Reply Last reply 18 Nov 2017, 13:10
    3
    • M mrjj
      18 Nov 2017, 09:34

      Hi

      alt text

      B Offline
      B Offline
      bandito
      wrote on 18 Nov 2017, 13:04 last edited by
      #11

      @mrjj said in Giving up on QT - can't add modules:

      Here are the results:

      CPU op-mode(s):        32-bit, 64-bit
      CPU(s):                2
      On-line CPU(s) list:   0,1
      CPU family:            6
      Model name:            Intel(R) Core(TM)2 Duo CPU     P8400  @ 2.26GHz
      CPU MHz:               2267.000
      CPU max MHz:           2267.0000
      CPU min MHz:           800.0000
      
      

      I guess the script isn't running for other reasons.

      1 Reply Last reply
      0
      • A aha_1980
        18 Nov 2017, 09:36

        @bandito:

        cat /proc/cpuinfo gives you your CPU information. if your CPU is Intel or AMD and younger than 10 years, or if you have more than 4 GB RAM, it is most likely 64 bit.

        B Offline
        B Offline
        bandito
        wrote on 18 Nov 2017, 13:10 last edited by
        #12

        @aha_1980 said in Giving up on QT - can't add modules:

        cat /proc/cpuinfo

        Results from cat /proc/cpuinfo

        processor	: 0
        vendor_id	: GenuineIntel
        cpu family	: 6
        model		: 23
        model name	: Intel(R) Core(TM)2 Duo CPU     P8400  @ 2.26GHz
        stepping	: 6
        microcode	: 0x60f
        cpu MHz		: 2266.000
        cache size	: 3072 KB
        physical id	: 0
        siblings	: 2
        core id		: 0
        cpu cores	: 2
        apicid		: 0
        initial apicid	: 0
        fdiv_bug	: no
        f00f_bug	: no
        coma_bug	: no
        fpu		: yes
        fpu_exception	: yes
        cpuid level	: 10
        wp		: yes
        flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 lahf_lm tpr_shadow vnmi flexpriority dtherm
        bugs		:
        bogomips	: 4521.74
        clflush size	: 64
        cache_alignment	: 64
        address sizes	: 36 bits physical, 48 bits virtual
        power management:
        
        processor	: 1
        vendor_id	: GenuineIntel
        cpu family	: 6
        model		: 23
        model name	: Intel(R) Core(TM)2 Duo CPU     P8400  @ 2.26GHz
        stepping	: 6
        microcode	: 0x60f
        cpu MHz		: 800.000
        cache size	: 3072 KB
        physical id	: 0
        siblings	: 2
        core id		: 1
        cpu cores	: 2
        apicid		: 1
        initial apicid	: 1
        fdiv_bug	: no
        f00f_bug	: no
        coma_bug	: no
        fpu		: yes
        fpu_exception	: yes
        cpuid level	: 10
        wp		: yes
        flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 lahf_lm tpr_shadow vnmi flexpriority dtherm
        bugs		:
        bogomips	: 4521.74
        clflush size	: 64
        cache_alignment	: 64
        address sizes	: 36 bits physical, 48 bits virtual
        power management:
        

        Not sure how to read all of it but I see nothing that is 32 and lots that is 64.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          aha_1980
          Lifetime Qt Champion
          wrote on 18 Nov 2017, 13:12 last edited by
          #13

          @bandito: already a senior processor, but capable for a 64 bit operating system.

          Qt has to stay free or it will die.

          1 Reply Last reply
          0
          • B Offline
            B Offline
            bandito
            wrote on 18 Nov 2017, 13:27 last edited by bandito
            #14

            According to Intel the instruction set is 64 bit.
            My processor

            After my research it seams that I have to use a 64 bit OS.

            M 1 Reply Last reply 18 Nov 2017, 15:23
            0
            • B bandito
              18 Nov 2017, 13:27

              According to Intel the instruction set is 64 bit.
              My processor

              After my research it seams that I have to use a 64 bit OS.

              M Offline
              M Offline
              mrjj
              Lifetime Qt Champion
              wrote on 18 Nov 2017, 15:23 last edited by
              #15

              @bandito
              Yep it can run a 64 bit OS.
              It will make it easier as online installer will just work then.
              While i do love apt-get, the online installer makes it really easy to add/remove modules
              or try another version of Qt to test something. It can also update the current installation.

              1 Reply Last reply
              1
              • G Offline
                G Offline
                goldenhawking
                wrote on 18 Nov 2017, 16:06 last edited by
                #16

                Qt charts does not exist in old Qt versions, such like 5.6.
                Install new version, for example, 5.9.2 from website is a good idea.

                Qt is the best C++ framework I've ever met.

                1 Reply Last reply
                1
                • B Offline
                  B Offline
                  bandito
                  wrote on 18 Nov 2017, 16:55 last edited by
                  #17

                  Well I got qt and qtcharts installed. However I get this error message when I try to compile y project.

                  Could not find qmake spec 'default'.
                  Error while parsing file /home/bandito/programming/etf-ipo/etf-ipo.pro. Giving up.
                  Project ERROR: Cannot run compiler 'g++'. Maybe you forgot to setup the environment?
                  Error while parsing file /home/bandito/programming/etf-ipo/etf-ipo.pro. Giving up.
                  
                  M 1 Reply Last reply 18 Nov 2017, 17:21
                  0
                  • B bandito
                    18 Nov 2017, 16:55

                    Well I got qt and qtcharts installed. However I get this error message when I try to compile y project.

                    Could not find qmake spec 'default'.
                    Error while parsing file /home/bandito/programming/etf-ipo/etf-ipo.pro. Giving up.
                    Project ERROR: Cannot run compiler 'g++'. Maybe you forgot to setup the environment?
                    Error while parsing file /home/bandito/programming/etf-ipo/etf-ipo.pro. Giving up.
                    
                    M Offline
                    M Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on 18 Nov 2017, 17:21 last edited by
                    #18

                    @bandito
                    Hi
                    you did install c++ compiler ?
                    sudo apt-get install build-essential

                    1 Reply Last reply
                    2
                    • B Offline
                      B Offline
                      bandito
                      wrote on 18 Nov 2017, 19:01 last edited by bandito
                      #19

                      Ok.

                      I installed the build-essential. Not I get this error.

                      14:00:44: Could not determine which "make" command to run. Check the "make" step in the build configuration.
                      Error while building/deploying project etf-ipo (kit: Desktop Qt 5.9.2 GCC 64bit)
                      When executing step "qmake"
                      

                      In Build & Run I added new CMake. I tried /usr/bin/make and then tried /usr/bin/qmake but neither corrected the problem.

                      M 1 Reply Last reply 18 Nov 2017, 19:05
                      0
                      • B bandito
                        18 Nov 2017, 19:01

                        Ok.

                        I installed the build-essential. Not I get this error.

                        14:00:44: Could not determine which "make" command to run. Check the "make" step in the build configuration.
                        Error while building/deploying project etf-ipo (kit: Desktop Qt 5.9.2 GCC 64bit)
                        When executing step "qmake"
                        

                        In Build & Run I added new CMake. I tried /usr/bin/make and then tried /usr/bin/qmake but neither corrected the problem.

                        M Offline
                        M Offline
                        mrjj
                        Lifetime Qt Champion
                        wrote on 18 Nov 2017, 19:05 last edited by
                        #20

                        @bandito
                        but do u have it ?
                        if you run
                        make in a shell, what happens ?

                        B 1 Reply Last reply 18 Nov 2017, 19:10
                        0
                        • M mrjj
                          18 Nov 2017, 19:05

                          @bandito
                          but do u have it ?
                          if you run
                          make in a shell, what happens ?

                          B Offline
                          B Offline
                          bandito
                          wrote on 18 Nov 2017, 19:10 last edited by
                          #21

                          @mrjj
                          user@computer:~$ make
                          make: *** No targets specified and no makefile found. Stop.

                          M 1 Reply Last reply 18 Nov 2017, 19:13
                          0
                          • B bandito
                            18 Nov 2017, 19:10

                            @mrjj
                            user@computer:~$ make
                            make: *** No targets specified and no makefile found. Stop.

                            M Offline
                            M Offline
                            mrjj
                            Lifetime Qt Champion
                            wrote on 18 Nov 2017, 19:13 last edited by
                            #22

                            @bandito

                            Ok so you did get it.
                            Try to close creator. Open it again.
                            make a new default project and see if that can run.
                            It should just pick it up.

                            B 1 Reply Last reply 18 Nov 2017, 19:17
                            0
                            • M mrjj
                              18 Nov 2017, 19:13

                              @bandito

                              Ok so you did get it.
                              Try to close creator. Open it again.
                              make a new default project and see if that can run.
                              It should just pick it up.

                              B Offline
                              B Offline
                              bandito
                              wrote on 18 Nov 2017, 19:17 last edited by bandito
                              #23

                              @mrjj
                              Close qt, opened and made a new qt application. Still get the same error.

                              M 1 Reply Last reply 18 Nov 2017, 19:18
                              0
                              • B bandito
                                18 Nov 2017, 19:17

                                @mrjj
                                Close qt, opened and made a new qt application. Still get the same error.

                                M Offline
                                M Offline
                                mrjj
                                Lifetime Qt Champion
                                wrote on 18 Nov 2017, 19:18 last edited by
                                #24

                                @bandito
                                so even with qmake it dont find make ?
                                This is clean project. nothing added, done by you ?
                                no cmake or anything not standard?

                                B 1 Reply Last reply 18 Nov 2017, 19:23
                                0
                                • M mrjj
                                  18 Nov 2017, 19:18

                                  @bandito
                                  so even with qmake it dont find make ?
                                  This is clean project. nothing added, done by you ?
                                  no cmake or anything not standard?

                                  B Offline
                                  B Offline
                                  bandito
                                  wrote on 18 Nov 2017, 19:23 last edited by
                                  #25

                                  @mrjj

                                  The only thing I did was change the project name to 'test'.

                                  I didn't see a cmake file in usr/bin/

                                  M 1 Reply Last reply 18 Nov 2017, 19:27
                                  0
                                  • B bandito
                                    18 Nov 2017, 19:23

                                    @mrjj

                                    The only thing I did was change the project name to 'test'.

                                    I didn't see a cmake file in usr/bin/

                                    M Offline
                                    M Offline
                                    mrjj
                                    Lifetime Qt Champion
                                    wrote on 18 Nov 2017, 19:27 last edited by mrjj
                                    #26

                                    @bandito

                                    its just called make
                                    not cmake

                                    Can you check this
                                    https://www.youtube.com/watch?v=unkGHMgffmI
                                    He has same issue and go select in kits.
                                    Maybe you need that too.

                                    B 1 Reply Last reply 18 Nov 2017, 19:31
                                    3
                                    • M mrjj
                                      18 Nov 2017, 19:27

                                      @bandito

                                      its just called make
                                      not cmake

                                      Can you check this
                                      https://www.youtube.com/watch?v=unkGHMgffmI
                                      He has same issue and go select in kits.
                                      Maybe you need that too.

                                      B Offline
                                      B Offline
                                      bandito
                                      wrote on 18 Nov 2017, 19:31 last edited by
                                      #27

                                      @mrjj
                                      It turns out that in the kits there was no gcc compiler chosen. Works now. Thanks

                                      1 Reply Last reply
                                      3
                                      • M Offline
                                        M Offline
                                        mrjj
                                        Lifetime Qt Champion
                                        wrote on 18 Nov 2017, 19:38 last edited by mrjj
                                        #28

                                        alt text

                                        Thanks to @Wieland for video and others helping a core 2 still do
                                        good stuff :)

                                        B 1 Reply Last reply 18 Nov 2017, 23:18
                                        2
                                        • M mrjj
                                          18 Nov 2017, 19:38

                                          alt text

                                          Thanks to @Wieland for video and others helping a core 2 still do
                                          good stuff :)

                                          B Offline
                                          B Offline
                                          bandito
                                          wrote on 18 Nov 2017, 23:18 last edited by
                                          #29

                                          @mrjj And I found out my CPU is 64 bit.

                                          jsulmJ 1 Reply Last reply 20 Nov 2017, 05:32
                                          0

                                          19/31

                                          18 Nov 2017, 19:01

                                          • Login

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