From: Victor B. <so...@te...> - 2013-03-31 15:52:14
|
> I see that on that line I am trying to properly initialize a lua_Debug > struct, probably the struct has changed since 5.1? You can rem that > line out for now... As far as I know it is not unsigned char. After removing inicialization I get C:\LUA\wxlua-sources\wxlua\wxLua\modules\wxlua\debug\wxldebug.cpp: In member function 'int wxLuaDebugData::EnumerateStack(lua _State*)': C:\LUA\wxlua-sources\wxlua\wxLua\modules\wxlua\debug\wxldebug.cpp:177:26: error: braces around scalar initializer for type 'u nsigned char' C:\LUA\wxlua-sources\wxlua\wxLua\modules\wxlua\debug\wxldebug.cpp: In member function 'int wxLuaDebugData::EnumerateStackEntr y(lua_State*, int, wxArrayInt&)': C:\LUA\wxlua-sources\wxlua\wxLua\modules\wxlua\debug\wxldebug.cpp:218:26: error: braces around scalar initializer for type 'u nsigned char' |