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