News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Build log slow down after multiple compiling.

Started by Calmarius, November 09, 2011, 10:32:31 AM

Previous topic - Next topic

Calmarius

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?


oBFusCATed

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Calmarius


MortenMacFly

Quote from: Calmarius on November 09, 2011, 11:09:23 AM
Will 8.02 projects work on 10.05?
of course, your projects will be automatically updated (only, if required).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Calmarius

#4
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.