Skip to content

make fails with "conflicting types for argus_error" #16

@lazydog2

Description

@lazydog2

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 *);
| ^~~~~~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions