Re: tsearch2 in 7.4beta1 compile problem

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: tsearch2 in 7.4beta1 compile problem
Дата
Msg-id 3F3D202C.9070506@sigaev.ru
обсуждение исходный текст
Ответ на Re: tsearch2 in 7.4beta1 compile problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
> 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?
>

Ok, I've removed it from tsearch and tsearch2. But I can't check it with new flex:
% /usr/local/bin/flex -8 -Ptsearch2_yy -o'parser.c' parser.l
m4: illegal option -- P
usage: m4 [-d flags] [-t name] [-gs] [-D name[=value]]...
           [-U name]... [-I dirname]... file...

%uname -a
FreeBSD xor 5.1-RELEASE FreeBSD 5.1-RELEASE #3: Fri Jun 13 20:34:53 MSD 2003

So flex calls m4 which isn't gnu m4, it is system utility. GNU m4 is named as
gm4... I can't find any option about which m4 to use.


--
Teodor Sigaev                                  E-mail: teodor@sigaev.ru


В списке pgsql-general по дате отправления:

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: Why the duplicate messages to pgsql-general?
Следующее
От: Ron Johnson
Дата:
Сообщение: Arrays and "goodness" in RDBMSs (was Re: join of array)