I pulled the latest from the repository and merged it with my driver development activity. Building from the 'nut' directory I receive the following error(s):
CC libcommon_la-common.lo
common.c: In function 'suggest_doc_links':
common.c:692:25: error: 'MAN_SECTION_CMD_SYS' undeclared (first use in this function)
692 | MAN_SECTION_CMD_SYS, buf2);
| ^~~~~~~~~~~~~~~~~~~
common.c:692:25: note: each undeclared identifier is reported only once for each function it appears in
common.c:696:25: error: 'NUT_WEBSITE_BASE' undeclared (first use in this function)
696 | NUT_WEBSITE_BASE, buf2);
| ^~~~~~~~~~~~~~~~
At top level:
cc1: note: unrecognized command-line option '-Wno-unknown-warning-option' may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option '-Wno-reserved-identifier' may have been intended to silence earlier diagnostics
make[2]: *** [Makefile:904: libcommon_la-common.lo] Error 1
This is the most recent entry in the 'master' log:
commit 4c00520887d7ec17ae413eadb2e698f8ad95d33c (origin/master, origin/HEAD, master)
Merge: 9066236ec 8c851c836
Author: Jim Klimov <[email protected]>
Date: Thu Jan 23 11:23:24 2025 +0100
Merge pull request #2778 from jimklimov/fix-appveyor-libmodbus
Fix Appveyor CI to use NUT libmodbus fork
I am doing my driver work on Ubuntu Linux.
Hopefully this is something easy to fix...for those who are deep into nut.
Thanks,
Bill
_______________________________________________ Nut-upsdev mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsdev
