[mpls-linux-general] Some compiling error
Status: Beta
Brought to you by:
jleu
|
From: <m9...@cn...> - 2005-03-21 14:32:42
|
Hi James, I am trying the latest quagga-mpls and ldp-portable now. My Linux has mpls enhancement now. (I can choice to run it o not in the = start menu) If I keep the "mpls_method =3D mpls_netlink.o" in zebra/Makefile.am", = then I can't make. Following are the error message: 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 = once mpls_netlink.c:76: error: for each function it appears in.) mpls_netlink.c:82: error: `NEXTHOP_TYPE_IPV4' undeclared (first use in = this function) mpls_netlink.c:89: error: `NEXTHOP_TYPE_IPV6' undeclared (first use in = this function) mpls_netlink.c: In function `netlink_mpls': mpls_netlink.c:299: error: `NEXTHOP_TYPE_IPV4' undeclared (first use in = this 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_netlink_blocking' mpls_netlink.c:379: warning: implicit declaration of function `zlog' mpls_netlink.c:384: warning: implicit declaration of function = `netlink_request' mpls_netlink.c:387: warning: implicit declaration of function = `netlink_parse_info' mpls_netlink.c:417: warning: implicit declaration of function = `set_netlink_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 Best Regards Timothy 2005.03.21 |