Re: BUG #5156: Problem compiling postgresql-8.5alpha2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5156: Problem compiling postgresql-8.5alpha2
Дата
Msg-id 17242.1257005849@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5156: Problem compiling postgresql-8.5alpha2  ("Pierre" <pierre42d@9online.fr>)
Список pgsql-bugs
"Pierre" <pierre42d@9online.fr> writes:
> /usr/local/include/readline/history.h:46: error: redefinition of `struct
> _hist_entry'
> /usr/local/include/readline/history.h:83: error: conflicting types for
> 'add_history'
> /usr/local/include/readline/readline.h:94: error: previous declaration of
> 'add_history' was here
> /usr/local/include/readline/history.h:83: error: conflicting types for
> 'add_history'
> /usr/local/include/readline/readline.h:94: error: previous declaration of
> 'add_history' was here

This is not our problem, it's yours.  You have a broken --- ie, not
self-consistent --- set of readline header files in /usr/local.

Why are you using a locally built readline library at all?  It should
be available as part of whatever Linux distribution you are using.

            regards, tom lane

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

Предыдущее
От: "Pierre"
Дата:
Сообщение: BUG #5156: Problem compiling postgresql-8.5alpha2
Следующее
От: "Jeff Janes"
Дата:
Сообщение: BUG #5157: Hash index not concurrency safe