Re: [mpls-linux-devel] [mpls-linux-general] Quagga-mpls compile errors
Status: Beta
Brought to you by:
jleu
From: Adrian P. <adr...@gm...> - 2008-04-07 08:50:25
|
Have you tried compiling without rip (--disable-rip)? I too had various problems while compiling quagga (also try to disable ipv6). On Fri, Apr 4, 2008 at 5:59 PM, Jesús Nubiola <oc...@gm...> wrote: > 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 > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > |