Re: [HACKERS] lex/flex portability PB in version 6.3.1

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: [HACKERS] lex/flex portability PB in version 6.3.1
Дата
Msg-id Pine.BSF.3.96.980406031130.290D-100000@thelab.hub.org
обсуждение исходный текст
Ответ на lex/flex portability PB in version 6.3.1  (Erwan MAS <mas@nic.fr>)
Список pgsql-hackers
On Sat, 4 Apr 1998, Erwan MAS wrote:

> Hello ,
>
> in version 6.3.1 of the file src/interfaces/ecpg/preproc/pgc.l .
> There are some flex specific code .
> like :
>   %option ( no fatal )
>   <<EOF>> ( fatal error )
>
> my os was solaris 2.6. with standart lex .
>
> So if i want to compile , postgres I must use flex .....

    Actually, I hate to say it, but its pretty much recommended that
anyone using PostgreSQL use flex/bison...in particular, we're starting to
find that 'stock yacc' on some systems chocks on gram.y, because its just
gotten to be *very* large...

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org


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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] Open 6.3.1 issues
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] Developer setup, what works?