From: John L. <jla...@gm...> - 2012-10-19 02:18:28
|
On Thu, Oct 18, 2012 at 5:06 AM, Konstantin <lal...@gm...> wrote: > Now (at rev. 150) I have compilation errors: > > 1) /tmp/wxLua-r150/modules/wxstedit/src/stefindr.cpp:122:56: error: passing > ‘const wxSTEditorFindReplaceData’ as ‘this’ argument of ‘const wxString& > wxFindReplaceData::GetFindString()’ discards qualifiers > > 2) /tmp/wxLua-r150/apps/wxluaedit/wxluaedit.cpp:251:53: error: > ‘STE_TOOLBAR_EDIT_FIND_CTRL’ was not declared in this scope > > If Line 130 in the file > /tmp/wxLua-r150/modules/wxstedit/include/wx/stedit/stefindr.h changed to > #if wxCHECK_VERSION(2,9,0) > it fixes first error.) Both fixed in SVN, thanks for reporting. Regards, John |