-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
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
Labels
No labels