problem with compilation on fedora core 10 64 bit

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема problem with compilation on fedora core 10 64 bit
Дата
Msg-id 162867790810080333h4833fe5fyfe219b22e2810539@mail.gmail.com
обсуждение исходный текст
Ответы Re: problem with compilation on fedora core 10 64 bit  (Markus Wanner <markus@bluegap.ch>)
Re: problem with compilation on fedora core 10 64 bit  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Transactions and temp tables
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [PATCHES] Infrastructure changes for recovery (v8)