When trying to run make after running ./configure on Ubuntu 22.04.5, I receive the following error:
y.tab.c:640:6: error: conflicting types for ‘argus_error’; have ‘void(const char *)’
grammar.y:72:12: note: previous declaration of ‘argus_error’ with type ‘int(char *)’
72 | extern int argus_error (char *);
| ^~~~~~~~~~~
When trying to run make after running ./configure on Ubuntu 22.04.5, I receive the following error: