Re: [mpls-linux-general] Some compiling error
Status: Beta
Brought to you by:
jleu
|
From: James R. L. <jl...@mi...> - 2005-03-22 03:24:49
|
Make sure to update ldp-portable, I just submitted a fix for a bug where an entity could be 'shutdown' twice, which caused some memory coruption. On Mon, Mar 21, 2005 at 10:39:04PM +0800, Timothy\(???x\) wrote: > Hi James, >=20 > I am trying the latest quagga-mpls and ldp-portable now. >=20 > My Linux has mpls enhancement now. (I can choice to run it o not in the s= tart menu) >=20 > If I keep the "mpls_method =3D mpls_netlink.o" in zebra/Makefile.am", the= n I can't make. Following are the error message: >=20 > mpls_netlink.c: In function `mpls_ctrl_nhlfe_register': > mpls_netlink.c:76: error: `NEXTHOP_TYPE_IFNAME' undeclared (first use in = this function) > mpls_netlink.c:76: error: (Each undeclared identifier is reported only on= ce > mpls_netlink.c:76: error: for each function it appears in.) > mpls_netlink.c:82: error: `NEXTHOP_TYPE_IPV4' undeclared (first use in th= is function) > mpls_netlink.c:89: error: `NEXTHOP_TYPE_IPV6' undeclared (first use in th= is function) > mpls_netlink.c: In function `netlink_mpls': > mpls_netlink.c:299: error: `NEXTHOP_TYPE_IPV4' undeclared (first use in t= his function) > mpls_netlink.c:299: error: `NEXTHOP_TYPE_IFNAME' undeclared (first use in= this function) > mpls_netlink.c: In function `mpls_ctrl_read': > mpls_netlink.c:377: warning: implicit declaration of function `set_netlin= k_blocking' > mpls_netlink.c:379: warning: implicit declaration of function `zlog' > mpls_netlink.c:384: warning: implicit declaration of function `netlink_re= quest' > mpls_netlink.c:387: warning: implicit declaration of function `netlink_pa= rse_info' > mpls_netlink.c:417: warning: implicit declaration of function `set_netlin= k_nonblocking' > make[2]: *** [mpls_netlink.o] Error 1 > make[2]: Leaving directory `/root/tim/testing/version4/quagga-mpls/zebra' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/tim/testing/version4/quagga-mpls' > make: *** [all] Error 2 >=20 > Best Regards >=20 > Timothy > 2005.03.21 --=20 James R. Leu jl...@mi... |