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. "make install" after successful "make" seems to be rebuilding for hours
Forum Updated to NodeBB v4.3 + New Features

"make install" after successful "make" seems to be rebuilding for hours

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

    I am building Qt 5.15.2 from source on MacOSX 11.6 as follows:

    ../qt5/configure -prefix /opt/local/Qt-5.15.2 -opensource -nomake examples -nomake tests
    make -j8
    make install

    I am not building for development because it turns on -Wall, which causes the primary compile to fail. The configure was fine. The "make" ran successfully to completion. When I typed "make install", it began the build of what looks like everything over again! Absolutely nothing happened on the machine between the end of the "make" and the beginning of the "make install".

    Why would it be doing this?

    Thanks.

    -DS

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

      Hi,

      Did you check the date/times of your files ?
      Do you have your clock that is off ?

      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