John Labenski ha scritto:
> On 3/3/06, Francesco Montorsi <f18...@ya...> wrote:
>> Hi,
>> with latest CVS I got:
>>
>> .././bk-deps g++ -c -o app_wxluaedit_wxluaedit.o -I../../modules
>> -I./../.. -I/usr/local/lib/wx/include/gtk2-unicode-release-static-2.7
>> -I/usr/local/include/wx-2.7 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
>> -D_LARGEFILE_SOURCE=1 -D__WXGTK__ -pthread -g0 -O2
>> ../../apps/wxluaedit/src/wxluaedit.cpp
>> ../../apps/wxluaedit/src/wxluaedit.cpp: In member function 'bool
>> wxLuaEditorFrame::Create(const wxString&, const wxPoint&, const wxSize&,
>> long int)':
>> ../../apps/wxluaedit/src/wxluaedit.cpp:222: error: 'm_steNotebook' was
>> not declared in this scope
>>
>> in fact I cannot see m_steNotebook defined anywhere...
>
> Please update the wxStEdit from wxCode.
You're right - sorry if I did not suspect it before...
Now everything works,
Francesco
PS: I'm adjusting samples/calculator with sizers in order to better
learn wxLua ;)
PS2: in the choices.wx.lua sample, at least on my Ubuntu, the
wxCheckListBox is empty, even if it should have been initialized with
the 'choices' table... do you get the same ?
|