On Jan 15, 2008 10:11 AM, Rob Kendrick <[EMAIL PROTECTED]> wrote:
>
> How about this one?  On Ubuntu 7.10, with the standard packaged
> wxWidgets 2.8 (2.8.4.0 apparently):
>
> ./wxbind/src/wxaui_aui.cpp: In function 'int
> wxLua_wxAuiTabCtrl_MakeTabVisible(lua_State*)':
> ./wxbind/src/wxaui_aui.cpp:1701: error: 'class wxAuiTabCtrl' has no
> member named 'MakeTabVisible'
> make[1]: *** [wxbindaui_dll_wxaui_aui.o] Error 1
> make[1]: Leaving directory `/home/rjek/cvs/wxLua/modules'
> make: *** [modules] Error 2
>
> Passing --disable-wxbindaui skips this, and it builds otherwise without
> issue (excluding not using the system Lua automatically.)
>
> Is it just that the version of wxWidgets shipped with Ubuntu 7.10 (the
> current latest release version) is too old?
>

Yes, the bindings are really for 2.8.7 and when I update them it is
hard to tell if a method is new or if I forgot to add it the first
time.

However, if Ubuntu only has 2.8.4 then, if you would be so kind,
please open wxaui_aui.cpp and compile, then rem out the lines or put
dummy values, whatever it takes to get it to compile and write down
the missing methods and post them here. I will add %wxchkver_2_8_7 on
them so 2.8.4 will work.

Thanks,
    John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to