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. Qt 5.7 compilation looping forever
Forum Updated to NodeBB v4.3 + New Features

Qt 5.7 compilation looping forever

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 771 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.
  • jstoezelJ Offline
    jstoezelJ Offline
    jstoezel
    wrote on last edited by
    #1

    Hi:

    I had been using Qt 5.6 for a bit, cross compiling it for arm-gnueabi. I just tried to switch to 5.7 with identical configure options. The configuration seems to complete just fine and I am invited to run make to start compilation.

    When I do this, it seems I get a screen full of this:
    ...
    ~/qt/build/qtbase/bin/qmake -qtconf ~/qt/build/qtbase/bin/qt.conf -o Makefile ../src.pro
    ~/qt/build/qtbase/bin/qmake -qtconf ~/qt/build/qtbase/bin/qt.conf -o Makefile ../src.pro
    ~/qt/build/qtbase/bin/qmake -qtconf ~/qt/build/qtbase/bin/qt.conf -o Makefile ../src.pro
    ~/qt/build/qtbase/bin/qmake -qtconf ~/qt/build/qtbase/bin/qt.conf -o Makefile ../src.pro
    ~/qt/build/qtbase/bin/qmake -qtconf ~/qt/build/qtbase/bin/qt.conf -o Makefile ../src.pro
    ...

    I am invoking the configure and the make from a build folder separate from the source. This has worked in the past. I have also tried configuring and invoking make directly from the source folder but I get the same result.

    It seems something is silently failing and it is stuck in a loop, invoking the same line over and over.

    Any suggestion on what could cause this?

    Regards,
    JS

    1 Reply Last reply
    0
    • jstoezelJ Offline
      jstoezelJ Offline
      jstoezel
      wrote on last edited by
      #2

      Well I got this fixed. the clock on my computer was off and so it got make to loop forever.
      Fixed the issue by resetting the code, and updating the creation date of all the source files...

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Thanks for sharing the solution !

        Happy coding :)

        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

        • Login

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