Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
C::B hangs when opening a window (wxGtk 2.8 @ Ubuntu 14.04)
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: C::B hangs when opening a window (wxGtk 2.8 @ Ubuntu 14.04) (Read 3946 times)
Minoru
Single posting newcomer
Posts: 4
C::B hangs when opening a window (wxGtk 2.8 @ Ubuntu 14.04)
«
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?
Logged
BlueHazzard
Developer
Lives here!
Posts: 3352
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
)
Logged
oBFusCATed
Developer
Lives here!
Posts: 13406
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?
Logged
(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!]
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.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
C::B hangs when opening a window (wxGtk 2.8 @ Ubuntu 14.04)