Skip to content

Compiling Error #53

@tom4tom

Description

@tom4tom

Hi,
during "make" I get two errors:

src/mod-host.c: In function ‘help_cb’:
src/mod-host.c:571:28: error: ‘help_msg’ undeclared (first use in this function)
571 | size_t i, len = strlen(help_msg);
| ^~~~~~~~
src/mod-host.c:571:28: note: each undeclared identifier is reported only once for each function it appears in
src/mod-host.c: In function ‘main’:
src/mod-host.c:779:26: error: ‘version’ undeclared (first use in this function)
779 | argv[0], version);
| ^~~~~~~

Whats going wrong?

ToM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions