From: Rob K. <rj...@rj...> - 2008-01-15 15:10:34
|
On Tue, 2008-01-15 at 00:27 -0500, John Labenski wrote: > Fixed in CVS. How about this one? On Ubuntu 7.10, with the standard packaged wxWidgets 2.8 (2.8.4.0 apparently): /home/rjek/cvs/wxLua/bk-deps g++ -c -o wxbindaui_dll_wxaui_aui.o -I.pch/wxprec_wxbindaui_dll -I../modules/wxbind/setup -I../modules -I./.. -I/home/rjek/cvs/wxLua/./modules/lua/include -DWXMAKINGDLL_WXBINDAUI -fPIC -DPIC -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES -D__WXGTK__ -pthread -O2 ./wxbind/src/wxaui_aui.cpp ./wxbind/src/wxaui_aui.cpp: In function =E2=80=98int wxLua_wxAuiTabCtrl_IsTabVisible(lua_State*)=E2=80=99: ./wxbind/src/wxaui_aui.cpp:1679: error: =E2=80=98class wxAuiTabCtrl=E2=80= =99 has no member named =E2=80=98IsTabVisible=E2=80=99 ./wxbind/src/wxaui_aui.cpp: In function =E2=80=98int wxLua_wxAuiTabCtrl_MakeTabVisible(lua_State*)=E2=80=99: ./wxbind/src/wxaui_aui.cpp:1701: error: =E2=80=98class wxAuiTabCtrl=E2=80= =99 has no member named =E2=80=98MakeTabVisible=E2=80=99 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? B. |