Cannot Build Latest Codelite
Posted: Fri Dec 28, 2012 2:50 pm
I'm using wxWidgets Unnofficial Build as documented in Wiki page. It was working up until I updated latest SVN.
I cannot build it successfully! Something seemed to have changed. Below is the relevant build log.
I cannot build it successfully! Something seemed to have changed. Below is the relevant build log.
Code: Select all
2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I. -I./sdk/codelite_indexer/network -I./sdk/wxsqlite3/include -I./sdk/wxsqlite3/sqlite3/include -I./sdk/wxshapeframework/include -I./sdk/databaselayer/include/wx/dblayer/include -I./Interfaces -I./Debugger -I./Plugin -I./CodeLite -I./PCH -o Release_gcc_unicode/SDKObjects_cl_aui_dock_art.o
In file included from Plugin/cl_aui_dock_art.h:7:0,
from Plugin/cl_aui_dock_art.cpp:1:
/usr/include/wx-2.9-unofficial/wx/aui/dockart.h:62:27: error: ‘wxAuiPaneInfo’ has not been declared
/usr/include/wx-2.9-unofficial/wx/aui/dockart.h:67:27: error: ‘wxAuiPaneInfo’ has not been declared
/usr/include/wx-2.9-unofficial/wx/aui/dockart.h:72:27: error: ‘wxAuiPaneInfo’ has not been declared
/usr/include/wx-2.9-unofficial/wx/aui/dockart.h:79:27: error: ‘wxAuiPaneInfo’ has not been declared
/usr/include/wx-2.9-unofficial/wx/aui/dockart.h:114:19: error: ‘wxAuiPaneInfo’ has not been declared
/usr/include/wx-2.9-unofficial/wx/aui/dockart.h:119:19: error: ‘wxAuiPaneInfo’ has not been declared
/usr/include/wx-2.9-unofficial/wx/aui/dockart.h:124:19: error: ‘wxAuiPaneInfo’ has not been declared
/usr/include/wx-2.9-unofficial/wx/aui/dockart.h:131:19: error: ‘wxAuiPaneInfo’ has not been declared
/usr/include/wx-2.9-unofficial/wx/aui/dockart.h:135:19: error: ‘wxAuiPaneInfo’ has not been declared
Plugin/cl_aui_dock_art.cpp: In member function ‘virtual void clAuiDockArt::DrawCaption(wxDC&, wxWindow*, const wxString&, const wxRect&, wxAuiPaneInfo&)’:
Plugin/cl_aui_dock_art.cpp:128:38: error: no matching function for call to ‘clAuiDockArt::DrawIcon(wxMemoryDC&, wxRect&, wxAuiPaneInfo&)’
Plugin/cl_aui_dock_art.cpp:128:38: note: candidate is:
/usr/include/wx-2.9-unofficial/wx/aui/dockart.h:133:10: note: void wxAuiDefaultDockArt::DrawIcon(wxDC&, const wxRect&, int&)
/usr/include/wx-2.9-unofficial/wx/aui/dockart.h:133:10: note: no known conversion for argument 3 from ‘wxAuiPaneInfo’ to ‘int&’
make: *** [Release_gcc_unicode/SDKObjects_cl_aui_dock_art.o] Error 1