Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Minoru on July 07, 2015, 01:45:04 pm
-
When I open a new window in Codeblock, sometimes it's getting freezed (just as you see on the screenshot).
My SVN revision is 10350, and it reproduces with self-build 13.12 as well. Does anybody knows what could be the problem?
-
is there some output in the console if you launch c::b within it? (add the debug flags: http://wiki.codeblocks.org/index.php?title=Command_line_arguments)
-
How are you building it?
Have you removed the old version?
-
It looks like I was wrong when stated that it was compiled with 2.8 (sorry for my dumb). Actually, the configure script picked up the 3.0 version headers which was also installed in my system.
I tried recompiling it with 2.8 and it worked fine.
Thanks everybody for the suggestions.