I was never able to start C::B.
First I had the Version from the Repository and then I compiled C::B from svn source.
I got the same error with both versions.
wxWidgets 2.8 is installed.
EDIT: I get other errors now, maybe the path was not updated, but now it is definitely the svn version.
I get these errors:
ASSERT INFO:
../src/generic/imaglist.cpp(69): assert "(bitmap.GetWidth() >= m_width && bitmap.GetHeight() == m_height) || (m_width == 0 && m_height == 0)" failed in Add(): invalid bitmap size in wxImageList: this might work on this platform but definitely won't under Windows.
BACKTRACE:
[1] ProjectManager::BuildTree()
[2] ProjectManager::InitPane()
[3] ProjectManager::ProjectManager()
[4] Manager::GetProjectManager() cons)
[5] wxStringBase::Init() /usr/include/wx-2.8/wx/string.h:270
[6] MainFrame() /home/christian/codeblocks/src/src/../../src/include/infowindow.h:538
[7] CodeBlocksApp::InitFrame() /home/christian/codeblocks/src/src/appglobals.h:381
[8] CodeBlocksApp::OnInit() /home/christian/codeblocks/src/src/appglobals.h:598
ASSERT INFO:
../src/common/cmdline.cpp(384): assert "m_data->FindOption(shortName) == wxNOT_FOUND" failed in AddSwitch(): duplicate switch
BACKTRACE:
[1] wxCmdLineParser::SetDesc(wxCmdLineEntryDesc const*)
[2] CodeBlocksApp::ParseCmdLine(MainFrame*) /home/christian/codeblocks/src/src/appglobals.h:1011
[3] CodeBlocksApp::InitFrame() /home/christian/codeblocks/src/src/appglobals.h:386
[4] CodeBlocksApp::OnInit() /home/christian/codeblocks/src/src/appglobals.h:598
ASSERT INFO:
../src/common/cmdline.cpp(421): assert "!(param.flags & wxCMD_LINE_PARAM_MULTIPLE)" failed in AddParam(): all parameters after the one with wxCMD_LINE_PARAM_MULTIPLE style will be ignored
BACKTRACE:
[1] wxCmdLineParser::SetDesc(wxCmdLineEntryDesc const*)
[2] CodeBlocksApp::ParseCmdLine(MainFrame*) /home/christian/codeblocks/src/src/appglobals.h:1011
[3] CodeBlocksApp::InitFrame() /home/christian/codeblocks/src/src/appglobals.h:386
[4] CodeBlocksApp::OnInit() /home/christian/codeblocks/src/src/appglobals.h:598
When I press continue every time I come to the main window but then it immediately hangs.
Initializing plugins...
(codeblocks:6837): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed
I downloaded wxGTK 2.8.9 and there was no issue when compiling.