Hi,

I'm trying to compile bird204 for test purpose, but I'm facing some errors, anyone have an idea?

BIRD was configured with the following options:
        Source directory:       .
        Object directory:       obj
        Iproute2 directory:     /etc/iproute2
        System configuration:   ./sysdep/cf/linux.h
        Debugging:              no
        POSIX threads:          yes
        Routing protocols:      bgp pipe rpki
        Kernel MPLS support:    no
        Client:                 yes

root@lab-rs:~/bird# make
MKDIR -p obj/client obj/conf obj/doc obj/filter obj/lib obj/nest obj/test obj/proto/bgp obj/proto/pipe obj/proto/rpki obj/sysdep/linux obj/sysdep/unix obj/doc m4 -s -P conf/gen_parser.m4 conf/confbase.Y conf/flowspec.Y obj/.dir-stamp filter/config.Y nest/config.Y proto/bgp/config.Y proto/pipe/config.Y proto/rpki/config.Y sysdep/linux/netlink.Y sysdep/unix/config.Y sysdep/unix/krt.Y >obj/conf/cf-parse.y bison  -Dparse.lac=full -Dparse.error=verbose -dv -pcf_ -b obj/conf/cf-parse obj/conf/cf-parse.y
conf/gen_parser.m4: warning: 11 nonterminals useless in grammar [-Wother]
conf/gen_parser.m4: warning: 34 rules useless in grammar [-Wother]
conf/confbase.Y:90.13-29: warning: nonterminal useless in grammar: label_stack_start [-Wother]
 %type <mls> label_stack_start label_stack
             ^^^^^^^^^^^^^^^^^
conf/confbase.Y:90.31-41: warning: nonterminal useless in grammar: label_stack [-Wother]
 %type <mls> label_stack_start label_stack
                               ^^^^^^^^^^^
conf/confbase.Y:86.22-25: warning: nonterminal useless in grammar: time [-Wother]
 %type <time> expr_us time
                      ^^^^
nest/config.Y:94.162-164: warning: nonterminal useless in grammar: tos [-Wother]
 %nonassoc PREFIX_DUMMY
^^^

nest/config.Y:440.1-13: warning: nonterminal useless in grammar: password_list [-Wother]


[]s

Reply via email to