News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Linux (mostly) freezes, hopefully fixed in r2246 :)

Started by mandrav, March 24, 2006, 06:44:21 PM

Previous topic - Next topic

mandrav

Just what the title says. I 'm very happy now :D. Initial tests indicate that I did fix it indeed :lol:.
Be patient!
This bug will be fixed soon...

Michael

#1
Quote from: 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:.

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
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

aarti_pl

#2
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]

Michael

Quote from: aarti_pl on March 24, 2006, 08:34:44 PM
could you please also apply patch to keybinder.cpp (src/plugins/contrib/keybinder/keybinder.cpp)?

You should also submit your patch at BerliOS.

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

killerbot

Quote from: 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

done