Re: building 8.0.1 on OS X

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: building 8.0.1 on OS X
Дата
Msg-id 5045.1111721586@sss.pgh.pa.us
обсуждение исходный текст
Ответ на building 8.0.1 on OS X  (Ben <bench@silentmedia.com>)
Ответы Re: building 8.0.1 on OS X  (Ben <bench@silentmedia.com>)
Список pgsql-general
Ben <bench@silentmedia.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

В списке pgsql-general по дате отправления:

Предыдущее
От: Ben
Дата:
Сообщение: 8.0.1 in a non-standard location and tsearch2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 8.0.1 in a non-standard location and tsearch2