Re: cube and earthdistance diffs - Mailing list pgsql-patches

From Tom Lane
Subject Re: cube and earthdistance diffs
Date
Msg-id 18835.1031663897@sss.pgh.pa.us
Whole thread Raw
In response to Re: cube and earthdistance diffs  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: cube and earthdistance diffs  (Bruno Wolff III <bruno@wolff.to>)
List 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 by date:

Previous
From: Bruno Wolff III
Date:
Subject: cube patch
Next
From: Bruno Wolff III
Date:
Subject: Re: cube and earthdistance diffs