Re: Upgrading our minimum required flex version for 8.5

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Upgrading our minimum required flex version for 8.5
Дата
Msg-id 4A5C35CD.8040107@dunslane.net
обсуждение исходный текст
Ответ на Re: Upgrading our minimum required flex version for 8.5  (Chuck McDevitt <cmcdevitt@greenplum.com>)
Ответы Re: Upgrading our minimum required flex version for 8.5  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers

Chuck McDevitt wrote:
>
> Flex 2.5.33 and bison 2.3 are available from mingw for windows.
>
> http://sourceforge.net/projects/mingw/files/
>
> Since mingw programs don't need Cygwin installed, these should probably be OK for most Windows people.
>
> But if really needed, flex 2.5.33 could be ported (m4 is already ported).
>
> I'm also wonderings why flex is a problem, since there is a GNUwin32 (native) port of Bison 2.4.1 and m4,
> And Bison uses m4 these days, doesn't it?  Perhaps it wouldn't be so hard to update flex to use the same m4 calling
thatbison uses?
 
>
>
>   

It is part of the MSys utilities, and requires that you have MSys 
installed. MSys is in effect a Cygwin equivalent. The flex from MinGW 
will NOT run standalone. I have tried.

If you think it can be ported to run standalone (i.e. without either 
Cygwin or MSys), have at it. Or take my advice and don't waste time trying.

cheers

andrew




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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: WIP patch for TODO Item: Add prompt escape to display the client and server versions
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: COPY WITH CSV FORCE QUOTE *