Re: [HACKERS] Cannot compile psql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Cannot compile psql
Дата
Msg-id 371.948210708@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Cannot compile psql  (Michael Meskes <meskes@postgresql.org>)
Ответы Re: [HACKERS] Cannot compile psql  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-hackers
Michael Meskes <meskes@postgresql.org> writes:
> ../../include/utils/mcxt.h:25: syntax error before `MemoryContext'

That line reads

extern DLLIMPORT MemoryContext CurrentMemoryContext;

I'll bet you are trying to compile with a Windoze-oriented config.h
that causes DLLIMPORT to expand to something nonempty.  Try
reconfiguring.
        regards, tom lane


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] date/time problem in v6.5.3 and 7.0.0 ...
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: Re: [HACKERS] [hackers]development suggestion needed (filepath as symlink)