Source build make error
Posted: Fri Feb 27, 2009 7:28 am
been trying to compile codelite from source on my slackware 12.2 box. 1st problem i encountered was hundreds of linking errors for everything wxString being undefined. Figured the wxWidgets build was messed up, recompiled, etc..
2nd time compiling codelite ended with this error:
Plugin/cppwordscanner.cpp: In constructor 'CppWordScanner::CppWordScanner(const wxString&)':
Plugin/cppwordscanner.cpp:53: error: no matching function for call to 'wxSortedArrayString::Sort()'
/usr/local/include/wx-2.8/wx/arrstr.h:27: note: candidates are: void wxBaseArrayStringBase::Sort(int (*)(wxString*, wxString*))
make: *** [Release_gcc_unicode/cppwordscanner.o] Error 1
Ok, first build of wxWidgets was simply: configure --enable-unicode
2nd build of wxWidgets was with: configure --enable-unicode --enable-stl
using wxWidgets-2.8.9 and codelite-1.0.2759
everything else was done by the book. Am I doing something wrong? Did I miss something?
2nd time compiling codelite ended with this error:
Plugin/cppwordscanner.cpp: In constructor 'CppWordScanner::CppWordScanner(const wxString&)':
Plugin/cppwordscanner.cpp:53: error: no matching function for call to 'wxSortedArrayString::Sort()'
/usr/local/include/wx-2.8/wx/arrstr.h:27: note: candidates are: void wxBaseArrayStringBase::Sort(int (*)(wxString*, wxString*))
make: *** [Release_gcc_unicode/cppwordscanner.o] Error 1
Ok, first build of wxWidgets was simply: configure --enable-unicode
2nd build of wxWidgets was with: configure --enable-unicode --enable-stl
using wxWidgets-2.8.9 and codelite-1.0.2759
everything else was done by the book. Am I doing something wrong? Did I miss something?