Re: cube and earthdistance diffs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: cube and earthdistance diffs
Дата
Msg-id 18835.1031663897@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: cube and earthdistance diffs  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: cube and earthdistance diffs  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Actually, I though that to make earthdistance, you were going to specify
> cube/* as a dependency, and have that compile before earthdistance
> compiled.  Maybe that would work, but earthdistance can't install cube.

Agreed, but I'm missing why you'd even need to build cube first.  Surely
all that's really needed to compile earthdistance is access to cube's .h
files?  Just put -I$(srcdir)/../cube into earthdistance's CPPFLAGS.

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: cube patch
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: cube and earthdistance diffs