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. Incompatible g++ and Qt versions?
QtWS25 Last Chance

Incompatible g++ and Qt versions?

Scheduled Pinned Locked Moved Unsolved General and Desktop
linuxg++
4 Posts 2 Posters 1.3k 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.
  • N Offline
    N Offline
    Nilson
    wrote on 10 Sept 2017, 20:35 last edited by
    #1

    I just installed Linux 32bit version of Qt Creator from the download page. I selected g++ as a compiler, so I installed g++ 6.3.0 (20170516), but now I have a warning sign left to the "Auto-detected" Kit version "Desktop Qt 5.5.1 GCC 32bit" and trying to compile even a simple project fails: in "Compile Output" window there is, for example:

    23:32:04: Running steps for project 123...
    23:32:04: Configuration unchanged, skipping qmake step.
    23:32:04: Could not start process "make" 
    Error while building/deploying project 123 (kit: Desktop Qt 5.5.1 GCC 32bit)
    When executing step "Make"
    23:32:04: Elapsed time: 00:00.
    

    How can I solve this problem?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 10 Sept 2017, 21:02 last edited by
      #2

      Hi and welcome to devnet,

      Did you also install make ?

      What Linux distribution are you running ?

      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
      2
      • N Offline
        N Offline
        Nilson
        wrote on 11 Sept 2017, 12:33 last edited by
        #3

        Thanks, installing "make" helped.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 11 Sept 2017, 14:49 last edited by
          #4

          Depending on your Linux distribution you have "pre-prepared" packages to setup a basic development environment like build-essential on Debian.

          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

          4/4

          11 Sept 2017, 14:49

          • Login

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