On 2.6.2010 10:25, Arjan Filius wrote:
Hello Ondrej, bird-users.
Thanks for this new version, and quick responces. just upgraded seemless (ppa version)
I've a some feedback on compiling (triggered by "just in case i need a debug version")
HI! There is a bug there. Please apply attached patch. Ondrej
compiling on ubuntu 10.04 LTS x64: ok: make clean && ./configure --sysconfdir=/ && make ok: make clean && ./configure --sysconfdir=/ --enable-ipv6 && make ok: make clean && ./configure --sysconfdir=/ --enable-debug --enable-ipv6 && make
failed: make clean && ./configure --sysconfdir=/ --enable-debug && make
<snip> make[2]: Entering directory `/root/arfi/src/bird-1.2.3/obj/proto/ospf' gcc -I../../ -I../../.. -g -O2 -Wall -Wstrict-prototypes -Wno-parentheses -Wno-pointer-sign -o ospf.o -c ../../../proto/ospf/ospf.c gcc -I../../ -I../../.. -g -O2 -Wall -Wstrict-prototypes -Wno-parentheses -Wno-pointer-sign -o topology.o -c ../../../proto/ospf/topology.c ../../../proto/ospf/topology.c: In function 'check_ext_lsa': ../../../proto/ospf/topology.c:889: error: invalid operands to binary == (have 'ip_addr' and 'ip_addr') make[2]: *** [topology.o] Error 1 make[2]: Leaving directory `/root/arfi/src/bird-1.2.3/obj/proto/ospf' make[1]: *** [subdir] Error 2 make[1]: Leaving directory `/root/arfi/src/bird-1.2.3/obj' make: *** [all] Error 2
Regards,
Arjan Filius
On Tue, 1 Jun 2010, Ondrej Filip wrote:
Hi! New version is ready.
Version 1.2.3 (2010-06-01) o Pattern matching for community lists. o Many fixes in OSPF protocol (esp. in multi-areas and vlinks). o Several minor bugfixes.
Fedora and Debian packages are ready. I believe all distro packages will follow soon. Ondrej