Re: Problem while installing PostgreSQL using make

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Mohab Yaser <mohabyaserofficial2003(at)gmail(dot)com>, Aleksander Alekseev <aleksander(at)timescale(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Problem while installing PostgreSQL using make
Date: 2024-07-04 15:37:48
Message-ID: 3408270.1720107468@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Daniel Gustafsson <daniel(at)yesql(dot)se> writes:
> Flex/Bison are only required when building from a Git tree, downloading a
> source archive and building from there might be easier to get started.
> https://www.postgresql.org/ftp/source/

That's no longer true I think - as of v17 the source tarballs won't
contain any generated files, so you do need flex and bison if you want
to do any sort of development. I am mildly astonished to hear that
too-old versions of those tools aren't extinct in the wild, though.

In any case I agree with the recommendation to install and use git
rather than downloading source tarballs.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Said Assemlal 2024-07-04 15:43:30 Re: Add statistics refresh materialized view
Previous Message Heikki Linnakangas 2024-07-04 15:27:43 Re: Improving PL/Tcl's error context reports