Re: Building client-only fails

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jonas(dot)bulow(at)gmail(dot)com
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Building client-only fails
Date: 2018-07-11 20:11:13
Message-ID: 15915.1531339873@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

=?utf-8?q?PG_Doc_comments_form?= <noreply(at)postgresql(dot)org> writes:
> Page: https://www.postgresql.org/docs/10/static/install-procedure.html

> When running
> make -C src/include install
> it failss with:
> /usr/bin/install: cannot stat 'utils/fmgroids.h': No such file or directory

Hm, did you skip straight to that without doing "make" first?
That's not really the documented procedure.

Having said that, skipping the make step and going straight to install
does work for me in v11/HEAD. I see the failure you describe in v10,
but I'm not terribly excited about trying to fix it there, since it's
not the documented process.

regards, tom lane

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2018-07-13 08:09:00 Re: Documented toolchain for building docs on Windows
Previous Message PG Doc comments form 2018-07-11 09:34:59 RETURN NULL in the sample of insert trigger on partitioned table