John Naylor <john.nay...@enterprisedb.com> writes:
> On Tue, Sep 6, 2022 at 10:54 AM Andres Freund <and...@anarazel.de> wrote:
>> Presumably it only happens if you previously triggered the parsers to be 
>> generated.

> If you attempt to run the check before building, the first thing you get is
> fatal error: utils/errcodes.h: No such file or directory
> so not sure what you mean.

crake is still unhappy:

Sep 06 00:09:55 In file included from /tmp/headerscheck.AwLxya/test.c:2:
Sep 06 00:09:55 
/home/andrew/bf/root/HEAD/pgsql.build/../pgsql/src/backend/utils/adt/jsonpath_internal.h:26:10:
 fatal error: jsonpath_gram.h: No such file or directory
Sep 06 00:09:55    26 | #include "jsonpath_gram.h"
Sep 06 00:09:55       |          ^~~~~~~~~~~~~~~~~

I wonder if that file is not getting installed in a directory that
this test expects to search.

                        regards, tom lane


Reply via email to