Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on lua.5.3 compile on Linux #62

Open
ty01314 opened this issue May 4, 2019 · 0 comments
Open

Error on lua.5.3 compile on Linux #62

ty01314 opened this issue May 4, 2019 · 0 comments

Comments

@ty01314
Copy link

ty01314 commented May 4, 2019

gcc -O2 -Wall -DSRCVERSION="895d923" -I../lua-5.3/src -c -o macro-arr
ay.o macro-array.c
gcc -O2 -Wall -DSRCVERSION="895d923" -I../lua-5.3/src -c -o expressio
n.o expression.c
gcc -o luadec guess.o luadec.o decompile.o disassemble.o proto.o StringBu
ffer.o structs.o statement.o macro-array.o expression.o ../lua-5.3/src/lib
lua.a -lm
gcc -O2 -Wall -DSRCVERSION="895d923" -I../lua-5.3/src -c -o luareplac
e.o luareplace.c
gcc -o luareplace luareplace.o ../lua-5.3/src/liblua.a -lm
../lua-5.3/src/lua ../bin/bin2c.lua ../bin/allopcodes-5.3.lua allopcodes_l
ua > allopcodes_lua.h
/bin/sh: 1: ../lua-5.3/src/lua: not found
Makefile:71: recipe for target 'allopcodes_lua.h' failed
make: *** [allopcodes_lua.h] Error 127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant