Re: tsearch2 in 7.4beta1 compile problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Jeff Davis <jdavis-pgsql(at)empires(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: tsearch2 in 7.4beta1 compile problem
Date: 2003-08-14 20:29:49
Message-ID: 7444.1060892989@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> writes:
> On Wed, 13 Aug 2003, Jeff Davis wrote:
>> I cd to the tsearch2 directory and typed "make", however I get an error that
>> yy_current_buffer is an undeclared identifier in wordparser/parser.c (which
>> is apparently autogenerated with flex from parser.l).

> This is a FAQ. Don't use flex 2.5.31
> Downgrade to stable 2.5.4.

Still, it would be better if it worked than not. (All the core code
does seem to work with flex 2.5.31 now; only contrib is behind.)

AFAICT tsearch2's incompatibility is in the redefined YY_INPUT macro,
which seems of no value for Postgres anyway. Can't we take that out?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Murthy Kambhampaty 2003-08-14 20:33:16 Re: importing db as text files
Previous Message Tim Edwards 2003-08-14 19:49:24 Graphical Mapping a Database