Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: kipade on January 30, 2013, 06:26:56 am
-
I update my codeblocks version to svn 8811,
however, when I want to change focus to another tab, in another words, I want to change second file, my codeblocks loss response,...
I re-open it in terminal, and do the same action, I find a endless output like following:
Another command is pending...
An IOException occurred at scim_bridge_client_imcontext_focus_out ()
Another command is pending...
An IOException occurred at scim_bridge_client_imcontext_focus_in ()
Another command is pending...
An IOException occurred at scim_bridge_client_imcontext_focus_out ()
Another command is pending...
An IOException occurred at scim_bridge_client_imcontext_focus_in ()
Another command is pending...
And Im sure its OK for my scim, because I use scim everywhere.
My system is Slackware linux 14.0, wxWidgets 2.9X
Thanks.
-
C::B is not currently fully ported to wx2.9, have you upgraded recently?
Also what was your previous version you've upgraded from?
-
Oh! my CB is always from svn, I forgot the last version i used.
Thanks to you I know the reason.
Thank you.