luadec icon indicating copy to clipboard operation
luadec copied to clipboard

`allopcodes_lua_len` not found?

Open Jayatubi opened this issue 7 years ago • 2 comments

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?

Jayatubi avatar Mar 08 '17 06:03 Jayatubi

same here

leo-on-hill avatar Aug 07 '18 09:08 leo-on-hill

make clean, and try again

aidoTank avatar Jun 27 '20 07:06 aidoTank