I am trying to compile smaug 1.8 so I can move my 1.4 to it. I am not a programmer.
I am on a Fedora 31 server.
I am using gcc version 9.3.1 20200408 (Red Hat 9.3.1-2) (GCC)
I am getting the following Error
imc.c: At top level:
imc.c:627:20: error: conflicting types for ‘getline’
627 | static const char *getline(char *buffer)
any ideas?
I am on a Fedora 31 server.
I am using gcc version 9.3.1 20200408 (Red Hat 9.3.1-2) (GCC)
I am getting the following Error
imc.c: At top level:
imc.c:627:20: error: conflicting types for ‘getline’
627 | static const char *getline(char *buffer)
any ideas?