Re: bison, flex and ./configure - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: bison, flex and ./configure
Date
Msg-id 52E7BC1B.6060007@vmware.com
Whole thread Raw
In response to bison, flex and ./configure  (salah jubeh <s_jubeh@yahoo.com>)
Responses Re: bison, flex and ./configure  (salah jubeh <s_jubeh@yahoo.com>)
List pgsql-hackers
On 01/28/2014 04:14 PM, salah jubeh wrote:
> Today, I have noticed that ./configure does not return an error when bison and flex are missing.  Is this intended ?

Yes. Bison and flex are not required when building from a source 
tarball, because the tarball includes the generated files. If you're 
building from a git checkout, however, then you need bison and flex. You 
will get an error at make, and IIRC a warning at ./configure.

- Heikki



pgsql-hackers by date:

Previous
From: salah jubeh
Date:
Subject: bison, flex and ./configure
Next
From: salah jubeh
Date:
Subject: Re: bison, flex and ./configure