CESNET / netopeerguid

Netopeer-GUI backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make fail

msxabc opened this issue · comments

When I was building netopeer-GUI I ran into this issue when the build was making netopeerguid

make[1]: Entering directory `/home/vagrant/netopeerguid/src'
gcc -Wall -Wextra -I/usr/include/json-c -pthread -O3 -o netopeerguid ./netopeerguid.c ./notification_server.c -ljson-c -lnetconf2 -lyang
./netopeerguid.c: In function ‘node_metadata_basic’:
./netopeerguid.c:484:13: error: ‘struct lys_node’ has no member named ‘nacm’
if (node->nacm) {
^
./netopeerguid.c:485:17: error: ‘struct lys_node’ has no member named ‘nacm’
if (node->nacm & LYS_NACM_DENYW) {
^
./netopeerguid.c:485:26: error: ‘LYS_NACM_DENYW’ undeclared (first use in this function)
if (node->nacm & LYS_NACM_DENYW) {
^
./netopeerguid.c:485:26: note: each undeclared identifier is reported only once for each function it appears in