lua-stringy icon indicating copy to clipboard operation
lua-stringy copied to clipboard

install error

Open 521God opened this issue 10 months ago • 0 comments

gcc -O2 -fPIC -I/usr/local/include -c stringy/stringy.c -o stringy/stringy.o -Istringy/ stringy/stringy.c: 在函数‘join’中: stringy/stringy.c:182:5: 错误:只允许在 C99 模式下使用‘for’循环初始化声明 for (int i = 2; i <= top; ++i) { ^ stringy/stringy.c:182:5: 附注:使用 -std=c99 或 -std=gnu99 来编译您的代码

Error: Failed installing dependency: https://luarocks.org/stringy-0.7-0.src.rock - Build error: Failed compiling object stringy/stringy.o

521God avatar Aug 24 '23 10:08 521God