This won't compile with the latest Fedora release 38 (Thirty Eight) even when run from the git and autogen is run.
You need to set the C standard especially with Fedora. This is from the rpm spec file. export CFLAGS="-std=c++14"
Log in to post a comment.
You need to set the C standard especially with Fedora. This is from the rpm spec file.
export CFLAGS="-std=c++14"