Re: postgres.h location?

From: Scott Frankel <leknarf(at)pacbell(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Michael Fuhr <mike(at)fuhr(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: postgres.h location?
Date: 2004-10-06 23:04:31
Message-ID: 14E67DF8-17EC-11D9-AE87-000A95A7B782@pacbell.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Default now installs all headers ... with v8.0 of postgres, right?

New to postgres (and db's for that matter) I just downloaded the
tarball for postgres-7.4.5. Invoking the make install-all-headers
cmd did indeed produce the servers subdir under include.

Unfortunately, my attempts to build PyGreSQL still return a
crudjillion error msgs. But that's a matter for another list ;)

Thanks for the feedback -
Scott

On Oct 6, 2004, at 3:26 PM, Bruce Momjian wrote:

>
> The option install-all-headers was removed in the past few days because
> install by default now installs all headers.
>
> -----------------------------------------------------------------------
> ----
>
> Tom Lane wrote:
>> Michael Fuhr <mike(at)fuhr(dot)org> writes:
>>> On Wed, Oct 06, 2004 at 03:27:39PM -0400, Tom Lane wrote:
>>>> You need to do "make install-all-headers" while installing to
>>>> install
>>>> the server-side headers there.
>>
>>> BTW, did this just change in 8.0?
>>
>> There was a proposal to change it, but I dunno if it was committed.
>>
>> regards, tom lane
>>
>> ---------------------------(end of
>> broadcast)---------------------------
>> TIP 6: Have you searched our list archives?
>>
>> http://archives.postgresql.org
>>
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
> + If your life is a hard drive, | 13 Roberts Road
> + Christ can be your backup. | Newtown Square, Pennsylvania
> 19073
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message postgresql.org 2004-10-07 01:10:26 pgpool log errors
Previous Message Doug McNaught 2004-10-06 22:38:35 Re: Help on copy function