Code::Blocks Forums

User forums => Help => Topic started by: Calmarius on November 09, 2011, 10:32:31 am

Title: Build log slow down after multiple compiling.
Post by: Calmarius on November 09, 2011, 10:32:31 am
I use Code::Blocks 8.02 64 bit (from the Ubuntu Lucid repository) in the company for Linux development.

The project builds using a makefile. (The build process is fast.)

Unfortunately there are thousands of warnings in the project, and fixing them is not a priority in the company (unfortunately). (The 95% of the codebase is written in Visual Studio which is not as paranoid as GCC.)

So all off these warnings are dumped on the build log.

My problem is, that after a lot of builds the log and the entire IDE slows down and dumps only 5-10 lines per second. Also debugging become slow (next line command takes 1-2 seconds to complete).

So I have to restart the IDE in every 1-2 hours.

I wonder if this issue addressed in 10.05?

Title: Re: Build log slow down after multiple compiling.
Post by: oBFusCATed on November 09, 2011, 10:57:56 am
Huh, you're on 8.02, 4 year old stuff, please update to 10.05, at least.
If 10.05 is still slow, try a nightly build or build from trunk.
Then we will look at it.
Title: Re: Build log slow down after multiple compiling.
Post by: Calmarius on November 09, 2011, 11:09:23 am
Will 8.02 projects work on 10.05?
Title: Re: Build log slow down after multiple compiling.
Post by: MortenMacFly on November 09, 2011, 11:11:19 am
Will 8.02 projects work on 10.05?
of course, your projects will be automatically updated (only, if required).
Title: Re: Build log slow down after multiple compiling.
Post by: Calmarius on November 09, 2011, 11:29:44 am
I cannot install it on ubuntu, sorry.

When I tried to intall codeblocks_10.05-1_amd64.deb. It breaks dependencies of the the codeblocks_common...

Now I have to reinstall and reconfigure the 8.02 crap, to continue work.


Maybe I try it later, when pressure is lower.