make: Warning: File '.qmake.stash' has modification time 3456 s in the future
-
I take the project from one of my friend.
When i build it i got this errormake: Warning: File '.qmake.stash' has modification time 3456 s in the futureWhat is the solution for it
Im on ubuntu 18.04@firsnur96 said in make: Warning: File '.qmake.stash' has modification time 3456 s in the future:
3456
wait an hour.
But what you should probably do is delete all temporary files (including) qmake.stash that your friend did send you but shouldn't have send in the first place.
And build it 'clean' again
-
@firsnur96 said in make: Warning: File '.qmake.stash' has modification time 3456 s in the future:
3456
wait an hour.
But what you should probably do is delete all temporary files (including) qmake.stash that your friend did send you but shouldn't have send in the first place.
And build it 'clean' again
@J-Hilk said in make: Warning: File '.qmake.stash' has modification time 3456 s in the future:
@firsnur96 said in make: Warning: File '.qmake.stash' has modification time 3456 s in the future:
3456
wait an hour.
Oh no :(
I saw some touch * commands on the google
Is there anything with solve some commands -
@J-Hilk said in make: Warning: File '.qmake.stash' has modification time 3456 s in the future:
@firsnur96 said in make: Warning: File '.qmake.stash' has modification time 3456 s in the future:
3456
wait an hour.
Oh no :(
I saw some touch * commands on the google
Is there anything with solve some commands@firsnur96 said in make: Warning: File '.qmake.stash' has modification time 3456 s in the future:
Is there anything with solve some commands
Yes, read again what @J-Hilk wrote.