building 8.0.1 on OS X

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
Thread:
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?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ben 2005-03-25 03:20:06 8.0.1 in a non-standard location and tsearch2
Previous Message David Gagnon 2005-03-25 02:52:18 Re: [JDBC] plpgsql function with RETURNS SETOF refcursor