hi, i'm approcing to compile smaugfuss1.9, but i have a lot of errors like:
calendar.c:504:22: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
In make file i did try to comment:
IMC in Makefile. That at least stops the errors in the imc.c file.
On the line "W_FLAGS" (in Makefile) remove: -Werror
but not compile yet...
I have gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
Some help? thanks
calendar.c:504:22: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
In make file i did try to comment:
IMC in Makefile. That at least stops the errors in the imc.c file.
On the line "W_FLAGS" (in Makefile) remove: -Werror
but not compile yet...
I have gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
Some help? thanks