| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com> |
| Cc: | "PostgreSQL-development Hackers" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: problem with compilation on fedora core 10 64 bit |
| Date: | 2008-10-08 12:57:09 |
| Message-ID: | 27692.1223470629@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
"Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2008-10-08 13:01:14 | Re: Building Postgres in Eclipse |
| Previous Message | Pavel Stehule | 2008-10-08 12:56:18 | Re: problem with compilation on fedora core 10 64 bit |