Re: [wxlua-users] Which wxWidgets?

2012-09-23 Thread Victor Bombi
You should remove propgrid from your list of wxWidget_COMPONENTS... I was not setting this variable. I thought that cmake would take care off that ADD_SUBDIRECTORY(C:/LUA/wxlua-sources/wxLua/modules/wxstedit) Call Stack (most recent call first): CMakeLists.txt:248 (add_subdirectory)

Re: [wxlua-users] Which wxWidgets?

2012-09-23 Thread Victor Bombi
When wxWidgets is build with DEBUG_FLAG=0 On wxLua compilation I get: ..\..\lib\libwxstedit-wx29mswu-1.6.0.a(steprint.cpp.obj):steprint.cpp:(.text+0x19a9): undefined reference to `_wxTheAssertHan dler' ..\..\lib\libwxstedit-wx29mswu-1.6.0.a(steprint.cpp.obj):steprint.cpp:(.text+0x19dd):

Re: [wxlua-users] Which wxWidgets?

2012-09-23 Thread John Labenski
On Sun, Sep 23, 2012 at 11:17 AM, Victor Bombi son...@telefonica.net wrote: I have found one of the asserts I get with 2.9.4: I am using local ind=0 while true do local item=sizer:GetItem(ind) if item==wx.wxNULL then break end ... end but when sizer has not