http://stackoverflow.com/search?q=luaL_reg+incomplete+type
libs/edje_lua2.o edje_lua2.c:183: error: array type has incomplete element type
I guess it's not compiling because lua-5.2 doesn't have this:
#define luaL_reg luaL_Reg
http://lua-users.org/lists/lua-l/2011-07/msg00708.html
本文探讨了使用Lua 5.2进行编译时遇到的错误:'arraytype has incomplete element type'。通过Stack Overflow和Lua论坛上的讨论,揭示了解决这一问题的方法,即由于Lua 5.2中luaL_reg定义的变化导致的编译失败。
4805

被折叠的 条评论
为什么被折叠?



