Linc_luajit problem

I tried to test to html5 when I came across this.
Error:
C:/HaxeToolkit/haxe/lib/linc_luajit/git/llua/Lua.hx:492: characters 43-61 : Abstract<cpp.Callable> has no field fromStaticFunction
C:/HaxeToolkit/haxe/lib/linc_luajit/git/llua/Lua.hx:526: characters 42-60 : Abstract<cpp.Callable> has no field fromStaticFunction

Do I need to update linc_luajit?

linc_luajit only supports hxcpp.
You could try using https://github.com/kevinresol/hxvm-lua instead, which supports hxcpp and js.