Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: BlueHazzard on December 16, 2019, 12:25:00 am

Title: Building Irrlicht stalls codeblocks
Post by: BlueHazzard on December 16, 2019, 12:25:00 am
Hi,
in the progress of updating the project scripts, i am now at irrlicht.
To build irrlicht they provide a codeblocks project file with quite some files in it.

If i try to build the project on windows codeblocks stalls and is not responsive. The CPU usage is constantly on 12% but no user interaction is possible.

I started to debug the problem and found out that it stalls in
src\plugins\compilergcc\compilergcc.cpp:1260
Code
m_CommandQueue.printQueue();

or more specific, it prints X*~600 entries at once and i think this stalls the IDE. Still need some testing
can this behavior also be seen on linux?
Title: Re: Building Irrlicht stalls codeblocks
Post by: BlueHazzard on December 16, 2019, 12:31:34 am
I can not reproduce this on linux ;( There it would be alot easier to debug...
Title: Re: Building Irrlicht stalls codeblocks
Post by: BlueHazzard on December 16, 2019, 10:22:07 pm
Never mind...
I introduced this funtion some time ago, because i wanted to speed up the build....
Sry for the noise.....