Hello! I'm compiling a project in VC++ 2005 express, and for some reason it is hanging. It gets to a certain point and just doesn't seem to do anything. This is the readout when it is happening:
c:\Qt\4.3.3\bin\uic.exe RoboSearch.ui -o ui_RoboSearch.h
g++ -c -O2 -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"c:\Qt\4.3.3\include\QtCore" -I"c:\Qt\4.3.3\include\QtCore" -I"c:\Qt\4.3.3\include\QtGui" -I"c:\Qt\4.3.3\include\QtGui" -I"c:\Qt\4.3.3\include\QtXml" -I"c:\Qt\4.3.3\include\QtXml" -I"c:\Qt\4.3.3\include" -I"." -I"c:\Qt\4.3.3\include\ActiveQt" -I"release" -I"." -I"c:\Qt\4.3.3\mkspecs\default" -o release\compare.o compare.cpp
I am using this with Qt 4, but have had no trouble compiling everything so far.
Has anyone seen this before? There are no errors saying that anything has gone wrong, it doesn't complete.... it just stalls....
Yes, I've tried to clean and rebuild