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.
Use MinGW 4.4 build: When close, don't quit
-
- CodeLite Enthusiast
- Posts: 35
- Joined: Sat May 02, 2009 1:56 pm
- Contact:
- 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
CodeLite is exiting perfectly here. I dont use MinGW4.4 since it is not the official one. Please compile codelite with MinGW3.4.5Loaden 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.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 35
- Joined: Sat May 02, 2009 1:56 pm
- Contact:
Re: Use MinGW 4.4 build: When close, don't quit
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.
If open CL, and don't do anything: to close it, it's need wait some seconds.
- 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
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
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
-
- CodeLite Enthusiast
- Posts: 35
- Joined: Sat May 02, 2009 1:56 pm
- Contact:
Re: Use MinGW 4.4 build: When close, don't quit
I found the reason! if i use wxWidgets 2.8.7, it's OK!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.
so, it's wxWidgets's question. can't use wxWidgets 2.8.10~!
have this question, because i use wx2.8.10.