Re: problem with compilation on fedora core 10 64 bit

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem with compilation on fedora core 10 64 bit
Дата
Msg-id 27692.1223470629@sss.pgh.pa.us
обсуждение исходный текст
Ответ на problem with compilation on fedora core 10 64 bit  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Список pgsql-hackers
"Pavel Stehule" <pavel.stehule@gmail.com> writes:
> compilation pg8.4 finished with error

> In file included from ../../../../src/include/access/xlog.h:20,
>                  from ../../../../src/include/access/hash.h:24,
>                  from catcache.c:19:
> ../../../../src/include/utils/timestamp.h:312: error: expected ')'
> before 'fcinfo'
> make[4]: *** [catcache.o] Error 1

That's just bizarre --- how could it possibly fail on that line,
if it got through all the earlier declarations successfully?

Is this reproducible?  Maybe you've got bad cached data somewhere.
I see none of the buildfarm machines are unhappy, so a clean CVS
checkout presumably will work.
        regards, tom lane


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

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: problem with compilation on fedora core 10 64 bit
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Building Postgres in Eclipse