From: John L. <jla...@gm...> - 2006-05-07 15:03:09
|
Thanks, fixed, the listctrl for gtk doesn't have the wxListCtrl::GetEditControl in 2.6, but does in 2.7 (which I sometimes use). The latest snapshot should work. -John Labenski On 5/6/06, Steve Kieu <ha...@ya...> wrote: > > > The latest snapshot wxLua_Snapshot_2006-05-04.tar.gz does not compile f= or > me > > so no chance to test > > Compiles and runs using wxWidgets 2.6.3 in Linux and MSW using Visual > Studio for me. In the future you should always state why it doesn't > compile (errors, platform, wxWidgets version) so we can fix it. > I thought it would be in another topic though that is why I did not post = the > error . OK here is: > > wxLua CVS used: wxLua_Snapshot_2006-05-04.tar.gz > > - System: Slackware 10.1; gcc-3.3.6 (g++ 3.3.6) > - wx-2.6.3 local compiled in > /home/sk/wx263/GCCBuildReleaseGTK2Unicode/ > source is /home/sk/wx263 > > > - configure with > > ./configure --with-wxdir=3D/home/sk/wx263 > --with-wx-config=3D/home/sk/wx263/GCCBuildReleaseGTK2Unicode/wx-config > --with-wx-prefix=3D/home/sk/wx263 --enable-wxluadebug=3Dno > --disable-wxluaedit-app > > (last time I omit the --enable-wxluadebug=3Dno and the same error) > configure runs ok. make gives the error: > > .././bk-deps g++ -c -o wxbind_lib_controls.o -I../modules/wxbind/setup > -I../modules -I./.. > -I/home/sk/wx263/GCCBuildReleaseGTK2Unicode/lib/wx/include/gtk2-unicode-r= elease-static-2.6 > -I/home/sk/wx263/include -I/home/sk/wx263/contrib/include > -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=3D64 -D_LARGE_FILES > -D_LARGEFILE_SOURCE=3D1 -O2 -march=3Di486 -mcpu=3Di586 -fno-strength-r= educe -g0 > -O2 ../modules/wxbind/src/controls.cpp > ../modules/wxbind/src/controls.cpp: In function `int > wxLua_wxListCtrl_GetEditControl(lua_State*)': > ../modules/wxbind/src/controls.cpp:2692: error: > `GetEditControl' undeclared > (first use this function) > ../modules/wxbind/src/controls.cpp:2692: error: (Each > undeclared identifier is > reported only once for each function it appears in.) > make[1]: *** [wxbind_lib_controls.o] Error 1 > make[1]: Leaving directory `/home/sk/tmp/wxLua/modules' > make: *** [modules] Error 2 > bash-3.00$ > > Cheers, > > > > S.KIEU > > ________________________________ > On Yahoo!7 > 360=B0: Your own space to share what you want with who you want! > > > |