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 from git

Building QT from git

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 377 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.
  • P Offline
    P Offline
    PeterP
    wrote on last edited by
    #1

    I'm using this link:

    https://wiki.qt.io/Building_Qt_5_from_Git#Building_Qt_WebKit

    When I run:

    ../qt5/configure -developer-build -opensource -nomake examples -nomake tests
    

    The terminal runs and spits out a lot of unreadable stuff, but it seems to work.
    The thing is that it stopped at these lines:

    Info: creating super cache file D:\Projects\plasmoqt\build\.qmake.super
    Info: creating cache file D:\Projects\plasmoqt\build\.qmake.cache
    Info: creating stash file D:\Projects\plasmoqt\build\.qmake.stash
    

    And I have no idea what to do, the process is still running for more than 40 minutes.

    What is going on?

    sierdzioS 1 Reply Last reply
    0
    • P PeterP

      I'm using this link:

      https://wiki.qt.io/Building_Qt_5_from_Git#Building_Qt_WebKit

      When I run:

      ../qt5/configure -developer-build -opensource -nomake examples -nomake tests
      

      The terminal runs and spits out a lot of unreadable stuff, but it seems to work.
      The thing is that it stopped at these lines:

      Info: creating super cache file D:\Projects\plasmoqt\build\.qmake.super
      Info: creating cache file D:\Projects\plasmoqt\build\.qmake.cache
      Info: creating stash file D:\Projects\plasmoqt\build\.qmake.stash
      

      And I have no idea what to do, the process is still running for more than 40 minutes.

      What is going on?

      sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @PeterP said in Building QT from git:

      I'm using this link:

      https://wiki.qt.io/Building_Qt_5_from_Git#Building_Qt_WebKit

      When I run:

      ../qt5/configure -developer-build -opensource -nomake examples -nomake tests
      

      The terminal runs and spits out a lot of unreadable stuff, but it seems to work.
      The thing is that it stopped at these lines:

      Info: creating super cache file D:\Projects\plasmoqt\build\.qmake.super
      Info: creating cache file D:\Projects\plasmoqt\build\.qmake.cache
      Info: creating stash file D:\Projects\plasmoqt\build\.qmake.stash
      

      This does not mention any error. Try running configure with verbose flag to see more output.

      And I have no idea what to do, the process is still running for more than 40 minutes.

      Kill it. Configure typically finishes in a few minutes, 40 is definitely too long.

      Compilation, later on - yea that step can take between 30 minutes and 2 days (depending on CPU).

      What is going on?

      No idea, I don't have enough information.

      (Z(:^

      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