Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Building Irrlicht stalls codeblocks

(1/1)

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

--- Code: ---m_CommandQueue.printQueue();

--- End code ---

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.....

Navigation

[0] Message Index

Go to full version