davidxifeng/lua-flatbuffers

请问怎么编译,我一直编译不通过

kennylixi opened this issue · 1 comments

lua版本5.3.5
以下是编译错误信息(window系统):
C:\local\lua-flatbuffers-master>make
process_begin: CreateProcess(NULL, uname -s, ...) failed.
make: Makefile:6: pipe: No error
cc -shared -o buffer.so -std=c99 -O2 -fPIC -Wall buflib.c
process_begin: CreateProcess(NULL, cc -shared -o buffer.so -std=c99 -O2 -fPIC -Wall buflib.c, ...) failed.
make (e=2): 系统找不到指定的文件。
make: *** [Makefile:23: buffer.so] Error 2