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?
I can not reproduce this on linux ;( There it would be alot easier to debug...
Never mind...
I introduced this funtion some time ago, because i wanted to speed up the build....
Sry for the noise.....