"Merlin Moncure" <[EMAIL PROTECTED]> 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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to