viruscamp / luadec

Lua Decompiler for lua 5.1 , 5.2 and 5.3
1.14k stars 343 forks source link

`allopcodes_lua_len` not found? #50

Open Jayatubi opened 7 years ago

Jayatubi commented 7 years ago

I cloned this repo on Linux and macOS but both are failed while looking for the symbol allopcodes_lua_len:

luaopswap.c:324:31: error: use of undeclared identifier 'allopcodes_lua_len'; did you mean 'allopcodes_luac_len'?
                int bufflen = cmp_gen_lua ? allopcodes_lua_len : allopcodes_luac_len;
                                            ^~~~~~~~~~~~~~~~~~
                                            allopcodes_luac_len

How could I fix this issue?

leo-on-hill commented 6 years ago

same here

aidoTank commented 4 years ago

make clean, and try again