<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="Courier New, Courier, monospace">Hi,</font><br>
<br>
<font face="Courier New, Courier, monospace">I'm trying to compile
bird204 for test purpose, but I'm facing some errors, anyone have
an idea?</font><br>
<br>
<font face="Courier New, Courier, monospace">BIRD was configured
with the following options:</font><br>
<font face="Courier New, Courier, monospace">Â Â Â Â Â Â Â Source
directory:Â Â Â Â Â Â .</font><br>
<font face="Courier New, Courier, monospace">Â Â Â Â Â Â Â Object
directory:Â Â Â Â Â Â obj<br>
       Iproute2 directory:    /etc/iproute2<br>
       System configuration:  ./sysdep/cf/linux.h<br>
       Debugging:             no<br>
       POSIX threads:         yes<br>
       Routing protocols:     bgp pipe rpki<br>
       Kernel MPLS support:   no<br>
       Client:                yes<br>
<br>
root@lab-rs:~/bird# make<br>
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<br>
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                                                                                                                                                                                Â
<br>
bison -Dparse.lac=full -Dparse.error=verbose -dv -pcf_ -b
obj/conf/cf-parse obj/conf/cf-parse.y<br>
conf/gen_parser.m4: warning: 11 nonterminals useless in grammar
[-Wother]<br>
conf/gen_parser.m4: warning: 34 rules useless in grammar [-Wother]<br>
conf/confbase.Y:90.13-29: warning: nonterminal useless in grammar:
label_stack_start [-Wother]<br>
 %type <mls> label_stack_start label_stack<br>
            ^^^^^^^^^^^^^^^^^<br>
conf/confbase.Y:90.31-41: warning: nonterminal useless in grammar:
label_stack [-Wother]<br>
 %type <mls> label_stack_start label_stack<br>
                              ^^^^^^^^^^^<br>
conf/confbase.Y:86.22-25: warning: nonterminal useless in grammar:
time [-Wother]<br>
 %type <time> expr_us time<br>
                     ^^^^<br>
nest/config.Y:94.162-164: warning: nonterminal useless in grammar:
tos [-Wother]<br>
 %nonassoc PREFIX_DUMMY<br>
                                                                                                                                                                Â
^^^<br>
</font>
<p><font face="Courier New, Courier, monospace">nest/config.Y:440.1-13:
warning: nonterminal useless in grammar: password_list [-Wother]<br>
</font></p>
<p><br>
</p>
<p><font face="Courier New, Courier, monospace">[]s</font><br>
</p>
</body>
</html>