linuxmint/cjs

Can't build CJS 4.0.0 on openSUSE Leap 15.1

Closed this issue · 3 comments

I am trying to build CJS 4.0.0 but make fails.
Here is what I get when I run "make check"
output-make-check.txt

Use the configure option --disable-Werror to fix

./configure --disable-Werror

So is it completely safe to ignore these errors?

They are warnings, it's seems Suse sets the gcc -Werror flag which makes all warnings into errors.
It isn't normal to use it for normal code compilation.