Use MinGW 4.4 build: When close, don't quit

General questions regarding the usage of CodeLite
Loaden
CodeLite Enthusiast
Posts: 35
Joined: Sat May 02, 2009 1:56 pm
Contact:

Use MinGW 4.4 build: When close, don't quit

Post by Loaden »

Hi, I am use MinGW 4.4 build: When close, don't quit: it's will wait some seconds, 4 - 8 second!
and the process: codelite_indexer.exe not quit.
I build SVN 2819 and SVN2840, they have same problem.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Use MinGW 4.4 build: When close, don't quit

Post by eranif »

Loaden wrote:Hi, I am use MinGW 4.4 build: When close, don't quit: it's will wait some seconds, 4 - 8 second!
and the process: codelite_indexer.exe not quit.
I build SVN 2819 and SVN2840, they have same problem.
CodeLite is exiting perfectly here. I dont use MinGW4.4 since it is not the official one. Please compile codelite with MinGW3.4.5

Eran
Make sure you have read the HOW TO POST thread
Loaden
CodeLite Enthusiast
Posts: 35
Joined: Sat May 02, 2009 1:56 pm
Contact:

Re: Use MinGW 4.4 build: When close, don't quit

Post by Loaden »

I build CL with gcc 3.4.5, but also exist the same question.
If open CL, and don't do anything: to close it, it's need wait some seconds.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Use MinGW 4.4 build: When close, don't quit

Post by eranif »

Well, even if you dont do anything, codelite still spawns many threads, which all needs to be properly quit before it exits - this is why you see the delay.
But, after codelite exits, I dont see any process in the Task Manager - so I dont really see the problem here


Eran
Make sure you have read the HOW TO POST thread
Loaden
CodeLite Enthusiast
Posts: 35
Joined: Sat May 02, 2009 1:56 pm
Contact:

Re: Use MinGW 4.4 build: When close, don't quit

Post by Loaden »

Loaden wrote:I build CL with gcc 3.4.5, but also exist the same question.
If open CL, and don't do anything: to close it, it's need wait some seconds.
I found the reason! if i use wxWidgets 2.8.7, it's OK!
so, it's wxWidgets's question. can't use wxWidgets 2.8.10~!
have this question, because i use wx2.8.10.
Post Reply