Re: building 8.0.1 on OS X

Lists: pgsql-general
From: Ben <bench(at)silentmedia(dot)com>
To: Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: building 8.0.1 on OS X
Date: 2005-03-25 03:13:30
Message-ID: d6f4783d10f05075c1fb861a9ee658b9@silentmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

I'm trying to build 8.0.1 on OS X, and after a simple ./configure
without any options, the build progresses smoothly until, when building
pg_ctl:

pg_ctl.c: In function `test_postmaster_connection':
pg_ctl.c:439: error: `PQnoPasswordSupplied' undeclared (first use in
this function)
pg_ctl.c:439: error: (Each undeclared identifier is reported only once
pg_ctl.c:439: error: for each function it appears in.)

Any thoughts?


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ben <bench(at)silentmedia(dot)com>
Cc: Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: building 8.0.1 on OS X
Date: 2005-03-25 03:33:06
Message-ID: 5045.1111721586@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Ben <bench(at)silentmedia(dot)com> writes:
> I'm trying to build 8.0.1 on OS X, and after a simple ./configure
> without any options, the build progresses smoothly until, when building
> pg_ctl:

> pg_ctl.c: In function `test_postmaster_connection':
> pg_ctl.c:439: error: `PQnoPasswordSupplied' undeclared (first use in
> this function)

That should be defined in libpq-fe.h. I suspect your build is picking
up an old version of libpq-fe.h from somewhere. Check include paths.

regards, tom lane


From: Ben <bench(at)silentmedia(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: building 8.0.1 on OS X
Date: 2005-03-26 23:42:49
Message-ID: 1035963617bca15c87fa3fe9f6f59fec@silentmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Just to follow up on this, yes, it was an include path thing.

On Mar 24, 2005, at 7:33 PM, Tom Lane wrote:

> Ben <bench(at)silentmedia(dot)com> writes:
>> I'm trying to build 8.0.1 on OS X, and after a simple ./configure
>> without any options, the build progresses smoothly until, when
>> building
>> pg_ctl:
>
>> pg_ctl.c: In function `test_postmaster_connection':
>> pg_ctl.c:439: error: `PQnoPasswordSupplied' undeclared (first use in
>> this function)
>
> That should be defined in libpq-fe.h. I suspect your build is picking
> up an old version of libpq-fe.h from somewhere. Check include paths.
>
> regards, tom lane
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to
> majordomo(at)postgresql(dot)org