News:

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

Main Menu

Building Irrlicht stalls codeblocks

Started by BlueHazzard, December 16, 2019, 12:25:00 AM

Previous topic - Next topic

BlueHazzard

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

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?

BlueHazzard

I can not reproduce this on linux ;( There it would be alot easier to debug...

BlueHazzard

Never mind...
I introduced this funtion some time ago, because i wanted to speed up the build....
Sry for the noise.....