On May 10, 12:07 pm, Grig Gheorghiu <
grig.gheorg...@gmail.com> wrote:
> Hello,
>
> I am trying to install grok-1.20110308.1 on a 32-bit Ubuntu 9.04 EC2
> instance. I installed the pre-reqs via
>
> # apt-get install bison ctags flex gperf libevent-dev libpcre3-dev
> libtokyocabinet-dev
>
> When I run 'make grok' I get:
>
> # make grok
> cc -c -pipe -fPIC -I. -O2 -I/usr/local/include -DPLATFORM_GNULinux
> grok.c -o grok.o
> In file included from grok.c:1:
> grok.h:39: error: expected specifier-qualifier-list before ‘TCTREE’
> In file included from grok.h:130,
> from grok.c:1:
> grok_discover.h:9: error: expected specifier-qualifier-list before
> ‘TCTREE’
This is an indication that tokyocabinet is the incorrect version. What