minor bug with latest flex - Mailing list pgsql-hackers

From Neil Conway
Subject minor bug with latest flex
Date
Msg-id 1050278952.437.1.camel@tokyo
Whole thread Raw
List 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



pgsql-hackers by date:

Previous
From: Devrim GUNDUZ
Date:
Subject: PostgreSQL on a Cluster
Next
From: Neil Conway
Date:
Subject: compile warnings in CVS HEAD