libneo4j-client icon indicating copy to clipboard operation
libneo4j-client copied to clipboard

cc1: error: -Werror=stringop-truncation: no option -Wstringop-truncation

Open starstarman opened this issue 4 years ago • 1 comments

./configure --disable-tools --disable-werror when i make clean check

image

please help! thanks

starstarman avatar Apr 20 '20 04:04 starstarman

Try removing -Werror=stringop-truncation from configure.ac GCC flags. That worked for me.

provector avatar Sep 08 '21 15:09 provector