hot standby on mingw

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема hot standby on mingw
Дата
Msg-id 3073cc9b0812241722n7f3d2971w9a07d4b747e21fd8@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Hi,

i'm getting this error when triyng to build the hot standby (v5 from
20081218 obtained in the wiki) on mingw

make[4]: Entering directory `/home/Administrador/pgsql/src/backend/access/heap'
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
-fwrapv -g -I../../../../src/include -I./src/include/port/win32
-DEXEC_BACKEND  "-I../../../../src/include/port/win32" -DBUILDING_DLL
-c -o heapam.o heapam.c -MMD -MP -MF .deps/heapam.Po
In file included from heapam.c:51:
../../../../src/include/access/xact.h:109: error: syntax error before "uint"
../../../../src/include/access/xact.h:109: warning: no semicolon at
end of struct or union
../../../../src/include/access/xact.h:117: error: syntax error before '}' token
../../../../src/include/access/xact.h:117: warning: type defaults to
`int' in declaration of `xl_xact_commit'
../../../../src/include/access/xact.h:117: warning: data definition
has no type or storage class
../../../../src/include/access/xact.h:152: error: syntax error before "uint"
../../../../src/include/access/xact.h:152: warning: no semicolon at
end of struct or union
../../../../src/include/access/xact.h:158: error: syntax error before '}' token
../../../../src/include/access/xact.h:158: warning: type defaults to
`int' in declaration of `xl_xact_abort'
../../../../src/include/access/xact.h:158: warning: data definition
has no type or storage class
../../../../src/include/access/xact.h:173: error: syntax error before
"xl_xact_commit"
../../../../src/include/access/xact.h:173: warning: no semicolon at
end of struct or union
../../../../src/include/access/xact.h:175: warning: type defaults to
`int' in declaration of `xl_xact_commit_prepared'
../../../../src/include/access/xact.h:175: warning: data definition
has no type or storage class
../../../../src/include/access/xact.h:182: error: syntax error before
"xl_xact_abort"
../../../../src/include/access/xact.h:182: warning: no semicolon at
end of struct or union
../../../../src/include/access/xact.h:184: warning: type defaults to
`int' in declaration of `xl_xact_abort_prepared'
../../../../src/include/access/xact.h:184: warning: data definition
has no type or storage class
make[4]: *** [heapam.o] Error 1

i guess the problem is the uint type, when i change that for int the
error vanishes

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Hitoshi Harada"
Дата:
Сообщение: Re: Window-functions patch handling of aggregates
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Window-functions patch handling of aggregates