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. Nothing to be done for 'first'.
Forum Updated to NodeBB v4.3 + New Features

Nothing to be done for 'first'.

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 Posters 1.4k Views 3 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.
  • A Offline
    A Offline
    auramel
    wrote on last edited by
    #1

    Hello everybody. I have some problem.
    When I run my application, I have this error message

    C:/Dev/Qt/Tools/mingw730_64/bin/mingw32-make -f Makefile.Debug
    mingw32-make[1]: Entering directory 'C:/Dev/Projects/Qt/tus'
    mingw32-make[1]: Nothing to be done for 'first'.
    mingw32-make[1]: Leaving directory 'C:/Dev/Projects/Qt/tus'
    

    So, I reinstalled Qt. Now I use Qt 5.12.4.
    I try to create new empty QML project and run it. Here has same problem.
    I assume that it problem with my Windows 10 Enterprise LTSB. Beacuse, after update, I got this problem.
    Has ideas how ti fix it?

    I tried to clean and run "Run QMAKE", build, it's not helped.

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

      Hi and welcome to devnet,

      It's not an error, it's just mingw32-make that says it has nothing to do. For example, if you compile an application twice in a row without modification to the code, that will happen because there's nothing new to do.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      A 1 Reply Last reply
      2
      • SGaistS SGaist

        Hi and welcome to devnet,

        It's not an error, it's just mingw32-make that says it has nothing to do. For example, if you compile an application twice in a row without modification to the code, that will happen because there's nothing new to do.

        A Offline
        A Offline
        auramel
        wrote on last edited by auramel
        #3

        @SGaist okay, but my program is not running. How it fixed?

        A 1 Reply Last reply
        0
        • A auramel

          @SGaist okay, but my program is not running. How it fixed?

          A Offline
          A Offline
          arsinte_andrei
          wrote on last edited by arsinte_andrei
          #4

          @auramel can you please go to compile tab and copy the error from there?? that will help us to know what is happening... also are you compile it or run it?? you have to press the run button!!!

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

            What exactly do you mean by not running ?
            Does not start ?
            Crashes ?
            What happens ?

            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
            • A auramel

              Hello everybody. I have some problem.
              When I run my application, I have this error message

              C:/Dev/Qt/Tools/mingw730_64/bin/mingw32-make -f Makefile.Debug
              mingw32-make[1]: Entering directory 'C:/Dev/Projects/Qt/tus'
              mingw32-make[1]: Nothing to be done for 'first'.
              mingw32-make[1]: Leaving directory 'C:/Dev/Projects/Qt/tus'
              

              So, I reinstalled Qt. Now I use Qt 5.12.4.
              I try to create new empty QML project and run it. Here has same problem.
              I assume that it problem with my Windows 10 Enterprise LTSB. Beacuse, after update, I got this problem.
              Has ideas how ti fix it?

              I tried to clean and run "Run QMAKE", build, it's not helped.

              J.HilkJ Offline
              J.HilkJ Offline
              J.Hilk
              Moderators
              wrote on last edited by J.Hilk
              #6

              hi @auramel and welcome,
              windows updates tend to ruin the path settings. For me, as I'm using MSCV, it's a real pain as basically each windows update the WindowsKits section (the windows developer kit install folder) get's messed up and I have to fix that manually.

              As @arsinte_andrei said, check your compile tab and see what issues your compiler actually has. It will help us helping you.


              Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


              Q: What's that?
              A: It's blue light.
              Q: What does it do?
              A: It turns blue.

              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