Hung when compiling

Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Feb 2008
Posts: 20
Reputation: abrou is an unknown quantity at this point 
Solved Threads: 1
abrou abrou is offline Offline
Newbie Poster

Hung when compiling

 
0
  #1
Feb 5th, 2008
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:

  1. c:\Qt\4.3.3\bin\uic.exe RoboSearch.ui -o ui_RoboSearch.h
  2. 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
Last edited by abrou; Feb 5th, 2008 at 12:44 pm.
Reply With Quote Quick reply to this message  
Join Date: Mar 2006
Posts: 176
Reputation: dubeyprateek is an unknown quantity at this point 
Solved Threads: 22
dubeyprateek's Avatar
dubeyprateek dubeyprateek is offline Offline
Junior Poster

Re: Hung when compiling

 
0
  #2
Feb 5th, 2008
How long did you wait after the hung? Does it hang your machine?
What is the .NET framework you are using? It takes longer if you have installed new version of framework sometimes as long as five minutes, subsequent builds will be faster.
I know I am. Therefore I am.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 20
Reputation: abrou is an unknown quantity at this point 
Solved Threads: 1
abrou abrou is offline Offline
Newbie Poster

Re: Hung when compiling

 
0
  #3
Feb 5th, 2008
It hangs my machine. I just left it for 10 minutes, and it compiled (well, kind of, there was an error), but I'm not sure why the sudden change in compilation speed. I don't think anything was recently installed, but this is computer is used by many people, so I will need to find that out. You are right, it is a bit faster the second time.

Also, I don't know what a .NET framework is.... Would it be useful for me to know?

Thank you very much for your time!
Reply With Quote Quick reply to this message  
Join Date: Mar 2006
Posts: 176
Reputation: dubeyprateek is an unknown quantity at this point 
Solved Threads: 22
dubeyprateek's Avatar
dubeyprateek dubeyprateek is offline Offline
Junior Poster

Re: Hung when compiling

 
0
  #4
Feb 5th, 2008
You may not need to lear about .Net framework as such for your project. It is a underline layer which helps managed code to run your system(It is not the only thing it does).

Sometime Windows update can install new framework for you.
I know I am. Therefore I am.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 20
Reputation: abrou is an unknown quantity at this point 
Solved Threads: 1
abrou abrou is offline Offline
Newbie Poster

Re: Hung when compiling

 
0
  #5
Feb 5th, 2008
Thank you very much for your help!

Apparently it was just patience needed....
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the C++ Forum


Views: 730 | Replies: 4
Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC