Author Topic: Build log slow down after multiple compiling.  (Read 4133 times)

Offline Calmarius

  • Multiple posting newcomer
  • *
  • Posts: 32
Build log slow down after multiple compiling.
« 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?


Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Build log slow down after multiple compiling.
« Reply #1 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.
(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!]

Offline Calmarius

  • Multiple posting newcomer
  • *
  • Posts: 32
Re: Build log slow down after multiple compiling.
« Reply #2 on: November 09, 2011, 11:09:23 am »
Will 8.02 projects work on 10.05?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Build log slow down after multiple compiling.
« Reply #3 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).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Calmarius

  • Multiple posting newcomer
  • *
  • Posts: 32
Re: Build log slow down after multiple compiling.
« Reply #4 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.
« Last Edit: November 09, 2011, 12:27:15 pm by Calmarius »