Comment 6 for bug 1195867

Revision history for this message
Simon K (octav14n) wrote :

It seems like "wxITEM_RADIO" isn't compatible with Ubuntu?
I've recompiled the whole code-blocks ("codeblocks-12.11release8629" as download able on the official site) and commented out every line with "AppendRadioItem" in it. Build the source via:
$ ./configure --prefix /usr --with-contrib-plugins=all
$ make

it didn't crash in this version (there were just warnings that those radio-items aren't initialized). It started to a full window, which seemed (at least) similar to the screenshots at codeblocks.org

I've found a thread in the codeblocks forums: http://forums.codeblocks.org/index.php?/topic,18088.msg123705.html
where the assumption was made, that this crash is due to Ubuntu-Gtk+ patches.