Re: problem with compilation on fedora core 10 64 bit - Mailing list pgsql-hackers

From Tom Lane
Subject Re: problem with compilation on fedora core 10 64 bit
Date
Msg-id 27692.1223470629@sss.pgh.pa.us
Whole thread Raw
In response to problem with compilation on fedora core 10 64 bit  ("Pavel Stehule" <pavel.stehule@gmail.com>)
List 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 by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: problem with compilation on fedora core 10 64 bit
Next
From: "Dave Page"
Date:
Subject: Re: Building Postgres in Eclipse