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
报错原因:make失败 cc -c -O3 -Wall -pedantic -DNDEBUG -I/usr/local/luajit/include/luajit-2.1 -fpic -o lua_cjson.o lua_cjson.c lua_cjson.c:1299: 错误:对‘luaL_setfuncs’的静态声明出现在非静态声明之后 /usr/local/luajit/include/luajit-2.1/lauxlib.h:88: 附注:‘luaL_setfuncs’的上一个声明在此 make: *** [lua_cjson.o] 错误 1 解决方式: LuaJIT-2.1无法安装lua-cjson-2.1,使用LuaJIT-2.0安装
The text was updated successfully, but these errors were encountered:
No branches or pull requests
报错原因:make失败
cc -c -O3 -Wall -pedantic -DNDEBUG -I/usr/local/luajit/include/luajit-2.1 -fpic -o lua_cjson.o lua_cjson.c
lua_cjson.c:1299: 错误:对‘luaL_setfuncs’的静态声明出现在非静态声明之后
/usr/local/luajit/include/luajit-2.1/lauxlib.h:88: 附注:‘luaL_setfuncs’的上一个声明在此
make: *** [lua_cjson.o] 错误 1
解决方式:
LuaJIT-2.1无法安装lua-cjson-2.1,使用LuaJIT-2.0安装
The text was updated successfully, but these errors were encountered: