[mpls-linux-general] Quagga-mpls compile errors
Status: Beta
Brought to you by:
jleu
|
From: J. N. <oc...@gm...> - 2008-04-04 14:59:47
|
Hi, I've been trying to compile quagga-mpls. I downloaded it from
perforce, branch quagga-mpls.
I did the autoconf (executing aclocal, autoconf and automake) and
./configure. This works ok, but when trying to build it it starts throwing
errors.
First, in ./lib/memtypes.h, MTYPE_TE and MTYPE_RSVP are not
defined.
Then in the file ./zebra/if_tunnel.c, gives an error about __u16 not
being defined. I solved it by including linux/types.h.
Finally there is an error in RIP that i don't understand. The error is:
rip_zebra.c:305: error: expected '}' before 'QUAGGA_REDIST_STR_RIPD'
My question is, is that normal? I don't know if it is under development
right
now or I picked the wrong branch in the perforce server.
All I want to do for now is trying the lastest working version to try it. Is
there
any way I can obtain it?
Thanks
|