Current Lua downloadable firmware will be posted here

User avatar
By garfield
#88345 Hi all
I got a problem when build Firmware with latest sourece code,and it gonna almost kill me,here is the message:
......
../lobject.h:416: error: redefinition of typedef ‘ROTable_entry’
../lua.h:386: note: previous declaration of ‘ROTable_entry’ was here
../lobject.h:426: error: redefinition of typedef ‘ROTable’
../lua.h:385: note: previous declaration of ‘ROTable’ was here
make[3]: *** [.output/host/release/obj/luac.o] Error 1
make[3]: Leaving directory `/root/esp8266/nodemcu-firmware/app/lua/luac_cross'
make[2]: *** [.subdirs] Error 2
make[2]: Leaving directory `/root/esp8266/nodemcu-firmware/app/lua'
make[1]: *** [.subdirs] Error 2
make[1]: Leaving directory `/root/esp8266/nodemcu-firmware/app'
make: *** [.subdirs] Error 2
make: Leaving directory `/root/esp8266/nodemcu-firmware'

I tried to fix it,but no result,how can I deal with it? Thanks a lot!