Re: pgsql: Build all Flex files standalone - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Build all Flex files standalone
Date
Msg-id 3041062.1662439744@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Build all Flex files standalone  (John Naylor <john.naylor@enterprisedb.com>)
Responses Re: pgsql: Build all Flex files standalone  (John Naylor <john.naylor@enterprisedb.com>)
List pgsql-committers
John Naylor <john.naylor@enterprisedb.com> writes:
> On Tue, Sep 6, 2022 at 10:54 AM Andres Freund <andres@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



pgsql-committers by date:

Previous
From: John Naylor
Date:
Subject: Re: pgsql: Build all Flex files standalone
Next
From: John Naylor
Date:
Subject: Re: pgsql: Build all Flex files standalone