From: | Neil Conway <neilc(at)samurai(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | minor bug with latest flex |
Date: | 2003-04-14 00:09:13 |
Message-ID: | 1050278952.437.1.camel@tokyo |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Running ./configure with CVS HEAD on my machine yields:
checking for gawk... no
checking for mawk... mawk
checking for flex... no
configure: WARNING:
*** The Flex version 2.5.3 you have at /usr/bin/lex contains a bug. You
*** should get version 2.5.4 or later.
configure: WARNING:
*** Without Flex you will not be able to build PostgreSQL from CVS or
*** change any of the scanner definition files. You can obtain Flex
from
*** a GNU mirror site. (If you are using the official distribution of
*** PostgreSQL then you do not need to worry about this because the Flex
*** output is pre-generated.)
But the flex version check seems a little inaccurate:
$ flex --version
flex 2.5.31
Cheers,
Neil
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Conway | 2003-04-14 00:26:39 | compile warnings in CVS HEAD |
Previous Message | Devrim GUNDUZ | 2003-04-13 20:31:03 | PostgreSQL on a Cluster |