From: Pete S. <pst...@gm...> - 2008-11-08 17:43:30
|
PS = Pete Stieber PS>> Remember we have a Julian Smart sanctioned fork PS>> of tex2rtf under the Jazz++ source. Are you you PS>> trying to build that version? DM = D.B. Moore DM> I wasn't trying that one, but just did...it DM> also errors out ; DM> DM> In file included from DM> /usr/local/wx287/include/wx-2.8/wx/filesys.h:27, DM> from /usr/local/wx287/include/wx-2.8/wx/html/helpdata.h:21, DM> from /usr/local/wx287/include/wx-2.8/wx/html/helpfrm.h:20, DM> from /usr/local/wx287/include/wx-2.8/wx/html/helpctrl.h:20, DM> from /usr/local/wx287/include/wx-2.8/wx/help.h:36, DM> from tex2rtf.cpp:38: DM> /usr/local/wx287/include/wx-2.8/wx/filename.h: In static member function DM> 'static wxChar wxFileName::GetPathSeparator(wxPathFormat)': DM> /usr/local/wx287/include/wx-2.8/wx/filename.h:393: error: ambiguous DM> overload for 'operator[]' in DM> 'wxFileName::GetPathSeparators(wxPathFormat)()[0u]' DM> /usr/local/wx287/include/wx-2.8/wx/filename.h:393: note: candidates are: DM> operator[](const wxChar*, long int) <built-in> DM> /usr/local/wx287/include/wx-2.8/wx/string.h:822: note: DM> wxChar& wxString::operator[](int) DM> /usr/local/wx287/include/wx-2.8/wx/string.h:824: note: DM> wxChar& wxString::operator[](size_t) DM> make[2]: *** [tex2rtf.o] Error 1 DM> make[2]: Leaving directory `/usr/local/tex2rtf/src' DM> make[1]: *** [all] Error 2 DM> make[1]: Leaving directory `/usr/local/tex2rtf/src' DM> make: *** [all-recursive] Error 1 Looks like you are not building against a version of wxWidgets that has wxUSE_STL turned on. Did you build wxWidgets? Pete |