Skip to content

make fail #4

@msxabc

Description

@msxabc

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

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