Author Topic: Building Irrlicht stalls codeblocks  (Read 4476 times)

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Building Irrlicht stalls codeblocks
« 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?

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Building Irrlicht stalls codeblocks
« Reply #1 on: December 16, 2019, 12:31:34 am »
I can not reproduce this on linux ;( There it would be alot easier to debug...

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Building Irrlicht stalls codeblocks
« Reply #2 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.....