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
I was trying to re-install GoboNet via LuaRocks, but with GCC 14 symlinked the build fails:
gcc -O2 -fomit-frame-pointer -pipe -fPIC -I/Programs/Lua/5.4.7/include/lua/5.4 -c gobo/awesome/gobonet/core.c -o gobo/awesome/gobonet/core.o gobo/awesome/gobonet/core.c: In function ‘up_and_running’: gobo/awesome/gobonet/core.c:23:4: error: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration] 23 | close(fd); | ^~~~~ | pclose Error: Build error: Failed compiling object gobo/awesome/gobonet/core.o
Whereas GCC 13 treats this as a warning and compiles GoboNet successfully.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was trying to re-install GoboNet via LuaRocks, but with GCC 14 symlinked the build fails:
Whereas GCC 13 treats this as a warning and compiles GoboNet successfully.
The text was updated successfully, but these errors were encountered: