Qt Build error
-
I'm trying to build/compile (I don't know right expression for that) some program, but process last so long, I even think it wouldn't complete ever. It just stays on same, and don't makes any change. http://imgur.com/a/onzj0 Here is the link of the screenshot
-
Hi,
Looks like stuck in an infinite loop. Check the date of the files inside that folder of that project.
-
Hi,
Looks like stuck in an infinite loop. Check the date of the files inside that folder of that project.
@SGaist They are all 24.11.2016.
-
In the sources ?
-
@SGaist Could you explain me, what I need to check. Btw. I have downloaded yesterday the newest version of Qt 5.7, and than tried with Qt 5.6, but the problem is same.
-
Qt's not the problem.
However, IIRC when such a loop is happening, it was usually a problem with the sources of the application/library being built.
-
Qt's not the problem.
However, IIRC when such a loop is happening, it was usually a problem with the sources of the application/library being built.
@SGaist I'm new to programming, so could you just explain me how to solve problem. 😃
-
@SGaist I'm new to programming, so could you just explain me how to solve problem. 😃
@Djolas2001
Hi
Just for check. Did u try any of the samples ( In Creator -> Welcome->Examples)?
It does work with other code and ONLY this project does this? -
@Djolas2001
Hi
Just for check. Did u try any of the samples ( In Creator -> Welcome->Examples)?
It does work with other code and ONLY this project does this?@mrjj Examples and new projects work. But any projects in Google Drive folder don't work.
-
Then copy the project on your hard drive and try again.