Error while compiling bro-1.1d

Hi all,

I've just download the stable version bro-1.1d and start compile on my Linux box. It show these errors:

--- 8< ---
....
g++ -g -O2 -o bifcl bif_lex.o bif_parse.o bif_arg.o -Llibedit -ledit -lpcap -lpcap -lssl -lcrypto -lpcap /usr/lib/libresolv.a -ltermcap -lm
./bifcl ./bro.bif
./bifcl ./event.bif
./bifcl ./const.bif
./bifcl ./common-rw.bif
./bifcl ./finger-rw.bif
./bifcl ./ident-rw.bif
./bifcl ./ftp-rw.bif
./bifcl ./smtp-rw.bif
./bifcl ./http-rw.bif
./bifcl ./strings.bif
perl ./make_dbg_constants.pl ./DebugCmdInfoConstants.in
make all-recursive
make[3]: Entering directory `/root/bro-1.1d/src'
Making all in binpac
make[4]: Entering directory `/root/bro-1.1d/src/binpac'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -W -Wall -Wno-unused -I../../linux-include -g -O2 -MT pac_parse.o -MD -MP -MF ".deps/pac_parse.Tpo" -c -o pac_parse.o pac_parse.cc; \
        then mv -f ".deps/pac_parse.Tpo" ".deps/pac_parse.Po"; else rm -f ".deps/pac_parse.Tpo"; exit 1; fi
pac.h:109: warning: 'class Evaluatable' has virtual functions but non-virtual destructor
pac.h:615: error: extra qualification 'Field::' on member 'getFieldBegin'
pac.h:616: error: extra qualification 'Field::' on member 'getFieldEnd'
pac.h:658: warning: 'class LetDef' has virtual functions but non-virtual destructor
make[4]: *** [pac_parse.o] Error 1
make[4]: Leaving directory `/root/bro-1.1d/src/binpac'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/bro-1.1d/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/bro-1.1d/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/bro-1.1d'
make: *** [all] Error 2
--- 8< ---

Do you have any idea?

Thank you,
BHD

Hi,