Re: patch to fix client only builds - Mailing list pgsql-hackers

From Tom Lane
Subject Re: patch to fix client only builds
Date
Msg-id 27205.1225987763@sss.pgh.pa.us
Whole thread Raw
In response to patch to fix client only builds  ("Merlin Moncure" <mmoncure@gmail.com>)
Responses Re: patch to fix client only builds  ("Merlin Moncure" <mmoncure@gmail.com>)
List pgsql-hackers
"Merlin Moncure" <mmoncure@gmail.com> writes:
> I'm trying to do client only builds on a bunch of legacy platforms and
> noticed that the include path is messed up...if keywords.o is not
> already built, it fails to build be because src/backend/parser but not
> src/backend is in the include path. (keywords.c includes
> parser/gram.h).

Hmm, but nobody should be including gram.h directly out of
backend/parser anyway.  They should be getting it via the symlink in
src/include/parser.  I think the real problem must be that that symlink
isn't being created during a client-only build?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: plperl needs upgrade for Fedora 10
Next
From: "Kevin Grittner"
Date:
Subject: Re: RAM-only temporary tables