Author Topic: C::B hangs when opening a window (wxGtk 2.8 @ Ubuntu 14.04)  (Read 2392 times)

Offline Minoru

  • Single posting newcomer
  • *
  • Posts: 4
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?

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: C::B hangs when opening a window (wxGtk 2.8 @ Ubuntu 14.04)
« Reply #1 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)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: C::B hangs when opening a window (wxGtk 2.8 @ Ubuntu 14.04)
« Reply #2 on: July 07, 2015, 09:00:15 pm »
How are you building it?
Have you removed the old version?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Minoru

  • Single posting newcomer
  • *
  • Posts: 4
Re: C::B hangs when opening a window (wxGtk 2.8 @ Ubuntu 14.04)
« Reply #3 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.