Qt Creator Build Issue:
-
Hi Im new to Qt. Need a small help. I have installed Qt on my PC.
While compiling an example I am facing follwoing errors. Cud u Help
I followed the same process in installing Qt SDK on another machine, did not face any issue.@
Running build steps for project screenshot...
Configuration unchanged, skipping qmake step.
Starting: "C:/Qt/2010.05/mingw/bin/mingw32-make.exe" -w
mingw32-make: Entering directory `C:/Qt/2010.05/qt/examples/desktop/screenshot-build-desktop'c:\qt\2010.05\qt\bin\qmake.exe -spec ......\mkspecs\win32-g++ -o Makefile ..\screenshot\screenshot.pro
mingw32-make: Leaving directory `C:/Qt/2010.05/qt/examples/desktop/screenshot-build-desktop'
mingw32-make: Entering directory `C:/Qt/2010.05/qt/examples/desktop/screenshot-build-desktop'
c:\qt\2010.05\qt\bin\qmake.exe -spec ......\mkspecs\win32-g++ -o Makefile ..\screenshot\screenshot.pro
mingw32-make: Leaving directory `C:/Qt/2010.05/qt/examples/desktop/screenshot-build-desktop'
mingw32-make: Entering directory `C:/Qt/2010.05/qt/examples/desktop/screenshot-build-desktop'
c:\qt\2010.05\qt\bin\qmake.exe -spec ......\mkspecs\win32-g++ -o Makefile ..\screenshot\screenshot.pro
mingw32-make: Leaving directory `C:/Qt/2010.05/qt/examples/desktop/screenshot-build-desktop'
mingw32-make: Entering directory `C:/Qt/2010.05/qt/examples/desktop/screenshot-build-desktop'
c:\qt\2010.05\qt\bin\qmake.exe -spec ......\mkspecs\win32-g++ -o Makefile ..\screenshot\screenshot.pro
mingw32-make: Leaving directory `C:/Qt/2010.05/qt/examples/desktop/screenshot-build-desktop'
mingw32-make: Entering directory `C:/Qt/2010.05/qt/examples/desktop/screenshot-build-desktop'
c:\qt\2010.05\qt\bin\qmake.exe -spec ......\mkspecs\win32-g++ -o Makefile ..\screenshot\screenshot.pro
mingw32-make: Leaving directory `C:/Qt/2010.05/qt/examples/desktop/screenshot-build-desktop'
@After this I stopped build proces & it crashed. But instance of mingw-32-make.exe kepyt on increasing upto ~40 till it eats up the entire CPU.
[merged with identical topic on Qt in Education, Tobias]
-
Hi,
Did you build the same example on the other machine without problems?
Best regards,
Leon