Make problems on Fedora Core 2

Hi,

I'm a student in the UK learning Software Engineering (1st Year) and I
am learning Linux the hard way.

I'm trying to installing bro and the ./configure process works fine, but
when I try to make it just gives me this:

[root@localhost bro-pub-0.8a87]# make
g++ -I. -Ilibedit -O -Ilinux-include -c parse.cc
y.tab.c: In function `int yyparse()':
y.tab.c:1838: error: invalid types `int[int]' for array subscript
make: *** [parse.o] Error 1

I was wondering if its something I've done wrong or something I missed.

I apologise if I seem new to this because I am.

Doug

Doug,

That's a well-known problem.

http://crd.lbl.gov/mantis-bro/bug_view_page.php?bug_id=0000034

-Chema