From: Steve K. <ha...@ya...> - 2006-05-07 21:41:50
|
Hi, Thanks it works now. One comment, If you allow the configure flags --enable-wxlua-debug=no then configure should - Whether build wxlua without debug and remove the linking flags so it builds wxlua - Or completely disable the building of wxlua; so only library will be built. As I disable debug and when it link wxlua, it gives the error that no debug lib available (of course) ; If go to the make file remove the link flags it will give unresolve symbol ; so wxlua much depends on the debug options. Cheers and thank you very much John Labenski <jla...@gm...> wrote: 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 wrote: > > > The latest snapshot wxLua_Snapshot_2006-05-04.tar.gz does not compile for > 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=/home/sk/wx263 > --with-wx-config=/home/sk/wx263/GCCBuildReleaseGTK2Unicode/wx-config > --with-wx-prefix=/home/sk/wx263 --enable-wxluadebug=no > --disable-wxluaedit-app > > (last time I omit the --enable-wxluadebug=no 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-release-static-2.6 > -I/home/sk/wx263/include -I/home/sk/wx263/contrib/include > -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES > -D_LARGEFILE_SOURCE=1 -O2 -march=i486 -mcpu=i586 -fno-strength-reduce -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°: Your own space to share what you want with who you want! > > > ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ Wxlua-users mailing list Wxl...@li... https://lists.sourceforge.net/lists/listinfo/wxlua-users S.KIEU --------------------------------- On Yahoo!7 360°: Your own space to share what you want with who you want! |