Добрый день
не получается собрать PostgreSQL
make[3]: Entering directory '/root/1C-8.3.15.1517/postgresql/postgresql-9.2-9.2.1/src/backend/parser'
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -D_GNU_SOURCE -c -o analyze.o analyze.c
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-error -I. -I. -I../../../src/include -D_GNU_SOURCE -c -o gram.o gram.c
In file included from gram.y:13359:0:
scan.c: In function ‘yy_try_NUL_trans’:
scan.c:16257:23: warning: unused variable ‘yyg’ [-Wunused-variable]
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I. -I. -I../../../src/include -D_GNU_SOURCE -c -o keywords.o keywords.c
In file included from keywords.c:24:0:
../../../src/include/parser/kwlist.h:45:1: error: ‘APPLICATION’ undeclared here (not in a function)
<builtin>: recipe for target 'keywords.o' failed
make[3]: *** [keywords.o] Error 1
make[3]: Leaving directory '/root/1C-8.3.15.1517/postgresql/postgresql-9.2-9.2.1/src/backend/parser'
common.mk:41: recipe for target 'parser-recursive' failed
make[2]: *** [parser-recursive] Error 2
make[2]: Leaving directory '/root/1C-8.3.15.1517/postgresql/postgresql-9.2-9.2.1/src/backend'
Makefile:33: recipe for target 'all-backend-recurse' failed
make[1]: *** [all-backend-recurse] Error 2
make[1]: Leaving directory '/root/1C-8.3.15.1517/postgresql/postgresql-9.2-9.2.1/src'
GNUmakefile:11: recipe for target 'all-src-recurse' failed
make: *** [all-src-recurse] Error 2
Как побороть?