Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: mandrav on March 24, 2006, 06:44:21 pm

Title: Linux (mostly) freezes, hopefully fixed in r2246 :)
Post by: mandrav on March 24, 2006, 06:44:21 pm
Just what the title says. I 'm very happy now :D. Initial tests indicate that I did fix it indeed :lol:.
Title: Re: Linux (mostly) freezes, hopefully fixed in r2246 :)
Post by: Michael on March 24, 2006, 06:56:01 pm
Just what the title says. I 'm very happy now :D. Initial tests indicate that I did fix it indeed :lol:.

That's a great new indeed :D.

Is it also the codestats issue solved? [EDIT]: I have just tried rev2247, but there is still the crashes when opening Settings->Editor wiht codestats plugin activated (Ubuntu 5.10).

Thank you.

Best wishes,
Michael
Title: Re: Linux (mostly) freezes, hopefully fixed in r2246 :)
Post by: aarti_pl on March 24, 2006, 08:34:44 pm
Mandrav,

could you please also apply patch to keybinder.cpp (src/plugins/contrib/keybinder/keybinder.cpp)?

This patch allows to compile CB with newer versions of wxWidgets, as m_skipped, m_timeStamp attributes of wxEvent are removed now protected in favour of public methods GetSkipped() and GetTimestamp() in newer versions of wxWidgets.

BR
aarti_pl

[attachment deleted by admin]
Title: Re: Linux (mostly) freezes, hopefully fixed in r2246 :)
Post by: Michael on March 24, 2006, 08:44:35 pm
could you please also apply patch to keybinder.cpp (src/plugins/contrib/keybinder/keybinder.cpp)?

You should also submit your patch at BerliOS (http://developer.berlios.de/patch/?func=addpatch&group_id=5358).

Best wishes,
Michael
Title: Re: Linux (mostly) freezes, hopefully fixed in r2246 :)
Post by: killerbot on March 24, 2006, 08:59:35 pm
Mandrav,

could you please also apply patch to keybinder.cpp (src/plugins/contrib/keybinder/keybinder.cpp)?

This patch allows to compile CB with newer versions of wxWidgets, as m_skipped, m_timeStamp attributes of wxEvent are removed now protected in favour of public methods GetSkipped() and GetTimestamp() in newer versions of wxWidgets.

BR
aarti_pl

done