Re: cube and earthdistance diffs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Bruno Wolff III <bruno(at)wolff(dot)to>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: Re: cube and earthdistance diffs
Date: 2002-09-10 13:18:17
Message-ID: 18835.1031663897@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Lee Kindness 2002-09-10 13:35:10 fmgr.h: PG_NARGS() for number of arguments passed
Previous Message Bruno Wolff III 2002-09-10 04:51:22 cube patch