Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Building Qt 5.12
Qt 6.11 is out! See what's new in the release blog

Building Qt 5.12

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 3 Posters 554 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.
  • SheepS Offline
    SheepS Offline
    Sheep
    wrote on last edited by
    #1

    I am trying to build Qt 5.12 (for great reasons) with Mingw32 but i am getting an error

    configure command configure -platform win32-g++ -developer-build -opengl desktop -nomake tests -skip webengine

    mingw32 command mingw32-make -j4
    error Project ERROR: Could not find feature c99.

    full log
    Any ideas on how to fix it.

    Pablo J. RoginaP 1 Reply Last reply
    0
    • hskoglundH Offline
      hskoglundH Offline
      hskoglund
      wrote on last edited by
      #2

      Hi, it looks that you're using the toolchain in D:\Cute\5.11.1\mingw53_32 to build Qt 5.12. I think that MinGW version is too old, try updating it to 5.12.9 or later.

      1 Reply Last reply
      1
      • SheepS Sheep

        I am trying to build Qt 5.12 (for great reasons) with Mingw32 but i am getting an error

        configure command configure -platform win32-g++ -developer-build -opengl desktop -nomake tests -skip webengine

        mingw32 command mingw32-make -j4
        error Project ERROR: Could not find feature c99.

        full log
        Any ideas on how to fix it.

        Pablo J. RoginaP Offline
        Pablo J. RoginaP Offline
        Pablo J. Rogina
        wrote on last edited by
        #3

        @Sheep said in Building Qt 5.12:

        mingw32-make -j4

        In addition to previous suggestion, don't use -j switch for make so you'll have a better location of the error

        Upvote the answer(s) that helped you solve the issue
        Use "Topic Tools" button to mark your post as Solved
        Add screenshots via postimage.org
        Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

        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