We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: