Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Minoru on July 07, 2015, 01:45:04 pm

Title: C::B hangs when opening a window (wxGtk 2.8 @ Ubuntu 14.04)
Post 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?
Title: Re: C::B hangs when opening a window (wxGtk 2.8 @ Ubuntu 14.04)
Post by: BlueHazzard on July 07, 2015, 02:42:49 pm
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)
Title: Re: C::B hangs when opening a window (wxGtk 2.8 @ Ubuntu 14.04)
Post by: oBFusCATed on July 07, 2015, 09:00:15 pm
How are you building it?
Have you removed the old version?
Title: Re: C::B hangs when opening a window (wxGtk 2.8 @ Ubuntu 14.04)
Post by: Minoru on July 08, 2015, 06:20:26 am
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.