Re: patch to fix client only builds

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: patch to fix client only builds
Дата
Msg-id 27205.1225987763@sss.pgh.pa.us
обсуждение исходный текст
Ответ на patch to fix client only builds  ("Merlin Moncure" <mmoncure@gmail.com>)
Ответы Re: patch to fix client only builds  ("Merlin Moncure" <mmoncure@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: plperl needs upgrade for Fedora 10
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: RAM-only temporary tables