Compiling 6.4.2: Flex problem - Mailing list pgsql-hackers

From aldev
Subject Compiling 6.4.2: Flex problem
Date
Msg-id 369F83CD.E3A86975@yahoo.com
Whole thread Raw
List pgsql-hackers
I downloaded latest 6.4.2 and tried compiling on linux 2.0.34 (redhat
5.1) with latest
flex version 2.5.4
But the make complains - you have buggy version of flex!! Help.

make[1]: Entering directory
`/home/src/redhat/BUILD/postgresql-6.4.2/src'
make -C lextest all
make[2]: Entering directory
`/home/src/redhat/BUILD/postgresql-6.4.2/src/lextest'
flex scan.l
gcc -c lex.yy.c
gcc -c lextest.c
gcc -o lextest lex.yy.o lextest.o
make[2]: Leaving directory
`/home/src/redhat/BUILD/postgresql-6.4.2/src/lextest'

You have a buggy version of flex.  Read INSTALL and search for flex for
a fix.

make[1]: *** [lexverify] Error 1
make[1]: Leaving directory `/home/src/redhat/BUILD/postgresql-6.4.2/src'

make: *** [all] Error 2




pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Time zones
Next
From: Ilya Varlashkin
Date:
Subject: user-defined type and rtree index