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

From Pavel Stehule
Subject problem with compilation on fedora core 10 64 bit
Date
Msg-id 162867790810080333h4833fe5fyfe219b22e2810539@mail.gmail.com
Whole thread Raw
Responses Re: problem with compilation on fedora core 10 64 bit
Re: problem with compilation on fedora core 10 64 bit
List pgsql-hackers
Hello

compilation pg8.4 finished with error

make[4]: Leaving directory `/home/pavel/src/pgsql/src/backend/utils/adt'
make -C cache all
make[4]: Entering directory `/home/pavel/src/pgsql/src/backend/utils/cache'
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
-fwrapv -g -I../../../../src/include -D_GNU_SOURCE
-I/usr/include/libxml2   -c -o catcache.o catcache.c -MMD -MP -MF
.deps/catcache.Po
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
make[4]: Leaving directory `/home/pavel/src/pgsql/src/backend/utils/cache'
make[3]: *** [cache-recursive] Error 2
make[3]: Leaving directory `/home/pavel/src/pgsql/src/backend/utils'
make[2]: *** [utils-recursive] Error 2
make[2]: Leaving directory `/home/pavel/src/pgsql/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/pavel/src/pgsql/src'
make: *** [all] Error 2

regards
Pavel Stehule


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Transactions and temp tables
Next
From: Heikki Linnakangas
Date:
Subject: Re: [PATCHES] Infrastructure changes for recovery (v8)